diff --git a/Bypass_All_Shortlinks.meta.js b/Bypass_All_Shortlinks.meta.js index 7b58b19..b8abb12 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 91.8.21 +// @version 91.8.22 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle @@ -788,7 +788,7 @@ // @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 /mega-enlace.com/ -// @include /^(https?:\/\/)(.+)?(tiktokcounter.net)(\/.*)/ +// @include /^(https?:\/\/)(.+)?(tiktokcounter.net|tpayr.xyz)(\/.*)/ // @include /(work.ink|workink.click)\/.*$/ // @resource NOTYF_CSS https://cdn.jsdelivr.net/npm/notyf@3/notyf.min.css // @require https://cdn.jsdelivr.net/npm/notyf@3/notyf.min.js diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index d725ba0..cb7022e 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 91.8.21 +// @version 91.8.22 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle @@ -788,7 +788,7 @@ // @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 /mega-enlace.com/ -// @include /^(https?:\/\/)(.+)?(tiktokcounter.net)(\/.*)/ +// @include /^(https?:\/\/)(.+)?(tiktokcounter.net|tpayr.xyz)(\/.*)/ // @include /(work.ink|workink.click)\/.*$/ // @resource NOTYF_CSS https://cdn.jsdelivr.net/npm/notyf@3/notyf.min.css // @require https://cdn.jsdelivr.net/npm/notyf@3/notyf.min.js @@ -2724,7 +2724,7 @@ //----tiktokcounter auto-skip for firefox only-------- (function() { '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--- function ReadytoClick(selector, sleepTime = 0) { @@ -2822,10 +2822,10 @@ document.addEventListener('DOMContentLoaded', 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 (/tiktokcounter.net/.test(window.location.href)) { + if (/tiktokcounter.net|tpayr.xyz/.test(window.location.href)) { // Skip timer setInterval(function(){window.wT9882=0;},1000); diff --git a/extra_bypasses/tiktokcounter_firefox.js b/extra_bypasses/tiktokcounter_firefox.js index 25274cd..25ca0dd 100644 --- a/extra_bypasses/tiktokcounter_firefox.js +++ b/extra_bypasses/tiktokcounter_firefox.js @@ -1,13 +1,13 @@ // ==UserScript== // @name tiktokcounter firefox auto-skip -// @include /^(https?:\/\/)(.+)?(tiktokcounter.net)(\/.*)/ +// @include /^(https?:\/\/)(.+)?(tiktokcounter.net|tpayr.xyz)(\/.*)/ // @run-at document-start // ==/UserScript== //----tiktokcounter auto-skip for firefox only-------- (function() { '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--- function ReadytoClick(selector, sleepTime = 0) { @@ -105,10 +105,10 @@ document.addEventListener('DOMContentLoaded', 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 (/tiktokcounter.net/.test(window.location.href)) { + if (/tiktokcounter.net|tpayr.xyz/.test(window.location.href)) { // Skip timer setInterval(function(){window.wT9882=0;},1000); diff --git a/supported_sites.txt b/supported_sites.txt index 83ab0be..66395d3 100644 --- a/supported_sites.txt +++ b/supported_sites.txt @@ -767,5 +767,5 @@ r1.foxylinks.site /filecrypt.(cc|co)/ /(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/ /mega-enlace.com/ -/^(https?:\/\/)(.+)?(tiktokcounter.net)(\/.*)/ +/^(https?:\/\/)(.+)?(tiktokcounter.net|tpayr.xyz)(\/.*)/ /(work.ink|workink.click)\/.*$/