Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name GTA Ignore
- // @namespace http://goldtuganime.biz/forum/
- // @include http://goldtuganime.biz/forum/*
- // @require https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js
- // ==/UserScript==
- var urusaitachi={RiCON:'247',zhyo:'254'};
- var uid;
- for (uid in urusaitachi)
- {
- $("div.post:has([href='./memberlist.php?mode=viewprofile&u="+urusaitachi[uid]+"'])").hide();
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement