Análises de javascript
javascript por chee
Análise de BR
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.
Resposta do desenvolvedor
publicado há 10 mesesoh! 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)
56 análises
- Avaliado em 4 de 5por Usuário 16703548 do Firefox, há 3 meses
- Avaliado em 5 de 5por sexy_pikachu, há 6 mesesVery convenient tool. I use this to trigger auto-scrolling.
```js
setInterval(() => window.scrollBy({
top: 100,
behavior: "smooth",
}), 100)
``` - Avaliado em 1 de 5por Владимир, há 10 meses
- Avaliado em 5 de 5por Usuário 17765782 do Firefox, há um ano
- Avaliado em 5 de 5por Lucy the Pirate, há 2 anosThank 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!
- Avaliado em 3 de 5por RickinMaine, há 2 anos
- Avaliado em 1 de 5por Usuário 18047774 do Firefox, há 2 anos
- Avaliado em 5 de 5por Usuário 17716521 do Firefox, há 2 anosVery good. It works well. The only little bug I noticed is that the extension doesn't work with local files.
- Avaliado em 5 de 5por Usuário 14536207 do Firefox, há 3 anos