mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-01-31 06:57:29 +05:00
fix sinsitio.site
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/70
This commit is contained in:
parent
973af81852
commit
6c00e44458
4 changed files with 8 additions and 8 deletions
|
@ -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/
|
||||
|
|
|
@ -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('');
|
||||
|
|
|
@ -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('');
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue