Greasy Fork 还支持 简体中文。

Additional Bypass

Bypass Addition for Bypass All Shortlinks

目前為 2022-05-25 提交的版本,檢視 最新版本

  1. // ==UserScript==
  2. // @name Additional Bypass
  3. // @namespace Violentmonkey Scripts
  4. // @match *://boxlink.xyz/*
  5. // @match *://zoxlink.xyz/*
  6. // @match *://moxlink.xyz/*
  7. // @match *://foxlink.xyz/*
  8. // @match *://foofly.xyz/*
  9. // @match *://wizzly.xyz/*
  10. // @match *://porofly.xyz/*
  11. // @match *://morofly.xyz/*
  12. // @match *://zorofly.xyz/*
  13. // @match *://worofly.xyz/*
  14. // @match *://gameen.xyz/*
  15. // @match *://fameen.xyz/*
  16. // @match *://yameen.xyz/*
  17. // @match *://girlporo.xyz/*
  18. // @match *://girlmoro.xyz/*
  19. // @match *://girlzoro.xyz/*
  20. // @match *://girlworo.xyz/*
  21. // @match *://potoly.xyz/*
  22. // @match *://motoly.xyz/*
  23. // @match *://kotoly.xyz/*
  24. // @match *://cryptoon.xyz/*
  25. // @match *://wizly.xyz/*
  26. // @match *://9bitco.in/*
  27. // @match *://cutdl.xyz/*
  28. // @match *://zagl.info/*
  29. // @match *://stfly.me/*
  30. // @match *://shrinke.me/*
  31. // @match *://linksly.co/*
  32. // @match *://movie4i.com/*
  33. // @match *://shortzon.com/*
  34. // @match *://simplebits.io/sh/*
  35. // @match *://satoshilabs.net/sh/*
  36. // @match *://doctor-groups.com/*
  37. // @match *://cryptorotator.website/*
  38. // @grant none
  39. // @version 2.3
  40. // @author Bloggerpemula
  41. // @run-at document-start
  42. // @description Bypass Addition for Bypass All Shortlinks
  43. // @require https://code.jquery.com/jquery-3.6.0.min.js
  44. // ==/UserScript==
  45. // ==========================================================================================================================================
  46. // PLEASE READ SCRIPT INFO BEFORE USE
  47. // PLEASE RESPECT IF MY SCRIPTS USEFUL FOR YOU
  48. // DON'T TRY TO COPY PASTE MY SCRIPTS THEN SHARE TO OTHERS LIKE YOU ARE THE CREATOR
  49. // PLEASE DON'T REMOVE OR CHANGE MY BLOG, THANKS FOR YOUR SUPPORT
  50. // My Blog is Very Important to give some Delay for safe away ,Track New Shortlinks , Broken Bypass etc...
  51. // Thanks so much to @JustOlaf , @Konf , @hacker09 for Helping me , make my script even better , and for All who has contributed via Feedback.
  52. // ===========================================================================================================================================
  53. (function() {
  54. 'use strict';
  55. const bp = query => document.querySelector(query);
  56. const elementExists = query => bp(query) !== null;
  57. function submit(query) {bp(query).submit()}
  58. function redirect(url, blog = true) {location = blog ? 'https://faucetpay.nurul-huda.or.id/?url=' + url : url;}
  59.  
  60. delete window.document.referrer;
  61. window.document.__defineGetter__('referrer', function () {
  62. return "https://forexeen.us/";});
  63. if (['interactive', 'complete'].includes(document.readyState)) {onHtmlLoaded();} else {document.addEventListener('DOMContentLoaded', onHtmlLoaded);}
  64. 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.
  65. if(['satoshilabs.net', 'simplebits.io'].indexOf(location.host) > -1) {setInterval(function(){$('.btn-accent.btn').click();}, 3000);
  66. setInterval(function(){$('.btn-primary.btn').click();}, 3000);}
  67. 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");
  68. const blogger = $(".main-header"); const pemula = $(".col-sm-6.hidden-xs");
  69. $.ajax({type: "POST", url: url, data: form.serialize(),
  70. beforeSend: function(xhr) { pesan.attr("disabled", "disabled"); $('a.get-link').text('Bypassed by Bloggerpemula');
  71. 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>');
  72. 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>');
  73. 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>');},
  74. success: function(result, xhr) {location.href=respect+result.url}});})}}
  75. })();