FastForward icon indicating copy to clipboard operation
FastForward copied to clipboard

[Bug] Injected variable 'bypasses' causes some pages to stop functioning

Open Gorialis opened this issue 10 months ago • 0 comments

Body

FastForward injects a const bypasses into the page, but some websites like the download page of https://gigafile.nu/ attempt to define a bypasses in the global scope via an inline script: image

This causes the error Uncaught SyntaxError: redeclaration of const bypasses: image

As a result, the virus check fails to complete and the file is not downloadable on this page (the ダウンロード開始 button does not function if FastForward is enabled, but does if the extension is disabled). image

Here is an example page to try this on: https://35.gigafile.nu/0713-bb5118657373e8a65b7e9b78cd73a13f0

Version

Manifest-v2

What browser(s) are you seeing the problem on?

Firefox browsers

What platform are you seeing the problem on?

Computer (Windows, Linux, MacOS)

Anything else?

No response

Gorialis avatar Apr 04 '24 10:04 Gorialis