This file contains 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
#!/bin/bash | |
################ INSTALL ################ | |
# - mark the file as executable "$chmod +x /path/this-script.sh" | |
# - add cron job "$(crontab -l 2>/dev/null; echo "* * * * * sh /path/this-script.sh >/dev/null 2>&1") | crontab -" | |
################ ###### ################ | |
#setting | |
website='https://xxxxx.xxx/forums' | |
username='xxxxx' |
This file contains 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 [SiamBit] Blacklists | |
// @namespace http://tampermonkey.net/ | |
// @version 0.10 | |
// @description The file list will not be displayed. | |
// @author น้องแมว | |
// @match https://www.siambit.me/viewno18.php* | |
// @match https://www.siambit.me/viewbr.php* | |
// @require https://code.jquery.com/jquery-1.12.4.min.js | |
// @require https://openuserjs.org/src/libs/sizzle/GM_config.js |
This file contains 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 [SiamBit] Auto Vote | |
// @namespace http://tampermonkey.net/ | |
// @version 0.11 | |
// @description Auto vote your torrent | |
// @author น้องแมว | |
// @match https://www.siambit.me/snatchdown.php* | |
// @require https://code.jquery.com/jquery-1.12.4.min.js | |
// @grant GM_addStyle | |
// @grant GM_setValue |
This file contains 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 [SiamBit] Clean | |
// @namespace http://tampermonkey.net/ | |
// @version 0.13 | |
// @description Clean ADS | |
// @author น้องแมว | |
// @match https://www.siambit.me/* | |
// @require https://code.jquery.com/jquery-1.12.4.min.js | |
// @grant GM_addStyle | |
// @grant GM_setValue |