disabled annoying alert and unnecesary line of code

This commit is contained in:
Amm0ni4 2024-02-27 00:33:18 +01:00
parent 447f364d43
commit aea6db2c42
2 changed files with 4 additions and 4 deletions

View file

@ -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(){

View file

@ -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(){