fix profitsfly

This commit is contained in:
Amm0ni4 2024-05-08 11:06:40 +02:00
parent 6b0fb46959
commit 73cd0e3984
4 changed files with 12 additions and 8 deletions

View file

@ -4,7 +4,7 @@
// @run-at document-start // @run-at document-start
// @author Amm0ni4 // @author Amm0ni4
// @noframes // @noframes
// @version 91.9.6 // @version 91.9.7
// @grant GM_setValue // @grant GM_setValue
// @grant GM_getValue // @grant GM_getValue
// @grant GM_addStyle // @grant GM_addStyle
@ -797,7 +797,7 @@
// @include /filecrypt.(cc|co)/ // @include /filecrypt.(cc|co)/
// @include /(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/ // @include /(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/
// @include /mega-enlace.com/ // @include /mega-enlace.com/
// @include /^(https?:\/\/)(.+)?(tiktokcounter.net|lifgam.online|(tpayr|waezf|ashrfd|poqzn|rezsx|tryzt|ashrff).xyz|dawenet.com)(\/.*)/ // @include /^(https?:\/\/)(.+)?(tiktokcounter.net|lifgam.online|(tpayr|waezf|ashrfd|poqzn|rezsx|tryzt|ashrff|erzar).xyz|dawenet.com)(\/.*)/
// @include /(work.ink|workink.click)\/.*$/ // @include /(work.ink|workink.click)\/.*$/
// @resource NOTYF_CSS https://cdn.jsdelivr.net/npm/notyf@3/notyf.min.css // @resource NOTYF_CSS https://cdn.jsdelivr.net/npm/notyf@3/notyf.min.css
// @require https://cdn.jsdelivr.net/npm/notyf@3/notyf.min.js // @require https://cdn.jsdelivr.net/npm/notyf@3/notyf.min.js

View file

