Revisiones de javascript
javascript por chee
Revisado por BR
Se valoró con 5 de 5
por BR, hace 4 añosThis 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.
Respuesta del desarrollador
publicado el hace 10 mesesoh! 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)
57 revisiones
- Se valoró con 5 de 5por BeLO, hace 5 díasYep, this module is to JavaScript what Stylus is for CSS :-)
- Se valoró con 4 de 5por Usuario de Firefox 16703548, hace 3 meses
- Se valoró con 5 de 5por sexy_pikachu, hace 6 mesesVery convenient tool. I use this to trigger auto-scrolling.
```js
setInterval(() => window.scrollBy({
top: 100,
behavior: "smooth",
}), 100)
``` - Se valoró con 1 de 5por Владимир, hace 10 meses
- Se valoró con 5 de 5por Andy, hace un año
- Se valoró con 5 de 5por Usuario de Firefox 17765782, hace un año
- Se valoró con 5 de 5por ÐarkbloøM, hace un añoEasy 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.
- Se valoró con 5 de 5por GRACE, hace un año
- Se valoró con 5 de 5por Entite, hace 2 años
- Se valoró con 5 de 5por Lucy the Pirate, hace 2 añosThank 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!
- Se valoró con 3 de 5por RickinMaine, hace 2 años
- Se valoró con 5 de 5por Zein Adi, hace 2 añosthis is really powerful tools for someone who can code js.
- Se valoró con 1 de 5por Usuario de Firefox 18047774, hace 2 años
- Se valoró con 1 de 5por hdircksen, hace 2 años
- Se valoró con 5 de 5por Adem, hace 2 años
- Se valoró con 5 de 5por Usuario de Firefox 17716521, hace 2 añosVery good. It works well. The only little bug I noticed is that the extension doesn't work with local files.
- Se valoró con 5 de 5por Usuario de Firefox 14536207, hace 3 años
- Se valoró con 5 de 5por Mass59, hace 3 años
- Se valoró con 5 de 5por Вартигонт, hace 3 años
- Se valoró con 2 de 5por paolo, hace 3 años