NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @author yasingedik // @name eksi ad remove // @namespace https://eksisozluk.com/ // @include https://eksisozluk.com/* // @downloadURL https://openuserjs.org/install/yasingedik/eksi_ad_remove.user.js // @updateURL https://openuserjs.org/install/yasingedik/eksi_ad_remove.user.js // @version 1.2 // @grant GM_addStyle // ==/UserScript== GM_addStyle(["#ad-sitewide-container { display: none !important; }", "html.sitewide #index-section { margin-top: 0px !important; }", "#videos { display: none !important; }", ".ads { display: none !important; }", ".ad-bannerside300 { display: none !important; }", ".ad-medyanet { display: none !important; }", ".medyanet-counter { display: none !important; }"].join("\n") );