Skip to content

Commit e92fcfe

Browse files
committed
Update soyjak domain and add soyjak booru (fixes #1423)
1 parent bad64a5 commit e92fcfe

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

src/userscript.ts

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43228,7 +43228,11 @@ var $$IMU_EXPORT$$;
4322843228
}
4322943229
}
4323043230

43231-
if (domain_nowww === "soyjak.party") {
43231+
if (domain_nowww === "soyjak.party" ||
43232+
// thanks to brian6932 on github: https://github.com/qsniyg/maxurl/pull/1423
43233+
// https://www.soyjak.st/qa/thumb/1717614607841z.jpg
43234+
// https://www.soyjak.st/qa/src/1717614607841z.jpg
43235+
domain_nowww === "soyjak.st") {
4323243236
// thanks to anonymous for reporting:
4323343237
// https://soyjak.party/soy/thumb/1691384159131.jpg
4323443238
// https://soyjak.party/soy/src/1691384159131.jpg
@@ -77841,7 +77845,11 @@ var $$IMU_EXPORT$$;
7784177845
return src.replace(/(\.[^/.]*)\.thumb_[0-9]+x[0-9]+\.[^/.]*(?:[?#].*)?$/, "$1");
7784277846
}
7784377847

77844-
if (domain_nosub === "paheal.net" && options.do_request && options.cb) {
77848+
if ((domain_nosub === "paheal.net" ||
77849+
// thanks to brian6932 on github: https://github.com/qsniyg/maxurl/pull/1423
77850+
// https://booru.soyjak.st/_thumbs/7ef7e1d6fbf329be1628d361885067e0.gif
77851+
// https://booru.soyjak.st/_images/7ef7e1d6fbf329be1628d361885067e0.gif
77852+
domain === "booru.soyjak.st") && options.do_request && options.cb) {
7784577853
// https://acacia.paheal.net/_thumbs/4434ac197cedcc25041959a082054c76/thumb.jpg
7784677854
// http://heather.paheal.net/_images/4434ac197cedcc25041959a082054c76/thumb.jpg
7784777855
newsrc = src.replace(/(:\/\/[^/]*\/+)_thumbs\//, "$1_images/");

userscript.user.js

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39601,7 +39601,11 @@ var __generator = (this && this.__generator) || function(thisArg, body) {
3960139601
return obj;
3960239602
}
3960339603
}
39604-
if (domain_nowww === "soyjak.party") {
39604+
if (domain_nowww === "soyjak.party" ||
39605+
// thanks to brian6932 on github: https://github.com/qsniyg/maxurl/pull/1423
39606+
// https://www.soyjak.st/qa/thumb/1717614607841z.jpg
39607+
// https://www.soyjak.st/qa/src/1717614607841z.jpg
39608+
domain_nowww === "soyjak.st") {
3960539609
// thanks to anonymous for reporting:
3960639610
// https://soyjak.party/soy/thumb/1691384159131.jpg
3960739611
// https://soyjak.party/soy/src/1691384159131.jpg
@@ -70552,7 +70556,11 @@ var __generator = (this && this.__generator) || function(thisArg, body) {
7055270556
// https://celebriot.com/celeb/22557/lily-collins.jpg
7055370557
return src.replace(/(\.[^/.]*)\.thumb_[0-9]+x[0-9]+\.[^/.]*(?:[?#].*)?$/, "$1");
7055470558
}
70555-
if (domain_nosub === "paheal.net" && options.do_request && options.cb) {
70559+
if ((domain_nosub === "paheal.net" ||
70560+
// thanks to brian6932 on github: https://github.com/qsniyg/maxurl/pull/1423
70561+
// https://booru.soyjak.st/_thumbs/7ef7e1d6fbf329be1628d361885067e0.gif
70562+
// https://booru.soyjak.st/_images/7ef7e1d6fbf329be1628d361885067e0.gif
70563+
domain === "booru.soyjak.st") && options.do_request && options.cb) {
7055670564
// https://acacia.paheal.net/_thumbs/4434ac197cedcc25041959a082054c76/thumb.jpg
7055770565
// http://heather.paheal.net/_images/4434ac197cedcc25041959a082054c76/thumb.jpg
7055870566
newsrc = src.replace(/(:\/\/[^/]*\/+)_thumbs\//, "$1_images/");

0 commit comments

Comments
 (0)