Extension Releases/Support • Re: Bypass Cloudflare with Firefox Cookies
Pale Moon forum - Forum index [Unofficial]
April 20, 2026
If you use the file "intercept_&modify_HTTP_response___change_button_icon_size.uc.js" for the add-on "Intercept & Modify HTTP Response" and at the same time use the "userChrome.css" code from here ( https://forum.palemoon.org/viewtopic.php?f=71&t=32098&start=140#p272556 ) to preserve the "Status Bar" height, then you need to make the following modification to the code posted here ( https://forum.palemoon.org/viewtopic.php?f=71&t=32098&start=140#p272518 ) for the file "intercept&_modify_HTTP_response___change_button_icon_size.uc.js":
On line 108, replace the code:
CODE:
node.style.padding = "0px 3px 0px 3px";
with the code:
CODE:
node.style.padding = "0px";
Screenshots:
Discussion in the ATmosphere