diff --git a/Bypass_All_Shortlinks.meta.js b/Bypass_All_Shortlinks.meta.js index 220f00d..95febf8 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 92.2.5 +// @version 92.2.6 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle @@ -780,7 +780,7 @@ // @include /go.bloggingaro.com/ // @include /land.povathemes.com/ // @include /pahe.plus/ -// @include /www.(sinsitio.site|dixva.com)\/out\/\?go=/ +// @include /www.(sinsitio.site|dixva.com)\/code\/\?go=/ // @include /www.yitarx.com/ // @include /myshrinker.com/ // @include /thotpacks.xyz/ diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index 93cd3d5..18c306e 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 92.2.5 +// @version 92.2.6 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle @@ -780,7 +780,7 @@ // @include /go.bloggingaro.com/ // @include /land.povathemes.com/ // @include /pahe.plus/ -// @include /www.(sinsitio.site|dixva.com)\/out\/\?go=/ +// @include /www.(sinsitio.site|dixva.com)\/code\/\?go=/ // @include /www.yitarx.com/ // @include /myshrinker.com/ // @include /thotpacks.xyz/ @@ -2371,7 +2371,7 @@ /trimorspacks.com|pastescript.com|updrop.link/.test(url) ? afterDOMLoaded(function() {redirectIfExists('#wpsafe-link > a:nth-child(1)')}) : null; // sinsitio.site / dixva.com - if (/www.(sinsitio.site|dixva.com)\/out\/\?go=/.test(url)) { + if (/www.(sinsitio.site|dixva.com)\/code\/\?go=/.test(url)) { const decode = (encodedString) => { const dictionary = {'0': 'z', '1': 'y', '2': 'x', '3': 'w', '4': 'v', '5': 'u', '6': 't', '7': 's', '8': 'r', '9': 'q', 'A': 'p', 'a': 'P', 'B': 'o', 'b': 'O', 'C': 'n', 'c': 'N', 'D': 'm', 'd': 'M', 'E': 'l', 'e': 'L', 'F': 'k', 'f': 'K', 'G': 'j', 'g': 'J', 'H': 'i', 'h': 'I', 'I': 'h', 'i': 'H', 'J': 'g', 'j': 'G', 'K': 'f', 'k': 'F', 'L': 'e', 'l': 'E', 'M': 'd', 'm': 'D', 'N': 'c', 'n': 'C', 'O': 'b', 'o': 'B', 'P': 'a', 'p': 'A', 'q': '9', 'Q': 'Z', 'r': '8', 'R': 'Y', 's': '7', 'S': 'X', 't': '6', 'T': 'W', 'u': '5', 'U': 'V', 'v': '4', 'V': 'U', 'w': '3', 'W': 'T', 'x': '2', 'X': 'S', 'y': '1', 'Y': 'R', 'z': '0', 'Z': 'Q'}; return encodedString.split('').map(char => dictionary[char] || char).join(''); diff --git a/extra_bypasses/extra_bypasses.user.js b/extra_bypasses/extra_bypasses.user.js index d59e35e..005bd07 100644 --- a/extra_bypasses/extra_bypasses.user.js +++ b/extra_bypasses/extra_bypasses.user.js @@ -142,7 +142,7 @@ // @include /go.bloggingaro.com/ // @include /land.povathemes.com/ // @include /pahe.plus/ -// @include /www.(sinsitio.site|dixva.com)\/out\/\?go=/ +// @include /www.(sinsitio.site|dixva.com)\/code\/\?go=/ // @include /www.yitarx.com/ // @include /myshrinker.com/ // @include /thotpacks.xyz/ @@ -686,7 +686,7 @@ /trimorspacks.com|pastescript.com|updrop.link/.test(url) ? afterDOMLoaded(function() {redirectIfExists('#wpsafe-link > a:nth-child(1)')}) : null; // sinsitio.site / dixva.com - if (/www.(sinsitio.site|dixva.com)\/out\/\?go=/.test(url)) { + if (/www.(sinsitio.site|dixva.com)\/code\/\?go=/.test(url)) { const decode = (encodedString) => { const dictionary = {'0': 'z', '1': 'y', '2': 'x', '3': 'w', '4': 'v', '5': 'u', '6': 't', '7': 's', '8': 'r', '9': 'q', 'A': 'p', 'a': 'P', 'B': 'o', 'b': 'O', 'C': 'n', 'c': 'N', 'D': 'm', 'd': 'M', 'E': 'l', 'e': 'L', 'F': 'k', 'f': 'K', 'G': 'j', 'g': 'J', 'H': 'i', 'h': 'I', 'I': 'h', 'i': 'H', 'J': 'g', 'j': 'G', 'K': 'f', 'k': 'F', 'L': 'e', 'l': 'E', 'M': 'd', 'm': 'D', 'N': 'c', 'n': 'C', 'O': 'b', 'o': 'B', 'P': 'a', 'p': 'A', 'q': '9', 'Q': 'Z', 'r': '8', 'R': 'Y', 's': '7', 'S': 'X', 't': '6', 'T': 'W', 'u': '5', 'U': 'V', 'v': '4', 'V': 'U', 'w': '3', 'W': 'T', 'x': '2', 'X': 'S', 'y': '1', 'Y': 'R', 'z': '0', 'Z': 'Q'}; return encodedString.split('').map(char => dictionary[char] || char).join(''); diff --git a/supported_sites.txt b/supported_sites.txt index 89135fd..fb8c87d 100644 --- a/supported_sites.txt +++ b/supported_sites.txt @@ -760,7 +760,7 @@ https://paster.so/* /go.bloggingaro.com/ /land.povathemes.com/ /pahe.plus/ -/www.(sinsitio.site|dixva.com)\/out\/\?go=/ +/www.(sinsitio.site|dixva.com)\/code\/\?go=/ /www.yitarx.com/ /myshrinker.com/ /thotpacks.xyz/