Additional Bypass

Bypass Addition for Bypass All Shortlinks

Versione datata 27/09/2022. Vedi la nuova versione l'ultima versione.

Dovrai installare un'estensione come Tampermonkey, Greasemonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Userscripts per installare questo script.

Dovrai installare un'estensione come ad esempio Tampermonkey per installare questo script.

Dovrai installare un gestore di script utente per installare questo script.

(Ho già un gestore di script utente, lasciamelo installare!)

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

(Ho già un gestore di stile utente, lasciamelo installare!)

// ==UserScript==
// @name       Additional Bypass
// @namespace  Violentmonkey Scripts
// @match      *://cutdl.xyz/*
// @match      *://zagl.info/*
// @match      *://stfly.me/*
// @match      *://shrinke.me/*
// @match      *://gplinks.co/*
// @match      *://linksly.co/*
// @match      *://smgplaza.com/*
// @match      *://shortzon.com/*
// @match      *://icutlink.com/*
// @match      *://*.hamody.pro/*
// @match      *://*.mealob.com/*
// @match      *://blackleadr.com/*
// @match      *://tribuntekno.com/*
// @match      *://namemegablog.com/*
// @match      *://doctor-groups.com/*
// @match      *://link.turkdown.com/*
// @match      *://hitbits.io/shl/v/*
// @match      *://getitall.top/shl/v/*
// @match      *://simplebits.io/shl/v/*
// @match      *://pentafaucet.com/shl/v/*
// @match      *://satoshilabs.net/shl/v/*
// @match      *://intercelestial.com/*
// @match      *://safe.intipanime.com/*
// @match      *://cryptorotator.website/*
// @grant      none
// @version    3.4
// @author     Bloggerpemula
// @run-at     document-start
// @description Bypass Addition for Bypass All Shortlinks
// @require    https://code.jquery.com/jquery-3.6.0.min.js
// ==/UserScript==
// ==========================================================================================================================================
//                                      PLEASE READ SCRIPT INFO BEFORE USE
//                                  PLEASE RESPECT IF MY SCRIPTS USEFUL FOR YOU
//                      DON'T TRY TO COPY PASTE MY SCRIPTS THEN SHARE TO OTHERS LIKE YOU ARE THE CREATOR
//                            PLEASE DON'T REMOVE OR CHANGE MY BLOG, THANKS FOR YOUR SUPPORT
//              My Blog is Very Important to give some Delay for safe away ,Track New Shortlinks , Broken Bypass etc...
// Thanks so much to @JustOlaf , @Konf , @hacker09 for Helping me , make my script even better , and for All who has contributed via Feedback.
// ===========================================================================================================================================
(function() {
    'use strict';
    const bp = query => document.querySelector(query);
    const elementExists = query => bp(query) !== null;
    function submit(query) {bp(query).submit()}
    function redirect(url, blog = true) {location = blog ? 'https://bypasss.nurul-huda.or.id/?url=' + url : url;}

    if (['interactive', 'complete'].includes(document.readyState)) {onHtmlLoaded();} else {document.addEventListener('DOMContentLoaded', onHtmlLoaded);}
    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.
    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 ();
    $('#landing').submit(); $('#headimg').remove(); $('#pleasewait').remove(); $('body,html').animate({scrollTop:0}, 100);
    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';}
    if (['satoshilabs.net', 'simplebits.io', 'getitall.top', 'hitbits.io', 'pentafaucet.com'].indexOf(location.host) > -1) {setInterval(function(){$('.btn-accent.btn').click();}, 3000);
    setInterval(function(){$('.btn-primary.btn').click();}, 3000);}
    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");
    const blogger = $(".main-header"); const pemula = $(".col-sm-6.hidden-xs");
    $.ajax({type: "POST", url: url, data: form.serialize(),
    beforeSend: function(xhr) { pesan.attr("disabled", "disabled"); $('a.get-link').text('Bypassed by Bloggerpemula');
    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>');
    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>');
    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>');},
    success: function(result, xhr) {location.href=respect+result.url;}});});}}
})();