diff --git a/Bypass_All_Shortlinks.meta.js b/Bypass_All_Shortlinks.meta.js index 9cc338c..4cbae30 100644 --- a/Bypass_All_Shortlinks.meta.js +++ b/Bypass_All_Shortlinks.meta.js @@ -4,7 +4,7 @@ // @run-at document-start // @author Amm0ni4 // @noframes -// @version 92.8.35 +// @version 92.8.36 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle @@ -553,6 +553,8 @@ // @match https://tonordersitye.com/s?* // @match https://daughablelea.com/s?* // @match https://linkvertise.com/* +// @match https://bypass.city/bypass?bypass=* +// @match https://adbypass.org/bypass?bypass=* // @match https://fitdynamos.com/* // @match https://fc-lc.xyz/* // @match https://www.techkhulasha.com/* diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index c523a94..32f9de3 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/Bypass_All_Shortlinks.user.js @@ -4,7 +4,7 @@ // @run-at document-start // @author Amm0ni4 // @noframes -// @version 92.8.35 +// @version 92.8.36 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle @@ -553,6 +553,8 @@ // @match https://tonordersitye.com/s?* // @match https://daughablelea.com/s?* // @match https://linkvertise.com/* +// @match https://bypass.city/bypass?bypass=* +// @match https://adbypass.org/bypass?bypass=* // @match https://fitdynamos.com/* // @match https://fc-lc.xyz/* // @match https://www.techkhulasha.com/* @@ -1725,6 +1727,33 @@ // ----- ------ ---------- +//---Bypass.city clickable result---- +(function() { + 'use strict'; + if (/^https:\/\/(bypass\.city|adbypass\.org)\/bypass\?bypass=.*$/.test(window.location.href)) { + function checkForResolvedUrl() { + const xpath = '/html/body/div[1]/main/div/main/div[1]/div/div[2]/div/p'; + const pElement = document.evaluate(xpath, document, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null).singleNodeValue; + if (pElement && pElement.innerText.includes('The resolved url is: ')) { + const resolvedUrl = pElement.innerText.split('The resolved url is: ')[1]; + if (resolvedUrl && !resolvedUrl.endsWith('...')) { + const clickableLink = document.createElement('a'); + clickableLink.href = `https://${resolvedUrl}`; + clickableLink.innerText = `The resolved url is: ${resolvedUrl}`; + clickableLink.style.color = '#3366CC'; + clickableLink.style.display = 'block'; + pElement.innerHTML = ''; // Clear the original text + pElement.appendChild(clickableLink); + } + clearInterval(intervalId); + } + } + const intervalId = setInterval(checkForResolvedUrl, 2000); + } +})(); +//------- + + // ----- Extra bypasses ----- (function() { 'use strict'; diff --git a/extra_bypasses/bypass.city.user.js b/extra_bypasses/bypass.city.user.js new file mode 100644 index 0000000..352b66b --- /dev/null +++ b/extra_bypasses/bypass.city.user.js @@ -0,0 +1,33 @@ +// ==UserScript== +// @name Bypass.city clickable result +// @match https://bypass.city/bypass?bypass=* +// @match https://adbypass.org/bypass?bypass=* +// @run-at document-start +// ==/UserScript== + +//---Bypass.city clickable result---- +(function() { + 'use strict'; + if (/^https:\/\/(bypass\.city|adbypass\.org)\/bypass\?bypass=.*$/.test(window.location.href)) { + function checkForResolvedUrl() { + const xpath = '/html/body/div[1]/main/div/main/div[1]/div/div[2]/div/p'; + const pElement = document.evaluate(xpath, document, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null).singleNodeValue; + if (pElement && pElement.innerText.includes('The resolved url is: ')) { + const resolvedUrl = pElement.innerText.split('The resolved url is: ')[1]; + if (resolvedUrl && !resolvedUrl.endsWith('...')) { + const clickableLink = document.createElement('a'); + clickableLink.href = `https://${resolvedUrl}`; + clickableLink.innerText = `The resolved url is: ${resolvedUrl}`; + clickableLink.style.color = '#3366CC'; + clickableLink.style.display = 'block'; + pElement.innerHTML = ''; // Clear the original text + pElement.appendChild(clickableLink); + } + clearInterval(intervalId); + } + } + const intervalId = setInterval(checkForResolvedUrl, 2000); + } +})(); +//------- + diff --git a/supported_sites.txt b/supported_sites.txt index 31096e9..6ca294f 100644 --- a/supported_sites.txt +++ b/supported_sites.txt @@ -533,6 +533,8 @@ https://bleleadersto.com/s?* https://tonordersitye.com/s?* https://daughablelea.com/s?* https://linkvertise.com/* +https://bypass.city/bypass?bypass=* +https://adbypass.org/bypass?bypass=* https://fitdynamos.com/* https://fc-lc.xyz/* https://www.techkhulasha.com/*