From 8fc0caf3aa22f63e6c75d62e3192e8661d4a4804 Mon Sep 17 00:00:00 2001 From: qsniyg Date: Fri, 15 Nov 2024 15:27:47 +0000 Subject: [PATCH] Add postimg host rule --- src/userscript.ts | 3 ++- userscript.user.js | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/userscript.ts b/src/userscript.ts index 7cece6b2..8e4bcb57 100644 --- a/src/userscript.ts +++ b/src/userscript.ts @@ -96077,7 +96077,8 @@ var $$IMU_EXPORT$$; } } - if (domain_nowww === "pixxxels.cc") { + if (domain_nowww === "pixxxels.cc" || + domain_nowww === "postimg.cc") { // https://pixxxels.cc/8jkzg5wM newsrc = website_query({ website_regex: /^[a-z]+:\/\/[^/]+\/+([0-9a-zA-Z]+)(?:[?#].*)?$/, diff --git a/userscript.user.js b/userscript.user.js index 402ac4cb..b1cb047f 100644 --- a/userscript.user.js +++ b/userscript.user.js @@ -86476,7 +86476,8 @@ var $$IMU_EXPORT$$; }; } } - if (domain_nowww === "pixxxels.cc") { + if (domain_nowww === "pixxxels.cc" || + domain_nowww === "postimg.cc") { // https://pixxxels.cc/8jkzg5wM newsrc = website_query({ website_regex: /^[a-z]+:\/\/[^/]+\/+([0-9a-zA-Z]+)(?:[?#].*)?$/,