@ -4,7 +4,7 @@
// @run-at document-start // @run-at document-start
// @author Amm0ni4 // @author Amm0ni4
// @noframes // @noframes
// @version 91.9.6 // @version 91.9.7
// @grant GM_setValue // @grant GM_setValue
// @grant GM_getValue // @grant GM_getValue
// @grant GM_addStyle // @grant GM_addStyle
@ -797,7 +797,7 @@
// @include /filecrypt.(cc|co)/ // @include /filecrypt.(cc|co)/
// @include /(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/ // @include /(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/
// @include /mega-enlace.com/ // @include /mega-enlace.com/
// @include /^(https?:\/\/)(.+)?(tiktokcounter.net|lifgam.online|(tpayr|waezf|ashrfd|poqzn|rezsx|tryzt|ashrff).xyz|dawenet.com)(\/.*)/ // @include /^(https?:\/\/)(.+)?(tiktokcounter.net|lifgam.online|(tpayr|waezf|ashrfd|poqzn|rezsx|tryzt|ashrff|erzar).xyz|dawenet.com)(\/.*)/
// @include /(work.ink|workink.click)\/.*$/ // @include /(work.ink|workink.click)\/.*$/
// @resource NOTYF_CSS https://cdn.jsdelivr.net/npm/notyf@3/notyf.min.css // @resource NOTYF_CSS https://cdn.jsdelivr.net/npm/notyf@3/notyf.min.css
// @require https://cdn.jsdelivr.net/npm/notyf@3/notyf.min.js // @require https://cdn.jsdelivr.net/npm/notyf@3/notyf.min.js
@ -2834,7 +2834,7 @@
//----tiktokcounter auto-skip for firefox only-------- //----tiktokcounter auto-skip for firefox only--------
(function() { (function() {
'use strict'; 'use strict';
const tiktokcounterRegex = /^(https?:\/\/)(.+)?(tiktokcounter.net|lifgam.online|(tpayr|waezf|ashrfd|poqzn|rezsx|tryzt|ashrff).xyz|dawenet.com)(\/.*)/ const tiktokcounterRegex = /^(https?:\/\/)(.+)?(tiktokcounter.net|lifgam.online|(tpayr|waezf|ashrfd|poqzn|rezsx|tryzt|ashrff|erzar).xyz|dawenet.com)(\/.*)/
if (tiktokcounterRegex.test(window.location.href)) { if (tiktokcounterRegex.test(window.location.href)) {
//---DEFINE FUNCTIONS--- //---DEFINE FUNCTIONS---
@ -2930,6 +2930,8 @@
if (tiktokcounterRegex.test(window.location.href)) { if (tiktokcounterRegex.test(window.location.href)) {
preventForcedFocusOnWindow(); preventForcedFocusOnWindow();
//setInterval(function(){window.wT9882=0;},1000); //setInterval(function(){window.wT9882=0;},1000);
setInterval(function(){window.isAdClickDone=true;},1000);
document.addEventListener('DOMContentLoaded', ()=> {const i = document.createElement('iframe');i.style = 'height:0;width:0;border:0';i.id = 'a';document.body.appendChild(i);i.focus();});
} }
//document.addEventListener('DOMContentLoaded', function() { //document.addEventListener('DOMContentLoaded', function() {

View file

@ -1,13 +1,13 @@
// ==UserScript== // ==UserScript==
// @name tiktokcounter firefox auto-skip // @name tiktokcounter firefox auto-skip
// @include /^(https?:\/\/)(.+)?(tiktokcounter.net|lifgam.online|(tpayr|waezf|ashrfd|poqzn|rezsx|tryzt|ashrff).xyz|dawenet.com)(\/.*)/ // @include /^(https?:\/\/)(.+)?(tiktokcounter.net|lifgam.online|(tpayr|waezf|ashrfd|poqzn|rezsx|tryzt|ashrff|erzar).xyz|dawenet.com)(\/.*)/
// @run-at document-start // @run-at document-start
// ==/UserScript== // ==/UserScript==
//----tiktokcounter auto-skip for firefox only-------- //----tiktokcounter auto-skip for firefox only--------
(function() { (function() {
'use strict'; 'use strict';
const tiktokcounterRegex = /^(https?:\/\/)(.+)?(tiktokcounter.net|lifgam.online|(tpayr|waezf|ashrfd|poqzn|rezsx|tryzt|ashrff).xyz|dawenet.com)(\/.*)/ const tiktokcounterRegex = /^(https?:\/\/)(.+)?(tiktokcounter.net|lifgam.online|(tpayr|waezf|ashrfd|poqzn|rezsx|tryzt|ashrff|erzar).xyz|dawenet.com)(\/.*)/
if (tiktokcounterRegex.test(window.location.href)) { if (tiktokcounterRegex.test(window.location.href)) {
//---DEFINE FUNCTIONS--- //---DEFINE FUNCTIONS---
@ -103,6 +103,8 @@
if (tiktokcounterRegex.test(window.location.href)) { if (tiktokcounterRegex.test(window.location.href)) {
preventForcedFocusOnWindow(); preventForcedFocusOnWindow();
//setInterval(function(){window.wT9882=0;},1000); //setInterval(function(){window.wT9882=0;},1000);
setInterval(function(){window.isAdClickDone=true;},1000);
document.addEventListener('DOMContentLoaded', ()=> {const i = document.createElement('iframe');i.style = 'height:0;width:0;border:0';i.id = 'a';document.body.appendChild(i);i.focus();});
} }
//document.addEventListener('DOMContentLoaded', function() { //document.addEventListener('DOMContentLoaded', function() {

View file

@ -776,5 +776,5 @@ https://paster.so/*
/filecrypt.(cc|co)/ /filecrypt.(cc|co)/
/(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/ /(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/
/mega-enlace.com/ /mega-enlace.com/
/^(https?:\/\/)(.+)?(tiktokcounter.net|lifgam.online|(tpayr|waezf|ashrfd|poqzn|rezsx|tryzt|ashrff).xyz|dawenet.com)(\/.*)/ /^(https?:\/\/)(.+)?(tiktokcounter.net|lifgam.online|(tpayr|waezf|ashrfd|poqzn|rezsx|tryzt|ashrff|erzar).xyz|dawenet.com)(\/.*)/
/(work.ink|workink.click)\/.*$/ /(work.ink|workink.click)\/.*$/