Working Bonk Ad Blocker

Remove ads on bonk.io

  1. // ==UserScript==
  2. // @name Working Bonk Ad Blocker
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.5
  5. // @description Remove ads on bonk.io
  6. // @author MYTH_doglover
  7. // @match https://bonk.io/*
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11.  
  12. document.getElementById("adboxverticalleftCurse").onclick = function() {
  13. let ad1 = document.getElementById("adboxverticalleftCurse");
  14. ad1.remove();
  15. }
  16.  
  17.  
  18. let ad3 = document.getElementById("bonk_d_1");
  19. ad3.remove();
  20.  
  21. let ad4 = document.getElementById("bonk_d_2");
  22. ad4.remove();