Отзывы на 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 года назад
- Оценено на 5 из 5от Zein Adi, 2 года назадthis is really powerful tools for someone who can code js.
- Оценено на 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 года назад