Відгуки для javascript
javascript автор chee
Відгук від BR
Оцінка 5 з 5
від BR, 5 років тому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.
Відповідь розробника
оприлюднено рік томуoh! 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 відгуків
- Оцінка 5 з 5від R.J., 4 місяці томуI 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, 9 місяців тому
- Оцінка 5 з 5від sexy_pikachu, рік томуVery convenient tool. I use this to trigger auto-scrolling.
```js
setInterval(() => window.scrollBy({
top: 100,
behavior: "smooth",
}), 100)
``` - Оцінка 5 з 5від Користувач Firefox 17765782, 2 роки тому
- Оцінка 5 з 5від ÐarkbloøM, 2 роки томуEasy 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, 2 роки тому
- Оцінка 5 з 5від Entite, 2 роки тому
- Оцінка 5 з 5від Lucy the Pirate, 2 роки томуThank 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, 2 роки тому
- Оцінка 1 з 5від Користувач Firefox 18047774, 2 роки тому
- Оцінка 1 з 5від hdircksen, 2 роки тому
- Оцінка 5 з 5від Adem, 3 роки тому
- Оцінка 5 з 5від Користувач Firefox 17716521, 3 роки томуVery good. It works well. The only little bug I noticed is that the extension doesn't work with local files.
- Оцінка 5 з 5від Користувач Firefox 14536207, 3 роки тому
- Оцінка 5 з 5від Mass59, 4 роки тому
- Оцінка 5 з 5від Вартигонт, 4 роки тому