rlr / dotjs-addon

[unmaintained] ~/.js for Firefox
BSD 3-Clause "New" or "Revised" License
144 stars 17 forks source link

Support for .html files #10

Closed clneagu closed 12 years ago

clneagu commented 12 years ago

I'm currently using dotjs for appending some html+javascript to certain websites but I'm forced to convert the html file to string and append it using a .js file.

Having dotjs do this automatically would be quite useful. Appending small html snippets works ok now but anything above small it's difficult especially html+js+css.