We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29f9ea0 commit f585e0fCopy full SHA for f585e0f
ggpht.com/index.js
@@ -7,7 +7,7 @@ if (!location.href.includes("4096")) {
7
location.replace(dest);
8
}
9
10
- const dest2 = location.href.replace(/w\d+-h\d+/, "w4096");
+ const dest2 = location.href.replace(/w\d+-h\d+/, "w4096-h4096");
11
if (dest2 !== location.href) {
12
location.replace(dest2);
13
0 commit comments