Análises para javascript
javascript por chee
Análise por Utilizador do Firefox 15147126
Avaliado em 4 de 5
por Utilizador do Firefox 15147126 , há 6 anos Really nice tool, I have a lot of fun with it. Its a pitty, that its not possible to insert the javascript in the header. For example I want to set the focus on the input-field on imdb.com but when I start the page I have to wait some seconds until the whole content of the page is loaded. If possible it would be nice to have the option to load the javascript at the beginning.
58 análises
- Avaliado em 5 de 5por BeLO , há 3 mesesYep, this module is to JavaScript what Stylus is for CSS :-)
- Avaliado em 4 de 5por Utilizador do Firefox 16703548 , há 5 meses
- Avaliado em 5 de 5por sexy_pikachu , há 9 mesesVery convenient tool. I use this to trigger auto-scrolling.
```js
setInterval(() => window.scrollBy({
top: 100,
behavior: "smooth",
}), 100)
``` - Avaliado em 5 de 5por Utilizador do Firefox 17765782 , 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 Utilizador do Firefox 18047774 , há 2 anos
- Avaliado em 5 de 5por Utilizador do Firefox 17716521 , há 3 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 Utilizador do Firefox 14536207 , há 3 anos