Skip to content

Commit 494e65c

Browse files
authored
Update generate-userscript.sh
1 parent ab5b3ab commit 494e65c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

generate-userscript.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,10 @@ done <<< "$europress_urls"
239239
path.startsWith("/Search/Advanced") ||
240240
path.startsWith("/Search/AdvancedMobile") ||
241241
path.startsWith("/Search/Express") ||
242-
path.startsWith("/Search/Simple") ||
243-
path.startsWith("/Search/Result")
242+
path.startsWith("/Search/Simple") ||
243+
path.startsWith("/Search/Result") ||
244+
path.startsWith("/Search/ResultMobile") ||
245+
path === "/Pdf"
244246
)) return;
245247
246248
/* Fix une issue avec le proxy BNF qui redirige vers /Pdf */

0 commit comments

Comments
 (0)