javascript értékelései
javascript szerző: chee
BR értékelése
This 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.
Fejlesztői válasz
közzétéve: egy éveoh! 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 értékelés
- Csillagos értékelés: 4 / 5készítette: Firefox felhasználó 16703548, 5 hónapja
- Csillagos értékelés: 5 / 5készítette: sexy_pikachu, 8 hónapjaVery 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, egy éve
- Csillagos értékelés: 5 / 5készítette: Lucy the Pirate, 2 é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, 2 éve
- Csillagos értékelés: 1 / 5készítette: Firefox felhasználó 18047774, 2 é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, 3 éve