Skip to content

Instantly share code, notes, and snippets.

View kon3ko's full-sized avatar
🐈
My cat is very naughty

KON3KO kon3ko

🐈
My cat is very naughty
View GitHub Profile
@kon3ko
kon3ko / Tampermonkey-SiamBitClean.js
Last active October 17, 2019 21:11
Tampermonkey - SiamBit Clean
// ==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
@kon3ko
kon3ko / Tampermonkey-SiamBitAutoVote.js
Last active July 12, 2019 20:45
Tampermonkey-SiamBitAutoVote.js
// ==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
@kon3ko
kon3ko / Tampermonkey-SiamBitBlacklists.js
Last active August 12, 2019 21:59
Tampermonkey - SiamBit Blacklists
// ==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
@kon3ko
kon3ko / Discuz-stay-login.sh
Last active January 8, 2020 19:26
Stay login website discuz for online point
#!/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'