Рецензије за javascript
javascript од chee
Рецензија од JustWantToLeaveAnAddonReview
Оцењено 4 од 5
од JustWantToLeaveAnAddonReview, pre 4 godineSuper 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.
Одговор програмера
објављено pre 4 godinei 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 рецензија
- Оцењено 1 од 5од Hax, pre 4 meseca
- Оцењено 5 од 5од dabl03, pre 6 meseciVery 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. - Оцењено 5 од 5од R.J., pre jedne godineI 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.
- Оцењено 4 од 5од Firefox корисник 16703548, pre jedne godine
- Оцењено 5 од 5од sexy_pikachu, pre 2 godineVery convenient tool. I use this to trigger auto-scrolling.
```js
setInterval(() => window.scrollBy({
top: 100,
behavior: "smooth",
}), 100)
``` - Оцењено 1 од 5од Владимир, pre 2 godine
- Оцењено 5 од 5од Andy, pre 2 godine
- Оцењено 5 од 5од Firefox корисник 17765782, pre 2 godine
- Оцењено 5 од 5од ÐarkbloøM, pre 2 godineEasy 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.
- Оцењено 5 од 5од GRACE, pre 2 godine
- Оцењено 5 од 5од Entite, pre 3 godine
- Оцењено 5 од 5од Lucy the Pirate, pre 3 godineThank 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!
- Оцењено 3 од 5од RickinMaine, pre 3 godine
- Оцењено 1 од 5од Firefox корисник 18047774, pre 3 godine
- Оцењено 1 од 5од hdircksen, pre 3 godine
- Оцењено 5 од 5од Adem, pre 3 godine
- Оцењено 5 од 5од Firefox корисник 17716521, pre 3 godineVery good. It works well. The only little bug I noticed is that the extension doesn't work with local files.
- Оцењено 5 од 5од Firefox корисник 14536207, pre 4 godine