Skip to content

Commit f585e0f

Browse files
committed
ggpht: set height to 4096
1 parent 29f9ea0 commit f585e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggpht.com/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if (!location.href.includes("4096")) {
77
location.replace(dest);
88
}
99

10-
const dest2 = location.href.replace(/w\d+-h\d+/, "w4096");
10+
const dest2 = location.href.replace(/w\d+-h\d+/, "w4096-h4096");
1111
if (dest2 !== location.href) {
1212
location.replace(dest2);
1313
}

0 commit comments

Comments
 (0)