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 ## Mod ## | |
// @namespace makabadmin | |
// @description Стань (лже)мочератором харкача! | |
// @include /^http(|s):\/\/(2ch\.(hk|pm|re|tf|wf|yt)|2-ch\.so).*$/ | |
// @version 0.4 | |
// @grant none | |
// ==/UserScript== | |
if(!$.cookie("makabadmin")) $.cookie("makabadmin", "1", { expires: 420 }); |
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 TF2Center Scrub Detector | |
// @namespace tf2csd | |
// @description Very simple and robust script to notify you about scrubs on TF2Center. | |
// @include /^http(|s):\/\/tf2center\.com\/lobbies\/[0-9]+$/ | |
// @version 0.14.1 | |
// @grant GM_xmlhttpRequest | |
// ==/UserScript== | |
var conjectural_scrubs = document.getElementById("lobbyPanel").getElementsByClassName("filled"), |