Відгуки для javascript
javascript автор chee
Відгук від BR
Оцінка 5 з 5
від BR, 4 роки тому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.
Відповідь розробника
оприлюднено 10 місяців тому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)
57 відгуків
- Оцінка 4 з 5від Користувач Firefox 16703548, 3 місяці тому
- Оцінка 5 з 5від sexy_pikachu, 7 місяців томуVery convenient tool. I use this to trigger auto-scrolling.
```js
setInterval(() => window.scrollBy({
top: 100,
behavior: "smooth",
}), 100)
``` - Оцінка 1 з 5від Владимир, 10 місяців тому
- Оцінка 5 з 5від Користувач Firefox 17765782, рік тому
- Оцінка 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, 2 роки тому
- Оцінка 5 з 5від Користувач Firefox 17716521, 2 роки тому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, 3 роки тому
- Оцінка 5 з 5від Вартигонт, 3 роки тому
- Оцінка 2 з 5від paolo, 3 роки тому