Pixlr Ad Blocker

This will remove the ads on pixlr.com

  1. // ==UserScript==
  2. // @name Pixlr Ad Blocker
  3. // @namespace https://gf.qytechs.cn/en/users/783447-logzilla6
  4. // @version 1.0
  5. // @description This will remove the ads on pixlr.com
  6. // @author Logzilla6
  7. // @match https://pixlr.com/e/*
  8. // @icon https://www.google.com/s2/favicons?sz=64&domain=pixlr.com
  9. // @grant none
  10. // ==/UserScript==
  11. var clearRight = setInterval(function(){
  12. if(window.location.href == "https://pixlr.com/e/#editor") {
  13. clearInterval(clearRight)
  14. document.getElementById("workspace").style.right = "0px";
  15. document.getElementById('right-space').remove()
  16. document.getElementById('sneaky').remove()
  17. }
  18. }, 500);
  19. var clearSneaky = setInterval(function(){
  20. document.getElementById('sneaky').remove()
  21. }, 3000);

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址