We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab5b3ab commit 494e65cCopy full SHA for 494e65c
generate-userscript.sh
@@ -239,8 +239,10 @@ done <<< "$europress_urls"
239
path.startsWith("/Search/Advanced") ||
240
path.startsWith("/Search/AdvancedMobile") ||
241
path.startsWith("/Search/Express") ||
242
- path.startsWith("/Search/Simple") ||
243
- path.startsWith("/Search/Result")
+ path.startsWith("/Search/Simple") ||
+ path.startsWith("/Search/Result") ||
244
+ path.startsWith("/Search/ResultMobile") ||
245
+ path === "/Pdf"
246
)) return;
247
248
/* Fix une issue avec le proxy BNF qui redirige vers /Pdf */
0 commit comments