Additional Bypass

Bypass Addition for Bypass All Shortlinks

目前为 2022-06-12 提交的版本。查看 最新版本

  1. // ==UserScript==
  2. // @name Additional Bypass
  3. // @namespace Violentmonkey Scripts
  4. // @match *://cutdl.xyz/*
  5. // @match *://zagl.info/*
  6. // @match *://stfly.me/*
  7. // @match *://shrinke.me/*
  8. // @match *://gplinks.co/*
  9. // @match *://linksly.co/*
  10. // @match *://shortzon.com/*
  11. // @match *://icutlink.com/*
  12. // @match *://*.hamody.pro/*
  13. // @match *://simplebits.io/sh/*
  14. // @match *://doctor-groups.com/*
  15. // @match *://link.turkdown.com/*
  16. // @match *://satoshilabs.net/sh/*
  17. // @match *://cryptorotator.website/*
  18. // @grant none
  19. // @version 2.8
  20. // @author Bloggerpemula
  21. // @run-at document-start
  22. // @description Bypass Addition for Bypass All Shortlinks
  23. // @require https://code.jquery.com/jquery-3.6.0.min.js
  24. // ==/UserScript==
  25. // ==========================================================================================================================================
  26. // PLEASE READ SCRIPT INFO BEFORE USE
  27. // PLEASE RESPECT IF MY SCRIPTS USEFUL FOR YOU
  28. // DON'T TRY TO COPY PASTE MY SCRIPTS THEN SHARE TO OTHERS LIKE YOU ARE THE CREATOR
  29. // PLEASE DON'T REMOVE OR CHANGE MY BLOG, THANKS FOR YOUR SUPPORT
  30. // My Blog is Very Important to give some Delay for safe away ,Track New Shortlinks , Broken Bypass etc...
  31. // Thanks so much to @JustOlaf , @Konf , @hacker09 for Helping me , make my script even better , and for All who has contributed via Feedback.
  32. // ===========================================================================================================================================
  33. (function() {
  34. 'use strict';
  35. const bp = query => document.querySelector(query);
  36. const elementExists = query => bp(query) !== null;
  37. function submit(query) {bp(query).submit()}
  38. function redirect(url, blog = true) {location = blog ? 'https://faucetpay.nurul-huda.or.id/?url=' + url : url;}
  39.  
  40. delete window.document.referrer;
  41. window.document.__defineGetter__('referrer', function () {
  42. return "https://forexeen.us/";});
  43.  
  44. if (['interactive', 'complete'].includes(document.readyState)) {onHtmlLoaded();} else {document.addEventListener('DOMContentLoaded', onHtmlLoaded);}
  45. function onHtmlLoaded() {let $ = window.jQuery; let respect = 'https://faucetpay.nurul-huda.or.id/?url='; // Don't use My Scripts if You Change/Remove My Blogs, Except You Make Donations.
  46. if (['satoshilabs.net', 'simplebits.io'].indexOf(location.host) > -1) {setInterval(function(){$('.btn-accent.btn').click();}, 3000);
  47. setInterval(function(){$('.btn-primary.btn').click();}, 3000);}
  48. if (elementExists('#go-link')) {$('#go-link').submit(function() {var form = $(this); var url = form.attr('action'); const pesan = form.find('button'); const notforsale = $(".navbar-collapse.collapse");
  49. const blogger = $(".main-header"); const pemula = $(".col-sm-6.hidden-xs");
  50. $.ajax({type: "POST", url: url, data: form.serialize(),
  51. beforeSend: function(xhr) { pesan.attr("disabled", "disabled"); $('a.get-link').text('Bypassed by Bloggerpemula');
  52. notforsale.replaceWith('<button class="btn btn-default , col-md-12 text-center" onclick="javascript: return false;"><b>Thanks for using Bypass All Shortlinks Scripts and for Donations , Regards : Bloggerpemula</b></button>');
  53. blogger.replaceWith('<button class="btn btn-default , col-md-12 text-center" onclick="javascript: return false;"><b>Thanks for using Bypass All Shortlinks Scripts and for Donations , Regards : Bloggerpemula</b></button>');
  54. pemula.replaceWith('<button class="btn btn-default , col-md-12 text-center" onclick="javascript: return false;"><b>Thanks for using Bypass All Shortlinks Scripts and for Donations , Regards : Bloggerpemula</b></button>');},
  55. success: function(result, xhr) {location.href=respect+result.url}});})}}
  56. })();

QingJ © 2025

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