All Popups Blocker and reCAPTCHA Solver


SUBMITTED BY: ccont2246

DATE: Dec. 22, 2022, 12:45 p.m.

FORMAT: Text only

SIZE: 1.8 kB

HITS: 37475

  1. // ==UserScript==
  2. // @name All Popups Blocker and reCAPTCHA Solver
  3. // @namespace Violentmonkey Scripts
  4. // @include /^(https?:\/\/)(.+)?(shortzon|coinadfly|bclikeqt|fc-lc|claimclicks)(\.com)(\/.*)/
  5. // @include /^(https?:\/\/)(.+)?(downfile|promo-visits)(\.site)(\/.*)/
  6. // @include /^(https?:\/\/)(.+)?(bcvc|satoshi-win)(\.xyz)(\/.*)/
  7. // @include /^(https?:\/\/)(1dogecoin|faucet)(\.work)(\/.*)/
  8. // @match *://*.filesearch.link/*
  9. // @match *://*.trangchu.news/*
  10. // @match *://*.bitcoinly.in/*
  11. // @match *://*.vshort.link/*
  12. // @match *://*.linka.click/*
  13. // @match *://*.linkres.in/*
  14. // @match *://*.yocto.link/*
  15. // @match *://*.cashurl.in/*
  16. // @match *://*.linkad.in/*
  17. // @match *://*.cuturl.in/*
  18. // @match *://*.mitly.us/*
  19. // @match *://*.aii.sh/*
  20. // @match *://*.iir.ai/*
  21. // @match *://*/recaptcha/*
  22. // @version 4.4
  23. // @author Blogger Pemula
  24. // @run-at document-start
  25. // @license GPL-3.0-or-later
  26. // @grant GM_xmlhttpRequest
  27. // @require https://code.jquery.com/jquery-3.6.0.min.js
  28. // @require https://greasyfork.org/scripts/444872-7-recaptcha-solver-backup/code/7_Recaptcha%20Solver%20(BackUp).user.js#bypass=true
  29. // @description This Script will Block All Popups Sites in the Lists , and Auto Solving Google reCAPTCHA
  30. // ==/UserScript==
  31. /*jslint evil: true */
  32. var blockonclick = new Function("console.log('Blocked By BloggerPemula')");
  33. function BlockPopup(e){return 1;}
  34. parent.open=BlockPopup; this.open=BlockPopup; window.open=BlockPopup; onload=BlockPopup;
  35. window.open = function(){ return;};
  36. onload = function(){ return;};
  37. this.open = function(){ return;};
  38. parent.open = function(){ return;};
  39. unsafeWindow.open = function(){};

comments powered by Disqus