dpacassi / disable-javascript

Adds the ability to disable JavaScript on specific sites.
MIT License
272 stars 33 forks source link

Remove Gulp/Node.js as dependencies and use CSS3 variables instead #73

Open dpacassi opened 4 years ago

dpacassi commented 4 years ago

The project uses Gulp/Node.js solely for having variables in CSS files. However, since CSS3 now supports variables, Gulp and Node.js should be removed as dependencies and the frontend refactored. This would also simplify the project's build steps and ease a publication on the Opera addons page.