Sozcu.com.tr Adblock

Sozcu Web Sitesi için Adblock Yönlendirmesini Engeller.

  1. // ==UserScript==
  2. // @author hd49
  3. // @version 1.0.1
  4. // @name Sozcu.com.tr Adblock
  5. // @include http://www.sozcu.com.tr/*
  6. // @include http://*.sozcu.com.tr/*
  7. // @description Sozcu Web Sitesi için Adblock Yönlendirmesini Engeller.
  8. // @run-at document-start
  9. // @grant none
  10. // @namespace https://greatest.deepsurf.us/users/9588
  11. // ==/UserScript==
  12.  
  13. var canRunAds = new (function() {
  14. var x = true
  15. this.getX = function() { return x; };
  16. })();
  17.  
  18. Object.defineProperty(window, "canRunAds", {
  19. value: true,
  20. writable: false
  21. });