Advertisement
Guest User

Untitled

a guest
Jan 25th, 2016
6,455
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. // ==UserScript==
  2. // @name Anti Baha Anti ad block
  3. // @namespace mmis1000.me
  4. // @description anit anit ad block
  5. // @include http://*.gamer.com.tw/*
  6. // @version 1
  7. // @grant none
  8. // @run-at document-start
  9. // ==/UserScript==
  10.  
  11.  
  12. Object.defineProperty(window, 'AntiAd', {
  13. enumerable: false,
  14. configurable: false,
  15. writable: false,
  16. value: null
  17. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement