Skip to content

Instantly share code, notes, and snippets.

@Seth-Gecko
Seth-Gecko / _aoczone-cleaner-strict-scheduling.user.js
Last active June 6, 2017 20:06
Remove recorded game topics from New Posts
// ==UserScript==
// @name AoCZone Cleaner Strict (+ Scheduling)
// @include /^https?://(www\.)?aoczone.net/search\.php\?(&sr=topics&)?search_id\=newposts.*$/
// @require http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js
// @grant GM_addStyle
// @author SethGecko
// @description Removes all recorded games + scheduling topics from New Posts
// @version 1.0
// ==/UserScript==