Request help with http modify response
Moderator: trava90
Forum rules
Please always mention the name/domain of the website in question in your topic title.
Please one website per topic thread (to help keep things organized). While behavior on different sites might at first glance seem similar, they are not necessarily caused by the same.
Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
Please always mention the name/domain of the website in question in your topic title.
Please one website per topic thread (to help keep things organized). While behavior on different sites might at first glance seem similar, they are not necessarily caused by the same.
Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
- Clear any current output
- Navigate or refresh the page in question
- Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
-
back2themoon
- Knows the dark side

- Posts: 3090
- Joined: 2012-08-19, 20:32
Re: Request help with http modify response
Just to clarify, is the gnome.org page supposed to have the browser warning even with the working filter?
Improve Pale Moon performance • Safe Mode / clean profile test info
How to auto-fill passwords • How to apply user agent overrides
Information to include when asking for support
Windows 10 Pro x64 (W11: hard pass)
How to auto-fill passwords • How to apply user agent overrides
Information to include when asking for support
Windows 10 Pro x64 (W11: hard pass)
-
tellu-white
- Lunatic

- Posts: 292
- Joined: 2022-03-08, 22:02
Re: Request help with http modify response
Yes, the page https://discourse.gnome.org/ has that browser warning even with the working filter, but without that filter the page does not load correctly.back2themoon wrote: ↑2025-09-14, 11:38Just to clarify, is the gnome.org page supposed to have the browser warning even with the working filter?
Screenshots:
1. With filter enabled:
2. Without filter disabled:
You do not have the required permissions to view the files attached to this post.
-
tellu-white
- Lunatic

- Posts: 292
- Joined: 2022-03-08, 22:02
Re: Request help with http modify response
New updates for the add-on Intercept & Modify HTTP Response (including download links) will be posted here:
https://forum.palemoon.org/viewtopic.php?f=71&t=32889
The latest version (at this time) is 4.5
https://forum.palemoon.org/viewtopic.php?f=71&t=32889
The latest version (at this time) is 4.5
-
jacco
- Newbie

- Posts: 6
- Joined: 2025-01-17, 17:09
Re: Request help with http modify response
I installed 4.5, but I havě a problem getting it to work. First there is no "preferences" button in the add-ons manager and when I go directly to chrome://modify_http_response/content/filters_manager.html I can't save a new filter. What am I doing wrong?
-
tellu-white
- Lunatic

- Posts: 292
- Joined: 2022-03-08, 22:02
Re: Request help with http modify response
Note: From now on, please post any questions in the "Add-ons" section, here:
https://forum.palemoon.org/viewtopic.php?f=71&t=32889
1. This add-on does not have "preferences." It only works by clicking or right-clicking on the add-on button:
2. See Screenshots for the steps to add a new filter in "Filters Manager":
Search = "http modify response"
Replace = "Intercept & Modify HTTP Response"
Click on Button:
You do not have the required permissions to view the files attached to this post.
-
jacco
- Newbie

- Posts: 6
- Joined: 2025-01-17, 17:09
Re: Request help with http modify response
Thank you, I didn't see the other topic, I will use it from now on. I got everything to work.
-
tellu-white
- Lunatic

- Posts: 292
- Joined: 2022-03-08, 22:02
-
back2themoon
- Knows the dark side

- Posts: 3090
- Joined: 2012-08-19, 20:32
Re: Request help with http modify response
Hello tellu-white. I've read your earlier post on how to delete single filters. The process is a bit convoluted. There's always the option to manually intervene in prefs.js and that's a bit risky too.
So, if you think it's possible and helpful perhaps you could consider adding an UI option for this that will quickly and safely delete single entries, next to the "Delete All Filters" option?
Although I understand that the whole concept of filters/entries/pairs/arrays might make this difficult, if not impossible.
So, if you think it's possible and helpful perhaps you could consider adding an UI option for this that will quickly and safely delete single entries, next to the "Delete All Filters" option?
Although I understand that the whole concept of filters/entries/pairs/arrays might make this difficult, if not impossible.
Improve Pale Moon performance • Safe Mode / clean profile test info
How to auto-fill passwords • How to apply user agent overrides
Information to include when asking for support
Windows 10 Pro x64 (W11: hard pass)
How to auto-fill passwords • How to apply user agent overrides
Information to include when asking for support
Windows 10 Pro x64 (W11: hard pass)
-
tellu-white
- Lunatic

