{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreigjzrgqpzqfnqlzli27bbaxwurfbpmqlso2oyudy6kvhyipntkyvq",
    "uri": "at://did:plc:hqad6xwuzg7oqfmwylfkvqfm/app.bsky.feed.post/3mj7yegag6uw2"
  },
  "path": "/viewtopic.php?t=32098&p=272214#p272214",
  "publishedAt": "2026-04-11T12:27:37.000Z",
  "site": "http://forum.palemoon.org",
  "textContent": "Found a minor issue with the code to replace the Add-ons Manager icon. If you stay in the Add-ons Manager, pick any other extension or category then back, the original icon will return. If you close the Add-ons Manager and reopen it (i.e. its tab) the same will occur. The new icon only \"sticks\" for the first visit in the Add-ons Manager.\n\nPlayed a bit with AI and the only solution was to replace this in the uc.js file:\n\nFrom:\n\n\nCODE:\n\n\n    setTimeout(function() { // icon replacement}, 100);\n\nTo:\n\n\nCODE:\n\n\n    setInterval(function() { // icon replacement}, 3000);\n\nThis change was also suggested:\n\nCODE:\n\n\n    \"if(page_URL == \"about:addons\"){\n\nto:\n\nCODE:\n\n\n    if(page_URL.startsWith(\"about:addons\")){\n\n* * *",
  "title": "Extension Releases/Support • Re: Bypass Cloudflare with Firefox Cookies",
  "updatedAt": "2026-04-11T12:27:37.000Z"
}