{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreiefkt3ekydl74rdytwrhk64nz5gxi2qmsq3u2lclv7yogzp3t3rwm",
    "uri": "at://did:plc:hqad6xwuzg7oqfmwylfkvqfm/app.bsky.feed.post/3mjufihyyv3i2"
  },
  "path": "/viewtopic.php?t=32098&p=272556#p272556",
  "publishedAt": "2026-04-19T15:23:20.000Z",
  "site": "http://forum.palemoon.org",
  "tags": [
    "https://forum.palemoon.org/viewtopic.php?f=71&t=32889#p272052"
  ],
  "textContent": "> Thanks again tellu-white, although this is getting confusing. You said that the extension will keep affecting the Status Bar.\n>\n> So, this code: \"intercept_&_modify_HTTP_response___**change** _button_icon_size.uc.js\"\n>\n> ...is meant to do exactly what? Change or not change? Keep the Status Bar as-is, or change it? \"Change\" the icon back to 16x16 from its larger default? I think \"change\" should mean anything that changes the browser's UI from the usual defaults.\n>\n> About \"bypass_cloudflare_with_firefox_cookies___change_addon_icons.uc.js\": For that extension, there's the extra uc.js variant for changing the icons themselves (from Firefox-icon to the other one), so I am not sure what exactly this code does now and how it's related to the Status Bar.\n\nBoth codes in my last post modify the behavior of the buttons for the two add-ons by adding class=\"toolbarbutton-1\", so these buttons no longer change the height of the toolbars they are placed on. These codes do not lock the toolbars' heights, so these can be modified by large images of buttons from other add-ons.\n\n1. In addition to adding class=\"toolbarbutton-1\", the code in \"intercept_&_modify_HTTP_response___change_button_icon_size.uc.js\" changes the size of whichever button image is currently displayed (out of the 4 images with 4 different colors) by setting the size of the \"xul:image\" tag to 16x16 pixels.\n\n2. The code in \"bypass_cloudflare_with_firefox_cookies___change_addon_icons.uc.js\" from my last post replaces the add-on icons with the \"base64\" codes of the image files (16x16 and 32x32 pixels) used in a previously posted code, so there is no longer a need to copy them into the \"chrome\" folder. These \"base64\" codes display 16x16-pixel images on the toolbars, so in this code there is no longer a need to use the \"xul:image\" tag to limit the dimensions of the displayed images (see above).\n\n**********\n\nIf you just want to preserve the height of the \"Status Bar\" (and not the height of the other bars) as you mentioned here ( https://forum.palemoon.org/viewtopic.php?f=71&t=32889#p272052 ) and to limit the size of the \"Status Bar\" buttons to 16x16 pixels, use the following code (in \"userChrome.css\"):\n\n\nCODE:\n\n\n    /*********************************** Status Bar / Addon Bar ***********************************/#status-bar{max-height: 19px !important;}#addon-bar .toolbarbutton-menubutton-dropmarker{max-height: 19px !important;padding: 2px 3px 0px 2px !important;}#addon-bar .toolbarbutton-icon{width: 16px !important;max-height: 16px !important;margin-top: 2px !important;margin-bottom: 1px !important;}/************************************************************************************************/\n\nHere's what the \"Status Bar\" looks like on my browser when I use this code:\n\n\nAnd here's what the \"Status Bar\" looks like without this code:\n\n\n* * *",
  "title": "Extension Releases/Support • Re: Bypass Cloudflare with Firefox Cookies",
  "updatedAt": "2026-04-19T15:23:20.000Z"
}