Skip to content

Commit

Permalink
Add postimg host rule
Browse files Browse the repository at this point in the history
  • Loading branch information
qsniyg committed Nov 15, 2024
1 parent 2f07b33 commit 8fc0caf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/userscript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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]+)(?:[?#].*)?$/,
Expand Down
3 changes: 2 additions & 1 deletion userscript.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -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]+)(?:[?#].*)?$/,
Expand Down

0 comments on commit 8fc0caf

Please sign in to comment.