Reviews for javascript
javascript by chee
Review by GRACE
Rated 5 out of 5
by GRACE, 10 months ago56 reviews
- Rated 5 out of 5by sexy_pikachu, 6 days agoVery convenient tool. I use this to trigger auto-scrolling.
```js
setInterval(() => window.scrollBy({
top: 100,
behavior: "smooth",
}), 100)
``` - Rated 1 out of 5by Владимир, 4 months ago
- Rated 5 out of 5by Andy, 5 months ago
- Rated 5 out of 5by Firefox user 17765782, 8 months ago
- Rated 5 out of 5by ÐarkbloøM, 9 months agoEasy 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.
- Rated 5 out of 5by Entite, a year ago
- Rated 5 out of 5by Lucy the Pirate, a year agoThank 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!
- Rated 3 out of 5by RickinMaine, a year ago
- Rated 1 out of 5by Firefox user 18047774, a year ago
- Rated 1 out of 5by hdircksen, a year ago
- Rated 5 out of 5by Adem, 2 years ago
- Rated 5 out of 5by Firefox user 17716521, 2 years agoVery good. It works well. The only little bug I noticed is that the extension doesn't work with local files.
- Rated 5 out of 5by Firefox user 14536207, 2 years ago
- Rated 5 out of 5by Mass59, 3 years ago
- Rated 5 out of 5by Вартигонт, 3 years ago
- Rated 2 out of 5by paolo, 3 years ago
- Rated 4 out of 5by JustWantToLeaveAnAddonReview, 3 years agoSuper 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.
Developer response
posted 3 years agoi 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.