Recensiones de javascript
javascript per chee
59 recensiones
- Very good. But I'd like to know if it's possible to create a script that runs on all pages. I'd like to implement a dark mode that activates when a button is pressed.
Also, I'd like to know if it's possible to specify the DOM tag when adding the script. I was using a polyfill, but since it runs last, I had to reload the other scripts for them to run without errors. - Classificate 4 de 5per Usator de Firefox 16703548, egy éve
- Classificate 5 de 5per sexy_pikachu, egy éveVery convenient tool. I use this to trigger auto-scrolling.
```js
setInterval(() => window.scrollBy({
top: 100,
behavior: "smooth",
}), 100)
``` - Classificate 5 de 5per Usator de Firefox 17765782, 2 éve
- Classificate 5 de 5per Lucy the Pirate, 2 éveThank 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!
- Classificate 3 de 5per RickinMaine, 2 éve
- Classificate 1 de 5per Usator de Firefox 18047774, 2 éve
- Classificate 5 de 5per Usator de Firefox 17716521, 3 éveVery good. It works well. The only little bug I noticed is that the extension doesn't work with local files.
- Classificate 5 de 5per Usator de Firefox 14536207, 3 éve