- Posts: 292
- Joined: 2022-03-08, 22:02
Re: Request help with http modify response
Not all users make a backup for each new workaround added, and some users convert filters made for "Modify HTTP Response (JustOff)" into filters for "Intercept & Modify HTTP Response (Tellu White)". After conversion, the resulting string will contain many filters for multiple workarounds, making it practically impossible for most users to extract from that string only the substring corresponding to the filter(s) they want to delete. As a result, there must be a rule for selecting the filter(s) to be deleted. If this rule is to use "host", then there may be several filters that have the same "host" but different "paths". It is possible that you want to keep a filter with a certain combination of "host" + "path" (for a different workaround), so in this case, deleting all filters that have the same "host" (the rule taken into account) is not a good decision. In this case, the combination "host" + "path" can be used as the rule for deleting filters, but then things get complicated because two or more filters will have to be specified, not just one. There is also the possibility that two filters with different "hosts" are needed for a workaround to work.back2themoon wrote: ↑2025-12-31, 12:45Hello tellu-white. I've read your earlier post on how to delete single filters. The process is a bit convoluted. There's always the option to manually intervene in prefs.js and that's a bit risky too.
So, if you think it's possible and helpful perhaps you could consider adding an UI option for this that will quickly and safely delete single entries, next to the "Delete All Filters" option?
Although I understand that the whole concept of filters/entries/pairs/arrays might make this difficult, if not impossible.
In conclusion, the least risky solution is to select the filters to be deleted visually, in "Filters Manager". Since the "Filters Manager" page is actually an HTML page, it is easy to search for a specific filter using the "Find Toolbar".
Important! It is not good practice to manually modify the "prefs.js" file.
***
Note: From now on, please post any questions in the "Add-ons" section, here:
https://forum.palemoon.org/viewtopic.php?f=71&t=32889
-
back2themoon
- Knows the dark side

- Posts: 3090
- Joined: 2012-08-19, 20:32
Re: Request help with http modify response
Ok understood, thanks.
The very first sentence and link in that topic is misleading (it directs users right back here), so you might consider asking a mod to remove/edit it if you can't do it any more.tellu-white wrote: ↑2025-12-31, 14:30Note: From now on, please post any questions in the "Add-ons" section, here:
https://forum.palemoon.org/viewtopic.php?f=71&t=32889
Improve Pale Moon performance • Safe Mode / clean profile test info
How to auto-fill passwords • How to apply user agent overrides
Information to include when asking for support
Windows 10 Pro x64 (W11: hard pass)
How to auto-fill passwords • How to apply user agent overrides
Information to include when asking for support
Windows 10 Pro x64 (W11: hard pass)
-
tellu-white
- Lunatic

- Posts: 292
- Joined: 2022-03-08, 22:02
Re: Request help with http modify response
You're right. My wording there wasn't quite the best.back2themoon wrote: ↑2025-12-31, 14:42The very first sentence and link in that topic is misleading (it directs users right back here), so you might consider asking a mod to remove/edit it if you can't do it any more.
I can't edit that post anymore, and I don't know the procedure (the steps required) to do so.
-
back2themoon
- Knows the dark side

- Posts: 3090
- Joined: 2012-08-19, 20:32
Re: Request help with http modify response
You can either:
a) Send a PM to a Moderator
b) Use the Report button (exclamation mark) in that post, pick "...does not fit into any other category.." and enter details in the 'Further information' field.
a) Send a PM to a Moderator
b) Use the Report button (exclamation mark) in that post, pick "...does not fit into any other category.." and enter details in the 'Further information' field.
Improve Pale Moon performance • Safe Mode / clean profile test info
How to auto-fill passwords • How to apply user agent overrides
Information to include when asking for support
Windows 10 Pro x64 (W11: hard pass)
How to auto-fill passwords • How to apply user agent overrides
Information to include when asking for support
Windows 10 Pro x64 (W11: hard pass)
-
tellu-white
- Lunatic

- Posts: 292
- Joined: 2022-03-08, 22:02
Re: Request help with http modify response
Thank you, back2themoon, I'll do it next year
Happy New Year to you and your family!
Happy New Year to you and your family!
-
back2themoon
- Knows the dark side

- Posts: 3090
- Joined: 2012-08-19, 20:32
Re: Request help with http modify response
And a Happy New Year to you, tellu-white! Thanks again for your help and contributions. 
Improve Pale Moon performance • Safe Mode / clean profile test info
How to auto-fill passwords • How to apply user agent overrides
Information to include when asking for support
Windows 10 Pro x64 (W11: hard pass)
How to auto-fill passwords • How to apply user agent overrides
Information to include when asking for support
Windows 10 Pro x64 (W11: hard pass)