// ==UserScript== // @name Kongregate - No Ads // @namespace arreloco // @include http://www.kongregate.com/ // @include http://www.kongregate.com/* // @include http://www.kongregate.com/*/* // @exclude http://www.kongregate.com/accounts/* // @version 0.0.1.20160306141622 // @description Removes ads around Kong // @downloadURL none // ==/UserScript== document.getElementsByTagName("body")[0].setAttribute('class','premium_user');