Recenzje dodatku javascript
javascript Autor: chee
Autor recenzji: JustWantToLeaveAnAddonReview
Ocena: 4/5
Autor: JustWantToLeaveAnAddonReview, 4 lata temuSuper 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.
Odpowiedź autora
Data: 4 lata temui 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.
60 recenzji
- Ocena: 1/5Autor: Hax, 4 dni temu
- Ocena: 5/5Autor: dabl03, miesiąc temuVery good. But I'd like to know if it's possible to create a script that runs on all pages. I'd like to implement a dark mode that activates when a button is pressed.
Also, I'd like to know if it's possible to specify the DOM tag when adding the script. I was using a polyfill, but since it runs last, I had to reload the other scripts for them to run without errors. - Ocena: 5/5Autor: R.J., 7 miesięcy temuI 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.
- Ocena: 4/5Autor: Użytkownik Firefoksa 16703548, rok temu
- Ocena: 5/5Autor: sexy_pikachu, rok temuVery convenient tool. I use this to trigger auto-scrolling.
```js
setInterval(() => window.scrollBy({
top: 100,
behavior: "smooth",
}), 100)
``` - Ocena: 1/5Autor: Владимир, 2 lata temu
- Ocena: 5/5Autor: Andy, 2 lata temu
- Ocena: 5/5Autor: Użytkownik Firefoksa 17765782, 2 lata temu
- Ocena: 5/5Autor: ÐarkbloøM, 2 lata temuEasy 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.
- Ocena: 5/5Autor: GRACE, 2 lata temu
- Ocena: 5/5Autor: Entite, 2 lata temu
- Ocena: 5/5Autor: Lucy the Pirate, 2 lata temuThank 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!
- Ocena: 3/5Autor: RickinMaine, 2 lata temu
- Ocena: 1/5Autor: Użytkownik Firefoksa 18047774, 2 lata temu
- Ocena: 1/5Autor: hdircksen, 3 lata temu
- Ocena: 5/5Autor: Adem, 3 lata temu
- Ocena: 5/5Autor: Użytkownik Firefoksa 17716521, 3 lata temuVery good. It works well. The only little bug I noticed is that the extension doesn't work with local files.
- Ocena: 5/5Autor: Użytkownik Firefoksa 14536207, 3 lata temu