Recensioner för javascript
javascript av chee
Recension av BR
Betygsatt 5 av 5
av BR, för 5 år sedanThis add-on is amazing. I like to write small scripts to change websites I visit and was manually executing them when needed via the FF console. This tool automates all of it for me and allows quick development of new scripts. I would love to see an ability to export/import website scripts so that I could selectively import scripts onto all the machines I use.  Thanks for sharing.
Utvecklarens svar
postad för ett år sedanoh! i actually added this feature, i forgot to tell you! if you go to "Manage Extension" for the extension and then "Preferences" you can copy and paste your scripts as json! 
(there's a shortcut to the page by pressing the "JS" letters in the bottom right of the popup)
(there's a shortcut to the page by pressing the "JS" letters in the bottom right of the popup)
58 recensioner
- Betygsatt 5 av 5av R.J., för 4 månader sedanI had a small extension I wrote for myself modifying a site to my preferences and was annoyed I could only load it as a temporary extension without submitting it to Mozilla. This is exactly what I needed, thank you.
- Betygsatt 5 av 5av BeLO, för 6 månader sedanYep, this module is to JavaScript what Stylus is for CSS :-)
- Betygsatt 4 av 5av Firefox-användare 16703548, för 8 månader sedan
- Betygsatt 5 av 5av sexy_pikachu, för ett år sedanVery convenient tool. I use this to trigger auto-scrolling.
 ```js
 setInterval(() => window.scrollBy({
 top: 100,
 behavior: "smooth",
 }), 100)
 ```
- Betygsatt 1 av 5av Владимир, för ett år sedan
- Betygsatt 5 av 5av Andy, för ett år sedan
- Betygsatt 5 av 5av Firefox-användare 17765782, för 2 år sedan
- Betygsatt 5 av 5av ÐarkbloøM, för 2 år sedanEasy to use, works well, 10/10. Though it'd be nice if it didn't save a new script when the editor pop-up is opened but no code is actually written.
- Betygsatt 5 av 5av GRACE, för 2 år sedan
- Betygsatt 5 av 5av Entite, för 2 år sedan
- Betygsatt 5 av 5av Lucy the Pirate, för 2 år sedanThank you for makin' this plugin! I was able to use it to write a script to block players on a comment board for a website that didn't have a block function built in!
- Betygsatt 3 av 5av RickinMaine, för 2 år sedan
- Betygsatt 5 av 5av Zein Adi, för 2 år sedanthis is really powerful tools for someone who can code js.
- Betygsatt 1 av 5av Firefox-användare 18047774, för 2 år sedan
- Betygsatt 1 av 5av hdircksen, för 2 år sedan
- Betygsatt 5 av 5av Adem, för 3 år sedan
- Betygsatt 5 av 5av Firefox-användare 17716521, för 3 år sedanVery good. It works well. The only little bug I noticed is that the extension doesn't work with local files.
- Betygsatt 5 av 5av Firefox-användare 14536207, för 3 år sedan
- Betygsatt 5 av 5av Mass59, för 4 år sedan
- Betygsatt 5 av 5av Вартигонт, för 4 år sedan
