mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-29 00:13:02 +05:00
disabled annoying alert and unnecesary line of code
This commit is contained in:
parent
447f364d43
commit
aea6db2c42
2 changed files with 4 additions and 4 deletions
|
@ -2078,8 +2078,8 @@
|
|||
'use strict';
|
||||
|
||||
if (/(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/.test(window.location.href)) {
|
||||
alert('Bypass for loot-link starting.\nKeep in mind: \n- You probably need to disable your adblocker.\n- It takes about 5-10s to work.')
|
||||
const window = unsafeWindow;
|
||||
//alert('Bypass for loot-link starting.\nKeep in mind: \n- You probably need to disable your adblocker.\n- It takes about 5-10s to work.')
|
||||
//const window = unsafeWindow;
|
||||
lootlinkBypass();
|
||||
|
||||
function lootlinkBypass(){
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
'use strict';
|
||||
|
||||
if (/(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/.test(window.location.href)) {
|
||||
alert('Bypass for loot-link starting.\nKeep in mind: \n- You probably need to disable your adblocker.\n- It takes about 5-10s to work.')
|
||||
const window = unsafeWindow;
|
||||
//alert('Bypass for loot-link starting.\nKeep in mind: \n- You probably need to disable your adblocker.\n- It takes about 5-10s to work.')
|
||||
//const window = unsafeWindow;
|
||||
lootlinkBypass();
|
||||
|
||||
function lootlinkBypass(){
|
||||
|
|
Loading…
Reference in a new issue