referer-mod
referer-mod copied to clipboard
Web Extension to modify the Referer header in HTTP requests
Manifest v3 does not allow dynamically generated content scripts (see the [migration guide](https://extensionworkshop.com/documentation/develop/manifest-v3-migration-guide/)). Referer Modifier currently uses one to inject the current configuration into content scripts to work around [Firefox...
With Manifest v3 host permissions (used to modify requests and inject scripts) have to be requested via [`host_permissions`](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/host_permissions) (see [migration guide](https://extensionworkshop.com/documentation/develop/manifest-v3-migration-guide/)). Host permission are optional as a matter of principle,...
Currently, the user can specify targets such as `example.com` and `www.example.com`. It would also be useful to be able to specify `www.example.com/folder/`. Thanks!
The rules are displayed unsorted without any filtering or an ability to search for specific domains or subdomains.
The options page right now is very much a "works for me" style. It'd be nice to have proper CSS styles, and maybe an updated structure too. Input validation before...
Currently you have to hover on the options in the dropdown, and not much informations on the extension page itself.  I propose adding these lines (taken from the AMO...
This particular screen:  I know it's because of referrers because disabling this extension immediately resolved the issue. I have tried these rules but it doesn't seem to work...(both `Keep`...
I spent a bit of time cleaning up the formatting of the table in the discussion to make it more welcoming and easier to read. Perhaps by adding a link...
For example: `$schema` `$fulldomain` `$rootdomain` `$query` etc This was one can compose custom referer based on original values in cases when it needs to be dynamically constructed.
The configuration page is too bright. I've added some dark colors for people who prefer them. To test this style: [Change website appearance settings in Firefox](https://support.mozilla.org/kb/change-website-appearance-settings-firefox).