javascript értékelései
javascript szerző: chee
JustWantToLeaveAnAddonReview értékelése
Csillagos értékelés: 4 / 5
készítette: JustWantToLeaveAnAddonReview, 4 éveSuper 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.
Fejlesztői válasz
közzétéve: 4 évei 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 értékelés
- Very 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. - Csillagos értékelés: 4 / 5készítette: Firefox felhasználó 16703548, egy éve
- Csillagos értékelés: 5 / 5készítette: sexy_pikachu, 2 éveVery convenient tool. I use this to trigger auto-scrolling.
```js
setInterval(() => window.scrollBy({
top: 100,
behavior: "smooth",
}), 100)
``` - Csillagos értékelés: 5 / 5készítette: Firefox felhasználó 17765782, 2 éve
- Csillagos értékelés: 5 / 5készítette: Lucy the Pirate, 3 éveThank 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!
- Csillagos értékelés: 3 / 5készítette: RickinMaine, 3 éve
- Csillagos értékelés: 1 / 5készítette: Firefox felhasználó 18047774, 3 éve
- Csillagos értékelés: 5 / 5készítette: Firefox felhasználó 17716521, 3 éveVery good. It works well. The only little bug I noticed is that the extension doesn't work with local files.
- Csillagos értékelés: 5 / 5készítette: Firefox felhasználó 14536207, 4 éve