Recensiones de javascript
javascript per chee
Recension de JustWantToLeaveAnAddonReview
Classificate 4 de 5
per JustWantToLeaveAnAddonReview, 4 ani în urmăSuper useful and simple. Would be nice to have a central place to manage all the scripts that are added. Some of mine set window.location, making them hard to re-edit without temporarily disabling the addon.
Responsa de disveloppator
publicate 4 ani în urmăi have added a really basic thing for this where you can get all the scripts as a json block from the options page (accessible by clicking the "JS" in the bottom right of the popup) and if you paste it back in, you can save over your scripts.
58 recensiones
- Classificate 5 de 5per R.J., 4 luni în urmăI 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.
- Classificate 5 de 5per BeLO, 5 luni în urmăYep, this module is to JavaScript what Stylus is for CSS :-)
- Classificate 4 de 5per Usator de Firefox 16703548, 8 luni în urmă
- Classificate 5 de 5per sexy_pikachu, un an în urmăVery convenient tool. I use this to trigger auto-scrolling.
```js
setInterval(() => window.scrollBy({
top: 100,
behavior: "smooth",
}), 100)
``` - Classificate 1 de 5per Владимир, un an în urmă
- Classificate 5 de 5per Andy, un an în urmă
- Classificate 5 de 5per Usator de Firefox 17765782, 2 ani în urmă
- Classificate 5 de 5per ÐarkbloøM, 2 ani în urmăEasy 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.
- Classificate 5 de 5per GRACE, 2 ani în urmă
- Classificate 5 de 5per Entite, 2 ani în urmă
- Classificate 5 de 5per Lucy the Pirate, 2 ani în urmăThank 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!
- Classificate 3 de 5per RickinMaine, 2 ani în urmă
- Classificate 5 de 5per Zein Adi, 2 ani în următhis is really powerful tools for someone who can code js.
- Classificate 1 de 5per Usator de Firefox 18047774, 2 ani în urmă
- Classificate 1 de 5per hdircksen, 2 ani în urmă
- Classificate 5 de 5per Adem, 3 ani în urmă
- Classificate 5 de 5per Usator de Firefox 17716521, 3 ani în urmăVery good. It works well. The only little bug I noticed is that the extension doesn't work with local files.
- Classificate 5 de 5per Usator de Firefox 14536207, 3 ani în urmă
- Classificate 5 de 5per Mass59, 4 ani în urmă
- Classificate 5 de 5per Вартигонт, 4 ani în urmă