// UserScript // @name Catbox de. Redirect // @namespace http://tampermonkey.net/ // @version 0.1 // @description Redirect files.catbox.moe to de.catbox.moe in order to circumvent ISP blocks. // @author You // @match \://files.catbox.moe/\ // @grant GM.xmlHttpRequest // @connect reddit.com // @grant GM_addStyle // @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw // /UserScript==
(function() { 'use strict'; var reg = new RegExp('(.\)://files.catbox.moe/(.\)'); if (reg.test(document.URL)) { var newURL = 'https://de.catbox.moe'+window.location.pathname; window.location.href = newURL; }
[ + ] KyleIsThisTall
[ - ] KyleIsThisTall 1 point 3 yearsApr 5, 2022 18:46:14 ago (+1/-0)*
// UserScript
// @name Catbox de. Redirect
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Redirect files.catbox.moe to de.catbox.moe in order to circumvent ISP blocks.
// @author You
// @match \://files.catbox.moe/\
// @grant GM.xmlHttpRequest
// @connect reddit.com
// @grant GM_addStyle
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw
// /UserScript==
(function() {
'use strict';
var reg = new RegExp('(.\)://files.catbox.moe/(.\)');
if (reg.test(document.URL))
{
var newURL = 'https://de.catbox.moe'+window.location.pathname;
window.location.href = newURL;
}
})();
[ + ] AngryWhiteKeyboardWarrior
[ - ] AngryWhiteKeyboardWarrior 4 points 3 yearsApr 3, 2022 04:46:29 ago (+4/-0)
It was annoying having to run a separate TOR browser window.
[ + ] i_scream_trucks
[ - ] i_scream_trucks 4 points 3 yearsApr 3, 2022 03:52:22 ago (+4/-0)
TIL.
Cheers to you and dangus
Except now this means i have to fuck around with links now like i do with twitter... ffs.
[ + ] dulcima
[ - ] dulcima [op] 5 points 3 yearsApr 3, 2022 04:02:29 ago (+5/-0)
Mind you, I did have that issue with my archive yesterday - had to change https to http.
[ + ] UncleDoug
[ - ] UncleDoug 3 points 3 yearsApr 3, 2022 11:24:10 ago (+3/-0)
haha
That's convenient, ive just being using Nord.vpn last few days.
[ + ] RepublicanNerd
[ - ] RepublicanNerd 3 points 3 yearsApr 3, 2022 07:23:10 ago (+3/-0)
[ + ] Wolfspider
[ - ] Wolfspider 3 points 3 yearsApr 3, 2022 06:31:47 ago (+3/-0)
[ + ] account deleted by user
[ - ] account deleted by user 2 points 3 yearsApr 3, 2022 09:20:42 ago (+2/-0)
[ + ] Limevspink
[ - ] Limevspink 1 point 3 yearsApr 3, 2022 07:27:37 ago (+1/-0)
[ + ] pshawman
[ - ] pshawman 1 point 3 yearsApr 3, 2022 07:03:33 ago (+1/-0)
[ + ] PostWallHelena
[ - ] PostWallHelena 1 point 3 yearsApr 3, 2022 06:55:05 ago (+1/-0)
[ + ] Spirocus
[ - ] Spirocus 0 points 3 yearsApr 3, 2022 17:26:25 ago (+0/-0)
[ + ] account deleted by user
[ - ] account deleted by user 0 points 3 yearsApr 3, 2022 12:02:59 ago (+0/-0)