<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Updated to Firefox 115.15esr - ChatGPT and DALL-E NO LONGER WORK! in Discussions</title>
    <link>https://connect.mozilla.org/t5/discussions/updated-to-firefox-115-15esr-chatgpt-and-dall-e-no-longer-work/m-p/71595#M27304</link>
    <description>&lt;P&gt;Thanks, this workaround is just what I needed...worked perfectly:&lt;BR /&gt;&lt;BR /&gt;This script is a &lt;STRONG&gt;Tampermonkey user script&lt;/STRONG&gt;, and it’s meant to be added via a userscript manager like &lt;STRONG&gt;Tampermonkey&lt;/STRONG&gt; or &lt;STRONG&gt;Greasemonkey&lt;/STRONG&gt;. These extensions allow you to run custom scripts on specific websites. Here's how you can set it up in Firefox: (PS:&amp;nbsp; I used &lt;STRONG&gt;Tampermonkey &lt;/STRONG&gt;not &lt;STRONG&gt;Greasemonkey&lt;/STRONG&gt;)&lt;/P&gt;&lt;H3&gt;Steps to Install the Script in Firefox:&lt;/H3&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Install Tampermonkey Extension&lt;/STRONG&gt;:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Go to the &lt;A href="https://addons.mozilla.org/en-US/firefox/addon/tampermonkey/" target="_new" rel="noopener"&gt;&lt;SPAN&gt;Tampermonkey page on Mozilla Add-ons&lt;/SPAN&gt;&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;Click on &lt;STRONG&gt;Add to Firefox&lt;/STRONG&gt; to install the extension.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Open Tampermonkey Dashboard&lt;/STRONG&gt;:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Once Tampermonkey is installed, you’ll see its icon (a black square with eyes) in the toolbar.&lt;/LI&gt;&lt;LI&gt;Click on the icon and select &lt;STRONG&gt;Dashboard&lt;/STRONG&gt;.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Create a New Script&lt;/STRONG&gt;:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;In the Tampermonkey dashboard, click on the &lt;STRONG&gt;+ (Create a new script)&lt;/STRONG&gt; button.&lt;/LI&gt;&lt;LI&gt;This will open the script editor.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Paste the Script&lt;/STRONG&gt;:&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Remove the default text in the script editor.&lt;/LI&gt;&lt;LI&gt;Paste the following javascript...&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;// ==UserScript==&lt;P&gt;// &lt;a href="https://connect.mozilla.org/t5/user/viewprofilepage/user-id/38656"&gt;@name&lt;/a&gt; Intl.Segmenter Polyfill for ChatGPT&lt;BR /&gt;// @namespace &lt;A href="http://tampermonkey.net/" target="_blank" rel="noopener"&gt;http://tampermonkey.net/&lt;/A&gt;&lt;BR /&gt;// @version 0.2&lt;BR /&gt;// @description Fix missing Intl.Segmenter in Firefox ESR&lt;BR /&gt;// @match &lt;A href="https://chatgpt.com/" target="_blank" rel="noopener"&gt;chatgpt.com&lt;/A&gt;&lt;BR /&gt;// &lt;a href="https://connect.mozilla.org/t5/user/viewprofilepage/user-id/16621"&gt;@grant&lt;/a&gt; none&lt;BR /&gt;// @run-at document-start&lt;BR /&gt;// ==/UserScript==&lt;/P&gt;&lt;P&gt;(function() {&lt;BR /&gt;'use strict';&lt;BR /&gt;if (typeof Intl.Segmenter === 'undefined') {&lt;BR /&gt;Intl.Segmenter = function() {&lt;BR /&gt;return {&lt;BR /&gt;segment: (input) =&amp;gt; [{segment: input || 'fallback'}]&lt;BR /&gt;};&lt;BR /&gt;};&lt;BR /&gt;}&lt;BR /&gt;})();&lt;/P&gt;&lt;STRONG&gt;&lt;BR /&gt;5. Save the Script&lt;/STRONG&gt;:&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;UL&gt;&lt;LI&gt;After pasting the script, click the &lt;STRONG&gt;File&lt;/STRONG&gt; menu (top-left) and choose &lt;STRONG&gt;Save&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;The script is now active and should run on &lt;A href="https://chatgpt.com/" target="_blank" rel="noopener"&gt;chatgpt.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck to everyone who uses this, and thanks again to &lt;SPAN class=""&gt;&lt;A class="" href="https://connect.mozilla.org/t5/user/viewprofilepage/user-id/40017" target="_self"&gt;&lt;SPAN class=""&gt;Agentvirtuel&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt; for pointing us in the right direction !!!&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
    <pubDate>Sun, 22 Sep 2024 13:56:35 GMT</pubDate>
    <dc:creator>vegman</dc:creator>
    <dc:date>2024-09-22T13:56:35Z</dc:date>
    <item>
      <title>Updated to Firefox 115.15esr - ChatGPT and DALL-E NO LONGER WORK!</title>
      <link>https://connect.mozilla.org/t5/discussions/updated-to-firefox-115-15esr-chatgpt-and-dall-e-no-longer-work/m-p/71502#M27248</link>
      <description>&lt;P&gt;I recently updated to Firefox 115.15esr and no I can no longer access my ChatGPT or DALL-E that I have been using in Firefox for the last year. This is a serious problem as I am in the middle of a project and am now dead in the water. Why is this happening and is there a fix or when will I see a fix? See many complaints about this!&lt;BR /&gt;&lt;BR /&gt;Upgrading to a new machine in a few weeks (currently on a MAC running OS X 10.14) BUT I am completely screwed at the moment and I have a deliverable in the next few days!&lt;/P&gt;&lt;P&gt;PLEASE HELP!!!!!&lt;/P&gt;&lt;P&gt;Diane W.&lt;/P&gt;</description>
      <pubDate>Sat, 21 Sep 2024 15:52:10 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/updated-to-firefox-115-15esr-chatgpt-and-dall-e-no-longer-work/m-p/71502#M27248</guid>
      <dc:creator>SWDFX</dc:creator>
      <dc:date>2024-09-21T15:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Updated to Firefox 115.15esr - ChatGPT and DALL-E NO LONGER WORK!</title>
      <link>https://connect.mozilla.org/t5/discussions/updated-to-firefox-115-15esr-chatgpt-and-dall-e-no-longer-work/m-p/71504#M27249</link>
      <description>&lt;P&gt;I'm having the exact same problem with 115.15 esr. I'm getting ready to dump FF if they can't fix this glitch soon!&amp;nbsp; &lt;A href="https://chatgpt.com/" target="_blank" rel="noopener"&gt;https://chatgpt.com/&lt;/A&gt; does not work with 115.15 esr !!! All I get is the chat bar at the bottom of the page with no way to submit a query.&lt;/P&gt;</description>
      <pubDate>Sat, 21 Sep 2024 16:00:33 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/updated-to-firefox-115-15esr-chatgpt-and-dall-e-no-longer-work/m-p/71504#M27249</guid>
      <dc:creator>vegman</dc:creator>
      <dc:date>2024-09-21T16:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Updated to Firefox 115.15esr - ChatGPT and DALL-E NO LONGER WORK!</title>
      <link>https://connect.mozilla.org/t5/discussions/updated-to-firefox-115-15esr-chatgpt-and-dall-e-no-longer-work/m-p/71507#M27251</link>
      <description>&lt;P&gt;It happened to me too&lt;/P&gt;</description>
      <pubDate>Sat, 21 Sep 2024 17:18:28 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/updated-to-firefox-115-15esr-chatgpt-and-dall-e-no-longer-work/m-p/71507#M27251</guid>
      <dc:creator>Roli0810</dc:creator>
      <dc:date>2024-09-21T17:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: Updated to Firefox 115.15esr - ChatGPT and DALL-E NO LONGER WORK!</title>
      <link>https://connect.mozilla.org/t5/discussions/updated-to-firefox-115-15esr-chatgpt-and-dall-e-no-longer-work/m-p/71523#M27258</link>
      <description>&lt;P&gt;me too!&lt;/P&gt;&lt;P&gt;interactive elements don't work!&lt;/P&gt;</description>
      <pubDate>Sat, 21 Sep 2024 21:08:12 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/updated-to-firefox-115-15esr-chatgpt-and-dall-e-no-longer-work/m-p/71523#M27258</guid>
      <dc:creator>Erf</dc:creator>
      <dc:date>2024-09-21T21:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Updated to Firefox 115.15esr - ChatGPT and DALL-E NO LONGER WORK!</title>
      <link>https://connect.mozilla.org/t5/discussions/updated-to-firefox-115-15esr-chatgpt-and-dall-e-no-longer-work/m-p/71551#M27272</link>
      <description>&lt;P&gt;Same here -- just stopped working, even after clearing the cache and cookies.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 22 Sep 2024 01:52:57 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/updated-to-firefox-115-15esr-chatgpt-and-dall-e-no-longer-work/m-p/71551#M27272</guid>
      <dc:creator>tlh24</dc:creator>
      <dc:date>2024-09-22T01:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: Updated to Firefox 115.15esr - ChatGPT and DALL-E NO LONGER WORK!</title>
      <link>https://connect.mozilla.org/t5/discussions/updated-to-firefox-115-15esr-chatgpt-and-dall-e-no-longer-work/m-p/71553#M27274</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Again, I am using FF version 115.15 esr with Win7 Pro.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Looks like there are a couple of errors occurring related to the &lt;STRONG&gt;Content-Security-Policy&lt;/STRONG&gt; and &lt;STRONG&gt;Intl.Segmenter&lt;/STRONG&gt; in Firefox.&amp;nbsp; Hope they fix this soon !!!&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Here's the "Console" Data for ChatGPT.com:&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Content-Security-Policy: Couldn’t process unknown directive ‘report-to’&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;A class="" title="View source in Debugger → https://chatgpt.com/" href="https://chatgpt.com/" target="_blank" rel="noopener"&gt;&lt;SPAN class=""&gt;chatgpt.com&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Uncaught &lt;SPAN class=""&gt;TypeError: &lt;SPAN class=""&gt;Intl.Segmenter is not a constructor&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;GTe&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;A href="https://cdn.oaistatic.com/assets/n0xnu42ro5xj12e5.js" target="_blank" rel="noopener"&gt;https://cdn.oaistatic.com/assets/n0xnu42ro5xj12e5.js&lt;/A&gt;&lt;/SPAN&gt;:&lt;SPAN class=""&gt;160&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Ur&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;A href="https://cdn.oaistatic.com/assets/n0xnu42ro5xj12e5.js" target="_blank" rel="noopener"&gt;https://cdn.oaistatic.com/assets/n0xnu42ro5xj12e5.js&lt;/A&gt;&lt;/SPAN&gt;:&lt;SPAN class=""&gt;160&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&amp;lt;anonymous&amp;gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;A href="https://cdn.oaistatic.com/assets/n0xnu42ro5xj12e5.js" target="_blank" rel="noopener"&gt;https://cdn.oaistatic.com/assets/n0xnu42ro5xj12e5.js&lt;/A&gt;&lt;/SPAN&gt;:&lt;SPAN class=""&gt;160&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;A class="" title="View source in Debugger → https://cdn.oaistatic.com/assets/n0xnu42ro5xj12e5.js:160:15904" href="https://cdn.oaistatic.com/assets/n0xnu42ro5xj12e5.js" target="_blank" rel="noopener"&gt;&lt;SPAN class=""&gt;n0xnu42ro5xj12e5.js&lt;/SPAN&gt;&lt;SPAN class=""&gt;:160:15904&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;GTe&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;A href="https://cdn.oaistatic.com/assets/n0xnu42ro5xj12e5.js" target="_blank" rel="noopener"&gt;https://cdn.oaistatic.com/assets/n0xnu42ro5xj12e5.js&lt;/A&gt;&lt;/SPAN&gt;:&lt;SPAN class=""&gt;160&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Ur&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;A href="https://cdn.oaistatic.com/assets/n0xnu42ro5xj12e5.js" target="_blank" rel="noopener"&gt;https://cdn.oaistatic.com/assets/n0xnu42ro5xj12e5.js&lt;/A&gt;&lt;/SPAN&gt;:&lt;SPAN class=""&gt;160&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&amp;lt;anonymous&amp;gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;A href="https://cdn.oaistatic.com/assets/n0xnu42ro5xj12e5.js" target="_blank" rel="noopener"&gt;https://cdn.oaistatic.com/assets/n0xnu42ro5xj12e5.js&lt;/A&gt;&lt;/SPAN&gt;:&lt;SPAN class=""&gt;160&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Source map error: Error: request failed with status 404 Resource URL: &lt;A class="" title="https://cdn.oaistatic.com/assets/n0xnu42ro5xj12e5.js" href="https://cdn.oaistatic.com/assets/n0xnu42ro5xj12e5.js" target="_blank" rel="noopener noreferrer"&gt;https://cdn.oaistatic.com/assets/n0xnu42ro5xj12e5.js&lt;/A&gt; Source Map URL: n0xnu42ro5xj12e5.js.map&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 22 Sep 2024 02:06:02 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/updated-to-firefox-115-15esr-chatgpt-and-dall-e-no-longer-work/m-p/71553#M27274</guid>
      <dc:creator>vegman</dc:creator>
      <dc:date>2024-09-22T02:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Updated to Firefox 115.15esr - ChatGPT and DALL-E NO LONGER WORK!</title>
      <link>https://connect.mozilla.org/t5/discussions/updated-to-firefox-115-15esr-chatgpt-and-dall-e-no-longer-work/m-p/71566#M27287</link>
      <description>&lt;P&gt;Same issue here &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; works on other browsers, error:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;P&gt;Uncaught TypeError: Intl.Segmenter is not a constructor GTe &lt;A href="https://cdn.oaistatic.com/assets/n0xnu42ro5xj12e5.js:160" target="_blank"&gt;https://cdn.oaistatic.com/assets/n0xnu42ro5xj12e5.js:160&lt;/A&gt; Ur &lt;A href="https://cdn.oaistatic.com/assets/n0xnu42ro5xj12e5.js:160" target="_blank"&gt;https://cdn.oaistatic.com/assets/n0xnu42ro5xj12e5.js:160&lt;/A&gt; &lt;A href="https://cdn.oaistatic.com/assets/n0xnu42ro5xj12e5.js:160" target="_blank"&gt;https://cdn.oaistatic.com/assets/n0xnu42ro5xj12e5.js:160&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 22 Sep 2024 04:02:56 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/updated-to-firefox-115-15esr-chatgpt-and-dall-e-no-longer-work/m-p/71566#M27287</guid>
      <dc:creator>Rafayelus</dc:creator>
      <dc:date>2024-09-22T04:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: Updated to Firefox 115.15esr - ChatGPT and DALL-E NO LONGER WORK!</title>
      <link>https://connect.mozilla.org/t5/discussions/updated-to-firefox-115-15esr-chatgpt-and-dall-e-no-longer-work/m-p/71586#M27297</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;A subject &lt;A href="https://www.reddit.com/r/firefox/comments/1flx8qw/hey_guys_i_cant_access_chatgpt_in_firefox" target="_blank"&gt;https://www.reddit.com/r/firefox/comments/1flx8qw/hey_guys_i_cant_access_chatgpt_in_firefox&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 22 Sep 2024 09:48:55 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/updated-to-firefox-115-15esr-chatgpt-and-dall-e-no-longer-work/m-p/71586#M27297</guid>
      <dc:creator>Agentvirtuel</dc:creator>
      <dc:date>2024-09-22T09:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Updated to Firefox 115.15esr - ChatGPT and DALL-E NO LONGER WORK!</title>
      <link>https://connect.mozilla.org/t5/discussions/updated-to-firefox-115-15esr-chatgpt-and-dall-e-no-longer-work/m-p/71595#M27304</link>
      <description>&lt;P&gt;Thanks, this workaround is just what I needed...worked perfectly:&lt;BR /&gt;&lt;BR /&gt;This script is a &lt;STRONG&gt;Tampermonkey user script&lt;/STRONG&gt;, and it’s meant to be added via a userscript manager like &lt;STRONG&gt;Tampermonkey&lt;/STRONG&gt; or &lt;STRONG&gt;Greasemonkey&lt;/STRONG&gt;. These extensions allow you to run custom scripts on specific websites. Here's how you can set it up in Firefox: (PS:&amp;nbsp; I used &lt;STRONG&gt;Tampermonkey &lt;/STRONG&gt;not &lt;STRONG&gt;Greasemonkey&lt;/STRONG&gt;)&lt;/P&gt;&lt;H3&gt;Steps to Install the Script in Firefox:&lt;/H3&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Install Tampermonkey Extension&lt;/STRONG&gt;:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Go to the &lt;A href="https://addons.mozilla.org/en-US/firefox/addon/tampermonkey/" target="_new" rel="noopener"&gt;&lt;SPAN&gt;Tampermonkey page on Mozilla Add-ons&lt;/SPAN&gt;&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;Click on &lt;STRONG&gt;Add to Firefox&lt;/STRONG&gt; to install the extension.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Open Tampermonkey Dashboard&lt;/STRONG&gt;:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Once Tampermonkey is installed, you’ll see its icon (a black square with eyes) in the toolbar.&lt;/LI&gt;&lt;LI&gt;Click on the icon and select &lt;STRONG&gt;Dashboard&lt;/STRONG&gt;.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Create a New Script&lt;/STRONG&gt;:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;In the Tampermonkey dashboard, click on the &lt;STRONG&gt;+ (Create a new script)&lt;/STRONG&gt; button.&lt;/LI&gt;&lt;LI&gt;This will open the script editor.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Paste the Script&lt;/STRONG&gt;:&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Remove the default text in the script editor.&lt;/LI&gt;&lt;LI&gt;Paste the following javascript...&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;// ==UserScript==&lt;P&gt;// &lt;a href="https://connect.mozilla.org/t5/user/viewprofilepage/user-id/38656"&gt;@name&lt;/a&gt; Intl.Segmenter Polyfill for ChatGPT&lt;BR /&gt;// @namespace &lt;A href="http://tampermonkey.net/" target="_blank" rel="noopener"&gt;http://tampermonkey.net/&lt;/A&gt;&lt;BR /&gt;// @version 0.2&lt;BR /&gt;// @description Fix missing Intl.Segmenter in Firefox ESR&lt;BR /&gt;// @match &lt;A href="https://chatgpt.com/" target="_blank" rel="noopener"&gt;chatgpt.com&lt;/A&gt;&lt;BR /&gt;// &lt;a href="https://connect.mozilla.org/t5/user/viewprofilepage/user-id/16621"&gt;@grant&lt;/a&gt; none&lt;BR /&gt;// @run-at document-start&lt;BR /&gt;// ==/UserScript==&lt;/P&gt;&lt;P&gt;(function() {&lt;BR /&gt;'use strict';&lt;BR /&gt;if (typeof Intl.Segmenter === 'undefined') {&lt;BR /&gt;Intl.Segmenter = function() {&lt;BR /&gt;return {&lt;BR /&gt;segment: (input) =&amp;gt; [{segment: input || 'fallback'}]&lt;BR /&gt;};&lt;BR /&gt;};&lt;BR /&gt;}&lt;BR /&gt;})();&lt;/P&gt;&lt;STRONG&gt;&lt;BR /&gt;5. Save the Script&lt;/STRONG&gt;:&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;UL&gt;&lt;LI&gt;After pasting the script, click the &lt;STRONG&gt;File&lt;/STRONG&gt; menu (top-left) and choose &lt;STRONG&gt;Save&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;The script is now active and should run on &lt;A href="https://chatgpt.com/" target="_blank" rel="noopener"&gt;chatgpt.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck to everyone who uses this, and thanks again to &lt;SPAN class=""&gt;&lt;A class="" href="https://connect.mozilla.org/t5/user/viewprofilepage/user-id/40017" target="_self"&gt;&lt;SPAN class=""&gt;Agentvirtuel&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt; for pointing us in the right direction !!!&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Sun, 22 Sep 2024 13:56:35 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/updated-to-firefox-115-15esr-chatgpt-and-dall-e-no-longer-work/m-p/71595#M27304</guid>
      <dc:creator>vegman</dc:creator>
      <dc:date>2024-09-22T13:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: Updated to Firefox 115.15esr - ChatGPT and DALL-E NO LONGER WORK!</title>
      <link>https://connect.mozilla.org/t5/discussions/updated-to-firefox-115-15esr-chatgpt-and-dall-e-no-longer-work/m-p/71668#M27344</link>
      <description>&lt;P&gt;THANK YOU SO MUCH!!! It worked like a champ and now I can finish my presentation!&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2024 12:20:03 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/updated-to-firefox-115-15esr-chatgpt-and-dall-e-no-longer-work/m-p/71668#M27344</guid>
      <dc:creator>SWDFX</dc:creator>
      <dc:date>2024-09-23T12:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Updated to Firefox 115.15esr - ChatGPT and DALL-E NO LONGER WORK!</title>
      <link>https://connect.mozilla.org/t5/discussions/updated-to-firefox-115-15esr-chatgpt-and-dall-e-no-longer-work/m-p/71676#M27348</link>
      <description>&lt;P&gt;You're very welcome, glad it worked for you too!&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2024 13:27:19 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/updated-to-firefox-115-15esr-chatgpt-and-dall-e-no-longer-work/m-p/71676#M27348</guid>
      <dc:creator>vegman</dc:creator>
      <dc:date>2024-09-23T13:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: Updated to Firefox 115.15esr - ChatGPT and DALL-E NO LONGER WORK!</title>
      <link>https://connect.mozilla.org/t5/discussions/updated-to-firefox-115-15esr-chatgpt-and-dall-e-no-longer-work/m-p/71695#M27354</link>
      <description>&lt;P&gt;I'm having the same problem - ChatGPT doesn't work with 115.15.0esr, works fine with Chrome.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2024 14:30:37 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/updated-to-firefox-115-15esr-chatgpt-and-dall-e-no-longer-work/m-p/71695#M27354</guid>
      <dc:creator>calanger</dc:creator>
      <dc:date>2024-09-23T14:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Updated to Firefox 115.15esr - ChatGPT and DALL-E NO LONGER WORK!</title>
      <link>https://connect.mozilla.org/t5/discussions/updated-to-firefox-115-15esr-chatgpt-and-dall-e-no-longer-work/m-p/71699#M27356</link>
      <description>&lt;P&gt;ChatGPT hasn't worked at all with Firefox 115.15esr at all for several days now. Either chatGPT page will load partially and not actually work, let you log in , or do anything, or it gives an outright 404 page for a little while then goes back to no working at all.&lt;/P&gt;&lt;P&gt;All of the clearing cache and stuff makes no difference, and other browsers aren't having this problem.&lt;/P&gt;&lt;P&gt;Is Firefox even working on this ?&amp;nbsp; It's day 3 or 4 now...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2024 14:46:35 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/updated-to-firefox-115-15esr-chatgpt-and-dall-e-no-longer-work/m-p/71699#M27356</guid>
      <dc:creator>Dupliworks</dc:creator>
      <dc:date>2024-09-23T14:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Updated to Firefox 115.15esr - ChatGPT and DALL-E NO LONGER WORK!</title>
      <link>https://connect.mozilla.org/t5/discussions/updated-to-firefox-115-15esr-chatgpt-and-dall-e-no-longer-work/m-p/71708#M27357</link>
      <description>&lt;P&gt;Please see the fix posted above!&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2024 15:35:31 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/updated-to-firefox-115-15esr-chatgpt-and-dall-e-no-longer-work/m-p/71708#M27357</guid>
      <dc:creator>vegman</dc:creator>
      <dc:date>2024-09-23T15:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: Updated to Firefox 115.15esr - ChatGPT and DALL-E NO LONGER WORK!</title>
      <link>https://connect.mozilla.org/t5/discussions/updated-to-firefox-115-15esr-chatgpt-and-dall-e-no-longer-work/m-p/71709#M27358</link>
      <description>&lt;P&gt;Please see the fix posted above.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2024 15:36:01 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/updated-to-firefox-115-15esr-chatgpt-and-dall-e-no-longer-work/m-p/71709#M27358</guid>
      <dc:creator>vegman</dc:creator>
      <dc:date>2024-09-23T15:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Updated to Firefox 115.15esr - ChatGPT and DALL-E NO LONGER WORK!</title>
      <link>https://connect.mozilla.org/t5/discussions/updated-to-firefox-115-15esr-chatgpt-and-dall-e-no-longer-work/m-p/71739#M27366</link>
      <description>&lt;P&gt;Hi Vegman. While I do appreciate your workaround to get Firefox working, I'm not interested in having to use 3rd party add-ons and scripts to get Firefox working out of the box again.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Firefox needs to fix this. I'm surprised that they aren't even mentioning it yet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2024 17:56:46 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/updated-to-firefox-115-15esr-chatgpt-and-dall-e-no-longer-work/m-p/71739#M27366</guid>
      <dc:creator>Dupliworks</dc:creator>
      <dc:date>2024-09-23T17:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Updated to Firefox 115.15esr - ChatGPT and DALL-E NO LONGER WORK!</title>
      <link>https://connect.mozilla.org/t5/discussions/updated-to-firefox-115-15esr-chatgpt-and-dall-e-no-longer-work/m-p/71744#M27370</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;Firefox Release Calendar&lt;BR /&gt;&lt;A href="https://whattrainisitnow.com/calendar" target="_blank"&gt;https://whattrainisitnow.com/calendar&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you wish, you can also contact &lt;A href="https://bugzilla.mozilla.org" target="_blank"&gt;https://bugzilla.mozilla.org&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://bugzilla.mozilla.org/describecomponents.cgi?product=Firefox" target="_blank"&gt;https://bugzilla.mozilla.org/describecomponents.cgi?product=Firefox&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://bugzilla.mozilla.org/buglist.cgi?quicksearch=ChatGPT" target="_blank"&gt;https://bugzilla.mozilla.org/buglist.cgi?quicksearch=ChatGPT&lt;/A&gt; you can sort&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2024 18:22:47 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/updated-to-firefox-115-15esr-chatgpt-and-dall-e-no-longer-work/m-p/71744#M27370</guid>
      <dc:creator>Agentvirtuel</dc:creator>
      <dc:date>2024-09-23T18:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Updated to Firefox 115.15esr - ChatGPT and DALL-E NO LONGER WORK!</title>
      <link>https://connect.mozilla.org/t5/discussions/updated-to-firefox-115-15esr-chatgpt-and-dall-e-no-longer-work/m-p/71844#M27415</link>
      <description>&lt;P&gt;Thanks Agentvirtuel. I reported the bug in FF Bugzilla. I suggest other users due the same to get their attention and hopefully fix the issue by the next release!&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2024 15:35:19 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/updated-to-firefox-115-15esr-chatgpt-and-dall-e-no-longer-work/m-p/71844#M27415</guid>
      <dc:creator>vegman</dc:creator>
      <dc:date>2024-09-24T15:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Updated to Firefox 115.15esr - ChatGPT and DALL-E NO LONGER WORK!</title>
      <link>https://connect.mozilla.org/t5/discussions/updated-to-firefox-115-15esr-chatgpt-and-dall-e-no-longer-work/m-p/86312#M33030</link>
      <description>&lt;P&gt;No FF does not need it. Because Mozilla already "fixed" it (actually it is not a bug fix, but addition of support for a brand new feature). It works "out of the box" in Firefox starting from version 125 and later(released more than a year ago). And if YOU personally need/want to use an outdated 115 esr version (there's nothing wrong with that, but it has its drawbacks!) then you'll have to use such "workarounds" to make everything work fine.&lt;/P&gt;&lt;P&gt;And for Firefox 115 ESR new features like this have not been added for a long time and will no longer be added - only the fix of critical security issues.&lt;/P&gt;&lt;P&gt;P.S.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The &lt;/SPAN&gt;&lt;SPAN class=""&gt;ones&lt;/SPAN&gt; &lt;SPAN class=""&gt;who&lt;/SPAN&gt; &lt;SPAN class=""&gt;need&lt;/SPAN&gt;&lt;SPAN&gt; to &lt;/SPAN&gt;&lt;SPAN class=""&gt;correct&lt;/SPAN&gt; &lt;SPAN class=""&gt;their&lt;/SPAN&gt; &lt;SPAN class=""&gt;behavior&lt;/SPAN&gt; &lt;SPAN class=""&gt;are&lt;/SPAN&gt;&lt;SPAN&gt; the &lt;/SPAN&gt;&lt;SPAN class=""&gt;illiterate&lt;/SPAN&gt; &lt;SPAN class=""&gt;site&lt;/SPAN&gt; &lt;SPAN class=""&gt;owners&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt; &lt;SPAN class=""&gt;who&lt;/SPAN&gt; &lt;SPAN class=""&gt;continue&lt;/SPAN&gt;&lt;SPAN&gt; to &lt;/SPAN&gt;&lt;SPAN class=""&gt;cram&lt;/SPAN&gt; &lt;SPAN class=""&gt;all&lt;/SPAN&gt;&lt;SPAN&gt; the &lt;/SPAN&gt;&lt;SPAN class=""&gt;latest&lt;/SPAN&gt; fancy web &lt;SPAN class=""&gt;features&lt;/SPAN&gt; &lt;SPAN class=""&gt;onto&lt;/SPAN&gt; &lt;SPAN class=""&gt;their&lt;/SPAN&gt; &lt;SPAN class=""&gt;sites&lt;/SPAN&gt; &lt;SPAN class=""&gt;and&lt;/SPAN&gt; &lt;SPAN class=""&gt;even&lt;/SPAN&gt; &lt;SPAN class=""&gt;mark&lt;/SPAN&gt; &lt;SPAN class=""&gt;them&lt;/SPAN&gt; &lt;SPAN class=""&gt;as&lt;/SPAN&gt; &lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;mandatory&lt;/SPAN&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt; &lt;SPAN class=""&gt;"just&lt;/SPAN&gt; in case"&lt;SPAN&gt; Despite &lt;/SPAN&gt;&lt;SPAN class=""&gt;the&lt;/SPAN&gt; &lt;SPAN class=""&gt;fact&lt;/SPAN&gt; &lt;SPAN class=""&gt;that&lt;/SPAN&gt; &lt;SPAN class=""&gt;they&lt;/SPAN&gt;&lt;SPAN&gt; are &lt;/SPAN&gt;&lt;SPAN class=""&gt;not&lt;/SPAN&gt;&lt;SPAN&gt; actually needed or even &lt;/SPAN&gt;&lt;SPAN class=""&gt;used&lt;/SPAN&gt;&lt;SPAN class=""&gt; at all.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;This "workaround" works (not only with Chat GPT, but also with many other sites - i have tested it this few other) only because they require new features as MANDATORY, but in fact they&lt;SPAN&gt; are &lt;/SPAN&gt;NOT used at all.&lt;SPAN&gt; The &lt;/SPAN&gt;script above simply&lt;SPAN&gt; inserts a &lt;/SPAN&gt;"dummy" (stub) instead of requested feature and sites work again fine.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2025 19:45:26 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/updated-to-firefox-115-15esr-chatgpt-and-dall-e-no-longer-work/m-p/86312#M33030</guid>
      <dc:creator>Mad_Max</dc:creator>
      <dc:date>2025-02-13T19:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Updated to Firefox 115.15esr - ChatGPT and DALL-E NO LONGER WORK!</title>
      <link>https://connect.mozilla.org/t5/discussions/updated-to-firefox-115-15esr-chatgpt-and-dall-e-no-longer-work/m-p/104185#M40388</link>
      <description>&lt;P&gt;generating gemini API key&lt;/P&gt;</description>
      <pubDate>Tue, 26 Aug 2025 14:10:43 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/updated-to-firefox-115-15esr-chatgpt-and-dall-e-no-longer-work/m-p/104185#M40388</guid>
      <dc:creator>salah1992</dc:creator>
      <dc:date>2025-08-26T14:10:43Z</dc:date>
    </item>
  </channel>
</rss>

