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