Skip to content

Commit

Permalink
Add google drive to google image rule (fixes #1356)
Browse files Browse the repository at this point in the history
  • Loading branch information
qsniyg committed Sep 15, 2024
1 parent cdf22cd commit 9e11bdc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/userscript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30947,6 +30947,8 @@ var $$IMU_EXPORT$$;
// https://1.bp.blogspot.com/_sBBi-c1S7gU/SD5OZiDWDnI/AAAAAAAAFNc/3-cwL7frca0/s0/Copy+of+milla-jovovich-2.jpg=s0?imgmax=0
// https://1.bp.blogspot.com/_sBBi-c1S7gU/SD5OZiDWDnI/AAAAAAAAFNc/3-cwL7frca0/s0/Copy+of+milla-jovovich-2.jpg=s0?imgmax=0
(domain_nosub === "blogger.com" && domain.match(/^bp[0-9]*\.blogger\.com/)) ||
// thanks to Froktime on github: https://github.com/qsniyg/maxurl/issues/1356
domain === "drive.google.com" ||
// thanks to Froktime on github: https://github.com/qsniyg/maxurl/issues/1332
// https://drive.fife.usercontent.google.com/u/0/d/1E-2OSeKmUH1TU0aHXNncrGJltXky2VjR=w300-h285-p-k-rw-v1-nu-iv1
// https://drive.fife.usercontent.google.com/u/0/d/1E-2OSeKmUH1TU0aHXNncrGJltXky2VjR=s0?imgmax=0
Expand Down
2 changes: 2 additions & 0 deletions userscript.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -28306,6 +28306,8 @@ var $$IMU_EXPORT$$;
// https://1.bp.blogspot.com/_sBBi-c1S7gU/SD5OZiDWDnI/AAAAAAAAFNc/3-cwL7frca0/s0/Copy+of+milla-jovovich-2.jpg=s0?imgmax=0
// https://1.bp.blogspot.com/_sBBi-c1S7gU/SD5OZiDWDnI/AAAAAAAAFNc/3-cwL7frca0/s0/Copy+of+milla-jovovich-2.jpg=s0?imgmax=0
(domain_nosub === "blogger.com" && domain.match(/^bp[0-9]*\.blogger\.com/)) ||
// thanks to Froktime on github: https://github.com/qsniyg/maxurl/issues/1356
domain === "drive.google.com" ||
// thanks to Froktime on github: https://github.com/qsniyg/maxurl/issues/1332
// https://drive.fife.usercontent.google.com/u/0/d/1E-2OSeKmUH1TU0aHXNncrGJltXky2VjR=w300-h285-p-k-rw-v1-nu-iv1
// https://drive.fife.usercontent.google.com/u/0/d/1E-2OSeKmUH1TU0aHXNncrGJltXky2VjR=s0?imgmax=0
Expand Down

0 comments on commit 9e11bdc

Please sign in to comment.