Pógódnośenja za javascript
javascript wót chee
Pógódnośenja wót JustWantToLeaveAnAddonReview
Z 4 z 5 pógódnośony
wót JustWantToLeaveAnAddonReview, 4 éveSuper useful and simple. Would be nice to have a central place to manage all the scripts that are added. Some of mine set window.location, making them hard to re-edit without temporarily disabling the addon.
Wótegrono wuwijarja
jo se napisał 4 évei have added a really basic thing for this where you can get all the scripts as a json block from the options page (accessible by clicking the "JS" in the bottom right of the popup) and if you paste it back in, you can save over your scripts.
60 pógódnośenjow
- 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. - Z 4 z 5 pógódnośonywót Wužywaŕ Firefox 16703548, egy éve
- Z 5 z 5 pógódnośonywót sexy_pikachu, egy éveVery convenient tool. I use this to trigger auto-scrolling.
```js
setInterval(() => window.scrollBy({
top: 100,
behavior: "smooth",
}), 100)
``` - Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 17765782, 2 éve
- Z 5 z 5 pógódnośonywót 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!
- Z 3 z 5 pógódnośonywót RickinMaine, 2 éve
- Z 1 z 5 pógódnośonywót Wužywaŕ Firefox 18047774, 3 éve
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 17716521, 3 éveVery good. It works well. The only little bug I noticed is that the extension doesn't work with local files.
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 14536207, 3 éve