// ==UserScript==
// @name Additional Bypass
// @namespace Violentmonkey Scripts
// @match *://boxlink.xyz/*
// @match *://zoxlink.xyz/*
// @match *://moxlink.xyz/*
// @match *://foxlink.xyz/*
// @match *://foofly.xyz/*
// @match *://wizzly.xyz/*
// @match *://porofly.xyz/*
// @match *://morofly.xyz/*
// @match *://zorofly.xyz/*
// @match *://worofly.xyz/*
// @match *://gameen.xyz/*
// @match *://fameen.xyz/*
// @match *://yameen.xyz/*
// @match *://girlporo.xyz/*
// @match *://girlmoro.xyz/*
// @match *://girlzoro.xyz/*
// @match *://girlworo.xyz/*
// @match *://potoly.xyz/*
// @match *://motoly.xyz/*
// @match *://kotoly.xyz/*
// @match *://cryptoon.xyz/*
// @match *://wizly.xyz/*
// @match *://9bitco.in/*
// @match *://movie4i.com/*
// @match *://cutdl.xyz/*
// @match *://zagl.info/*
// @match *://stfly.me/*
// @match *://shrinke.me/*
// @match *://shortzon.com/*
// @match *://linksly.co/*
// @match *://doctor-groups.com/*
// @match *://cryptorotator.website/*
// @grant none
// @version 2.2
// @author Bloggerpemula
// @run-at document-start
// @description Bypass Addition for Bypass All Shortlinks
// @require https://code.jquery.com/jquery-3.6.0.min.js
// @downloadURL none
// ==/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://faucetpay.nurul-huda.or.id/?url=' + url : url;}
delete window.document.referrer;
window.document.__defineGetter__('referrer', function () {
return "https://forexeen.us/";});
if (['interactive', 'complete'].includes(document.readyState)) {onHtmlLoaded();} else {document.addEventListener('DOMContentLoaded', onHtmlLoaded);}
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.
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('');
blogger.replaceWith('');
pemula.replaceWith('');},
success: function(result, xhr) {location.href=respect+result.url}});})}}
})();