Skip to content

Commit

Permalink
More websites/rules
Browse files Browse the repository at this point in the history
  • Loading branch information
qsniyg committed Dec 24, 2024
1 parent e02dbd9 commit 4449f82
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/userscript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118012,6 +118012,13 @@ var $$IMU_EXPORT$$;
};
}

if (domain_nosub === "porndig.com") {
// thanks to anonymous for reporting:
// https://celebrities-small.porndig.com/content/d/e/delilahraige/1000/delilahraige_00763_300.jpg?ver=1
// https://celebrities-small.porndig.com/content/d/e/delilahraige/1000/delilahraige_00763.jpg?ver=1
return src.replace(/(\/content\/+.\/+.\/+[^/]+\/+[0-9]+\/+[^/]+_[0-9]+)_300\./, "$1.");
}




Expand Down
6 changes: 6 additions & 0 deletions userscript.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -106056,6 +106056,12 @@ var $$IMU_EXPORT$$;
video: true
};
}
if (domain_nosub === "porndig.com") {
// thanks to anonymous for reporting:
// https://celebrities-small.porndig.com/content/d/e/delilahraige/1000/delilahraige_00763_300.jpg?ver=1
// https://celebrities-small.porndig.com/content/d/e/delilahraige/1000/delilahraige_00763.jpg?ver=1
return src.replace(/(\/content\/+.\/+.\/+[^/]+\/+[0-9]+\/+[^/]+_[0-9]+)_300\./, "$1.");
}
// -- general rules --
if (src.match(/\/ImageGen\.ashx\?/)) {
// http://www.lookalikes.info/umbraco/ImageGen.ashx?image=/media/97522/nick%20hewer%20-%20mark%20brown.jpeg&width=250&constrain=true
Expand Down

0 comments on commit 4449f82

Please sign in to comment.