Beoordelingen voor javascript
javascript door chee
Beoordeling door BR
Waardering: 5 van 5
door BR, 4 jaar geledenThis add-on is amazing. I like to write small scripts to change websites I visit and was manually executing them when needed via the FF console. This tool automates all of it for me and allows quick development of new scripts. I would love to see an ability to export/import website scripts so that I could selectively import scripts onto all the machines I use. Thanks for sharing.
Antwoord van ontwikkelaar
één jaar geleden geplaatstoh! i actually added this feature, i forgot to tell you! if you go to "Manage Extension" for the extension and then "Preferences" you can copy and paste your scripts as json!
(there's a shortcut to the page by pressing the "JS" letters in the bottom right of the popup)
(there's a shortcut to the page by pressing the "JS" letters in the bottom right of the popup)
58 beoordelingen
- Waardering: 5 van 5door R.J., 13 dagen geledenI 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.
- Waardering: 5 van 5door BeLO, 2 maanden geledenYep, this module is to JavaScript what Stylus is for CSS :-)
- Waardering: 4 van 5door Firefox-gebruiker 16703548, 5 maanden geleden
- Waardering: 5 van 5door sexy_pikachu, 8 maanden geledenVery convenient tool. I use this to trigger auto-scrolling.
```js
setInterval(() => window.scrollBy({
top: 100,
behavior: "smooth",
}), 100)
``` - Waardering: 1 van 5door Владимир, één jaar geleden
- Waardering: 5 van 5door Andy, één jaar geleden
- Waardering: 5 van 5door Firefox-gebruiker 17765782, één jaar geleden
- Waardering: 5 van 5door ÐarkbloøM, één jaar geledenEasy 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.
- Waardering: 5 van 5door GRACE, 2 jaar geleden
- Waardering: 5 van 5door Entite, 2 jaar geleden
- Waardering: 5 van 5door Lucy the Pirate, 2 jaar geledenThank 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!
- Waardering: 3 van 5door RickinMaine, 2 jaar geleden
- Waardering: 5 van 5door Zein Adi, 2 jaar geledenthis is really powerful tools for someone who can code js.
- Waardering: 1 van 5door Firefox-gebruiker 18047774, 2 jaar geleden
- Waardering: 1 van 5door hdircksen, 2 jaar geleden
- Waardering: 5 van 5door Adem, 2 jaar geleden
- Waardering: 5 van 5door Firefox-gebruiker 17716521, 3 jaar geledenVery good. It works well. The only little bug I noticed is that the extension doesn't work with local files.
- Waardering: 5 van 5door Firefox-gebruiker 14536207, 3 jaar geleden
- Waardering: 5 van 5door Mass59, 3 jaar geleden
- Waardering: 5 van 5door Вартигонт, 3 jaar geleden