Additional Bypass

Bypass Addition for Bypass All Shortlinks

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

  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 *://movie4i.com/*
  28. // @match *://cutdl.xyz/*
  29. // @match *://zagl.info/*
  30. // @match *://stfly.me/*
  31. // @match *://shrinke.me/*
  32. // @match *://shortzon.com/*
  33. // @match *://linksly.co/*
  34. // @match *://doctor-groups.com/*
  35. // @match *://cryptorotator.website/*
  36. // @grant none
  37. // @version 2.1
  38. // @author Bloggerpemula
  39. // @run-at document-start
  40. // @description Bypass Addition for Bypass All Shortlinks
  41. // @require https://code.jquery.com/jquery-3.6.0.min.js
  42. // ==/UserScript==
  43. // ==========================================================================================================================================
  44. // PLEASE READ SCRIPT INFO BEFORE USE
  45. // PLEASE RESPECT IF MY SCRIPTS USEFUL FOR YOU
  46. // DON'T TRY TO COPY PASTE MY SCRIPTS THEN SHARE TO OTHERS LIKE YOU ARE THE CREATOR
  47. // PLEASE DON'T REMOVE OR CHANGE MY BLOG, THANKS FOR YOUR SUPPORT
  48. // My Blog is Very Important to give some Delay for safe away ,Track New Shortlinks , Broken Bypass etc...
  49. // Thanks so much to @JustOlaf , @Konf , @hacker09 for Helping me , make my script even better , and for All who has contributed via Feedback.
  50. // ===========================================================================================================================================
  51. (function() {
  52. 'use strict';
  53. const bp = query => document.querySelector(query);
  54. const elementExists = query => bp(query) !== null;
  55. function submit(query) {bp(query).submit()}
  56. function redirect(url, blog = true) {location = blog ? 'https://faucetpay.nurul-huda.or.id/?url=' + url : url;}
  57.  
  58. delete window.document.referrer;
  59. window.document.__defineGetter__('referrer', function () {
  60. return "https://forexeen.us/";});
  61. if (['interactive', 'complete'].includes(document.readyState)) {onHtmlLoaded();} else {document.addEventListener('DOMContentLoaded', onHtmlLoaded);}
  62. function onHtmlLoaded() {let $ = window.jQuery;
  63. 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");
  64. const blogger = $(".main-header"); const pemula = $(".col-sm-6.hidden-xs");
  65. $.ajax({type: "POST", url: url, data: form.serialize(),
  66. beforeSend: function(xhr) { pesan.attr("disabled", "disabled"); $('a.get-link').text('Bypassed by Bloggerpemula');
  67. 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>');
  68. 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>');
  69. 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>');},
  70. success: function(result, xhr) {redirect(result.url)}});})}}
  71. })();