Skip to content

Commit

Permalink
Update userscript
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastZombie authored and github-actions[bot] committed Jan 13, 2024
1 parent 9564c15 commit 0e562fa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion userscript.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -30718,7 +30718,10 @@ var $$IMU_EXPORT$$;
// thanks to sn3akyb3ar on github: https://github.com/qsniyg/maxurl/issues/1062
// https://www.voguehk.com/media/2022/08/VHK-041-Kim-Tae-Ri-Cover-02-1440x1800.jpg
// https://www.voguehk.com/media/2022/08/VHK-041-Kim-Tae-Ri-Cover-02.jpg
(domain_nowww === "voguehk.com" && /\/media\//.test(src))) {
(domain_nowww === "voguehk.com" && /\/media\//.test(src)) ||
// https://wp-assets.futurism.com/2024/01/Screenshot-2024-01-12-at-10.19.15%E2%80%AFAM-1200x865.png
// https://wp-assets.futurism.com/2024/01/Screenshot-2024-01-12-at-10.19.15%E2%80%AFAM.png
domain === "wp-assets.futurism.com") {
src = src.replace(/-[0-9]+x[0-9]+\.([^/]*(?:[?#].*)?)$/, ".$1");
}
if ((domain === "store.pinseyun.com" && string_indexof(src, "/uploads/") >= 0) ||
Expand Down

0 comments on commit 0e562fa

Please sign in to comment.