Recenzie doplnku javascript
javascript Autor: chee
Odpoveď od používateľa chee
Odpoveď od vývojára
uverejnené pred 4 rokmii 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 recenzií
- Hodnotenie: 1 z 5autor: Hax, pred 5 mesiacmi
- Hodnotenie: 5 z 5autor: dabl03, pred 7 mesiacmiVery 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. - Hodnotenie: 5 z 5autor: R.J., pred rokomI 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.
- Hodnotenie: 5 z 5autor: BeLO, pred rokomYep, this module is to JavaScript what Stylus is for CSS :-)
- Hodnotenie: 4 z 5autor: Používateľ Firefoxu - 16703548, pred rokom
- Hodnotenie: 5 z 5autor: sexy_pikachu, pred 2 rokmiVery convenient tool. I use this to trigger auto-scrolling.
```js
setInterval(() => window.scrollBy({
top: 100,
behavior: "smooth",
}), 100)
``` - Hodnotenie: 1 z 5autor: Владимир, pred 2 rokmi
- Hodnotenie: 5 z 5autor: Andy, pred 2 rokmi
- Hodnotenie: 5 z 5autor: Používateľ Firefoxu - 17765782, pred 2 rokmi
- Hodnotenie: 5 z 5autor: ÐarkbloøM, pred 2 rokmiEasy 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.
- Hodnotenie: 5 z 5autor: GRACE, pred 3 rokmi
- Hodnotenie: 5 z 5autor: Entite, pred 3 rokmi
- Hodnotenie: 5 z 5autor: Lucy the Pirate, pred 3 rokmiThank 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!
- Hodnotenie: 3 z 5autor: RickinMaine, pred 3 rokmi
- Hodnotenie: 5 z 5autor: Zein Adi, pred 3 rokmithis is really powerful tools for someone who can code js.
- Hodnotenie: 1 z 5autor: Používateľ Firefoxu - 18047774, pred 3 rokmi
- Hodnotenie: 1 z 5autor: hdircksen, pred 3 rokmi
- Hodnotenie: 5 z 5autor: Adem, pred 4 rokmi
- Hodnotenie: 5 z 5autor: Používateľ Firefoxu - 17716521, pred 4 rokmiVery good. It works well. The only little bug I noticed is that the extension doesn't work with local files.
- Hodnotenie: 5 z 5autor: Používateľ Firefoxu - 14536207, pred 4 rokmi