allo- / ffprofile

A tool to create firefox profiles with personalized defaults.
GNU Affero General Public License v3.0
769 stars 56 forks source link

Display an error message when the main script is not executed #225

Open allo- opened 3 years ago

allo- commented 3 years ago

When main.js cannot be loaded or the user has a script blocker installed, the navigation is shown but nothing else. There should be a useful error message explaining that the website requires Javascript.

allo- commented 1 year ago

I wonder if this couldn't work using pure CSS. there is a :target selector in CSS that could be used to show and hide the different pages.

allo- commented 1 year ago

See #261 for the pure CSS idea.