add domain for psa.wf

This commit is contained in:
Amm0ni4 2024-04-23 03:44:21 +02:00
parent 9bcb4ad260
commit 7f03aab14a
4 changed files with 12 additions and 12 deletions

View file

@ -4,7 +4,7 @@
// @run-at document-start // @run-at document-start
// @author Amm0ni4 // @author Amm0ni4
// @noframes // @noframes
// @version 91.8.21 // @version 91.8.22
// @grant GM_setValue // @grant GM_setValue
// @grant GM_getValue // @grant GM_getValue
// @grant GM_addStyle // @grant GM_addStyle
@ -788,7 +788,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)(\/.*)/ // @include /^(https?:\/\/)(.+)?(tiktokcounter.net|tpayr.xyz)(\/.*)/
// @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.8.21 // @version 91.8.22
// @grant GM_setValue // @grant GM_setValue
// @grant GM_getValue // @grant GM_getValue
// @grant GM_addStyle // @grant GM_addStyle
@ -788,7 +788,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)(\/.*)/ // @include /^(https?:\/\/)(.+)?(tiktokcounter.net|tpayr.xyz)(\/.*)/
// @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
@ -2724,7 +2724,7 @@
//----tiktokcounter auto-skip for firefox only-------- //----tiktokcounter auto-skip for firefox only--------
(function() { (function() {
'use strict'; 'use strict';
if (/tiktokcounter.net/.test(window.location.href) && navigator.userAgent.indexOf("Firefox") != -1) { if (/tiktokcounter.net|tpayr.xyz/.test(window.location.href)) {
//---DEFINE FUNCTIONS--- //---DEFINE FUNCTIONS---
function ReadytoClick(selector, sleepTime = 0) { function ReadytoClick(selector, sleepTime = 0) {
@ -2822,10 +2822,10 @@
document.addEventListener('DOMContentLoaded', function() { document.addEventListener('DOMContentLoaded', function() {
//window.addEventListener('load', function() { //window.addEventListener('load', function() {
// Check its not ez4short because it won't work on that one // Check its not ez4short because it won't work on that one - example https://ez4short.com/ar02kkolam
if (!(document.querySelectorAll('a[href*="ez4short.com"]').length > 0)) { if (!(document.querySelectorAll('a[href*="ez4short.com"]').length > 0)) {
if (/tiktokcounter.net/.test(window.location.href)) { if (/tiktokcounter.net|tpayr.xyz/.test(window.location.href)) {
// Skip timer // Skip timer
setInterval(function(){window.wT9882=0;},1000); setInterval(function(){window.wT9882=0;},1000);

View file

@ -1,13 +1,13 @@
// ==UserScript== // ==UserScript==
// @name tiktokcounter firefox auto-skip // @name tiktokcounter firefox auto-skip
// @include /^(https?:\/\/)(.+)?(tiktokcounter.net)(\/.*)/ // @include /^(https?:\/\/)(.+)?(tiktokcounter.net|tpayr.xyz)(\/.*)/
// @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';
if (/tiktokcounter.net/.test(window.location.href) && navigator.userAgent.indexOf("Firefox") != -1) { if (/tiktokcounter.net|tpayr.xyz/.test(window.location.href)) {
//---DEFINE FUNCTIONS--- //---DEFINE FUNCTIONS---
function ReadytoClick(selector, sleepTime = 0) { function ReadytoClick(selector, sleepTime = 0) {
@ -105,10 +105,10 @@
document.addEventListener('DOMContentLoaded', function() { document.addEventListener('DOMContentLoaded', function() {
//window.addEventListener('load', function() { //window.addEventListener('load', function() {
// Check its not ez4short because it won't work on that one // Check its not ez4short because it won't work on that one - example https://ez4short.com/ar02kkolam
if (!(document.querySelectorAll('a[href*="ez4short.com"]').length > 0)) { if (!(document.querySelectorAll('a[href*="ez4short.com"]').length > 0)) {
if (/tiktokcounter.net/.test(window.location.href)) { if (/tiktokcounter.net|tpayr.xyz/.test(window.location.href)) {
// Skip timer // Skip timer
setInterval(function(){window.wT9882=0;},1000); setInterval(function(){window.wT9882=0;},1000);

View file

@ -767,5 +767,5 @@ r1.foxylinks.site
/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)(\/.*)/ /^(https?:\/\/)(.+)?(tiktokcounter.net|tpayr.xyz)(\/.*)/
/(work.ink|workink.click)\/.*$/ /(work.ink|workink.click)\/.*$/