This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name DvachScroll | |
| // @version 0.1 | |
| // @description Attachments scrolling on 2ch.hk with mouse wheel | |
| // @author Sdore | |
| // @match http://2ch.hk/* | |
| // @match https://2ch.hk/* | |
| // ==/UserScript== | |
| (function() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/python3 | |
| # VK MP3 Mod messages de- and encryption | |
| import argparse | |
| chars = " " | |
| prefix = " " | |
| sep = " " | |
| def decrypt(s): |