# Make old browsers (e.g. Opera Mobile Classic) use the "noscript version" of Discourse

**URL:** https://meta.discourse.org/t/make-old-browsers-e-g-opera-mobile-classic-use-the-noscript-version-of-discourse/20716
**Category:** Feature
**Created:** [3. Oktober 2014 um 12:41 UTC](https://meta.discourse.org/t/make-old-browsers-e-g-opera-mobile-classic-use-the-noscript-version-of-discourse/20716 "2014-10-03T12:41:57Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![anonymous234](https://avatars.discourse-cdn.com/v4/letter/a/f6c823/32.png) [@anonymous234](https://meta.discourse.org/u/anonymous234)
#### Post date: [3. Oktober 2014 um 12:41 UTC](https://meta.discourse.org/t/make-old-browsers-e-g-opera-mobile-classic-use-the-noscript-version-of-discourse/20716/1 "2014-10-03T12:41:57Z")

</div>

I don’t know if this is an existing feature or not, but it would be nice if older browsers that support Javascript but aren’t really usable with Discourse could just see the same static content that you see with Javascript disabled, instead of a broken page or an error message. After all, the web was designed to gracefully degrade.

It seems like this should only take a few extra lines of Javascript at the top to check if the browser is blacklisted or lacks certain features, and then skip the rest of the script and “enable” the content from inside the \< noscript\> tag. I don’t know if there’s any particular reason why it would be harder than that.

For example, I use Opera Mobile Classic and Opera Mini on my phone (because they’re much faster than Chrome). Opera Mobile sort of works for reading, but has too many bugs to really use any of the UI. Opera Mini just shows an error message saying that the browser is too old (funnily enough, you can actually navigate and read the forums via the built-in RSS reader :​-P). While it is possible to disable javascript in these browsers, the option is very hard to find.

---

<div class="post-metadata">

### Author: ![riking](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/riking/32/170938_2.png) [@riking](https://meta.discourse.org/u/riking)
#### Post date: [5. Oktober 2014 um 03:21 UTC](https://meta.discourse.org/t/make-old-browsers-e-g-opera-mobile-classic-use-the-noscript-version-of-discourse/20716/2 "2014-10-05T03:21:33Z")

</div>

I tried to do this, but coincidentally browsers are even more inconsistent at providing access to the contents of `<noscript>`.

Perhaps it could set a `no_js` cookie or something and have Discourse render the ‘crawler view’?

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [27. Januar 2015 um 02:51 UTC](https://meta.discourse.org/t/make-old-browsers-e-g-opera-mobile-classic-use-the-noscript-version-of-discourse/20716/3 "2015-01-27T02:51:59Z")

</div>

I believe @riking has a pending PR in this area you should look at it this week @sam.

---

<div class="post-metadata">

### Author: ![riking](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/riking/32/170938_2.png) [@riking](https://meta.discourse.org/u/riking)
#### Post date: [27. Januar 2015 um 03:21 UTC](https://meta.discourse.org/t/make-old-browsers-e-g-opera-mobile-classic-use-the-noscript-version-of-discourse/20716/4 "2015-01-27T03:21:28Z")

</div>

Yup, here:

[https://github.com/discourse/discourse/pull/3105](https://github.com/discourse/discourse/pull/3105)

---

<div class="post-metadata">

### Author: ![chapoi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chapoi/32/537252_2.png) [@chapoi](https://meta.discourse.org/u/chapoi)
#### Post date: [4. Dezember 2025 um 11:32 UTC](https://meta.discourse.org/t/make-old-browsers-e-g-opera-mobile-classic-use-the-noscript-version-of-discourse/20716/5 "2025-12-04T11:32:27Z")

</div>


