Additional Bypass

Bypass Addition for Bypass All Shortlinks

当前为 2022-09-27 提交的版本,查看 最新版本

  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 *://smgplaza.com/*
  11. // @match *://shortzon.com/*
  12. // @match *://icutlink.com/*
  13. // @match *://*.hamody.pro/*
  14. // @match *://*.mealob.com/*
  15. // @match *://blackleadr.com/*
  16. // @match *://megablogme.com/*
  17. // @match *://tribuntekno.com/*
  18. // @match *://namemegablog.com/*
  19. // @match *://doctor-groups.com/*
  20. // @match *://link.turkdown.com/*
  21. // @match *://hitbits.io/shl/v/*
  22. // @match *://getitall.top/shl/v/*
  23. // @match *://simplebits.io/shl/v/*
  24. // @match *://pentafaucet.com/shl/v/*
  25. // @match *://satoshilabs.net/shl/v/*
  26. // @match *://intercelestial.com/*
  27. // @match *://safe.intipanime.com/*
  28. // @match *://cryptorotator.website/*
  29. // @grant none
  30. // @version 3.5
  31. // @author Bloggerpemula
  32. // @run-at document-start
  33. // @description Bypass Addition for Bypass All Shortlinks
  34. // @require https://code.jquery.com/jquery-3.6.0.min.js
  35. // ==/UserScript==
  36. // ==========================================================================================================================================
  37. // PLEASE READ SCRIPT INFO BEFORE USE
  38. // PLEASE RESPECT IF MY SCRIPTS USEFUL FOR YOU
  39. // DON'T TRY TO COPY PASTE MY SCRIPTS THEN SHARE TO OTHERS LIKE YOU ARE THE CREATOR
  40. // PLEASE DON'T REMOVE OR CHANGE MY BLOG, THANKS FOR YOUR SUPPORT
  41. // My Blog is Very Important to give some Delay for safe away ,Track New Shortlinks , Broken Bypass etc...
  42. // Thanks so much to @JustOlaf , @Konf , @hacker09 for Helping me , make my script even better , and for All who has contributed via Feedback.
  43. // ===========================================================================================================================================
  44. (function() {
  45. 'use strict';
  46. const bp = query => document.querySelector(query);
  47. const elementExists = query => bp(query) !== null;
  48. function submit(query) {bp(query).submit()}
  49. function redirect(url, blog = true) {location = blog ? 'https://bypasss.nurul-huda.or.id/?url=' + url : url;}
  50.  
  51. if (['interactive', 'complete'].includes(document.readyState)) {onHtmlLoaded();} else {document.addEventListener('DOMContentLoaded', onHtmlLoaded);}
  52. function onHtmlLoaded() {let $ = window.jQuery; let respect = 'https://bypasss.nurul-huda.or.id/?url='; // Don't use My Scripts if You Change/Remove My Blogs, Except You Make Donations.
  53. if (['safe.intipanime.com', 'intercelestial.com', 'tribuntekno.com', 'mealob.com', 'smgplaza.com', 'namemegablog.com', 'blackleadr.com', 'megablogme.com'].indexOf(location.host) > -1) {function Bypass () {$("#showlink").delay(80).fadeIn("fast");$("#pleasewait").fadeIn("fast");} Bypass ();
  54. $('#landing').submit(); $('#headimg').remove(); $('#pleasewait').remove(); $('body,html').animate({scrollTop:0}, 100);
  55. bp('.soractrl').appendChild(document.querySelector('.spoint')); bp('.soractrl img').remove(); bp('.spoint').src = 'https://i.ibb.co/c1tm9mz/Bypassed-By-Bloggerpemula.png'; bp('.spoint').title = 'Please Click Manually , Sorry at this time i dont have idea to make this auto, Silahkan di klik manual, maaf belum nemu ide biar bisa otomatis';}
  56. if (['satoshilabs.net', 'simplebits.io', 'getitall.top', 'hitbits.io', 'pentafaucet.com'].indexOf(location.host) > -1) {setInterval(function(){$('.btn-accent.btn').click();}, 3000);
  57. setInterval(function(){$('.btn-primary.btn').click();}, 3000);}
  58. 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");
  59. const blogger = $(".main-header"); const pemula = $(".col-sm-6.hidden-xs");
  60. $.ajax({type: "POST", url: url, data: form.serialize(),
  61. beforeSend: function(xhr) { pesan.attr("disabled", "disabled"); $('a.get-link').text('Bypassed by Bloggerpemula');
  62. 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>');
  63. 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>');
  64. 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>');},
  65. success: function(result, xhr) {location.href=respect+result.url;}});});}}
  66. })();

QingJ © 2025

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