Recenzie doplnku javascript
javascript Autor: chee
Odpoveď od používateľa chee
Odpoveď od vývojára
uverejnené pred 5 rokmi:) thanks for the review.
it doesn't work on autoplay videos because it's just a script tag injected into the page. an autoplaying video doesn't load a new page, youtube's javascript does a request and replaces the video element in the dom (and a lot of other elements ^_^).
i don't know how much JS you know, but you might be able to implement something as a callback to a mutation observer: https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver
:)
it doesn't work on autoplay videos because it's just a script tag injected into the page. an autoplaying video doesn't load a new page, youtube's javascript does a request and replaces the video element in the dom (and a lot of other elements ^_^).
i don't know how much JS you know, but you might be able to implement something as a callback to a mutation observer: https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver
:)
58 recenzií
- Hodnotenie: 5 z 5autor: R.J., pred 4 mesiacmiI had a small extension I wrote for myself modifying a site to my preferences and was annoyed I could only load it as a temporary extension without submitting it to Mozilla. This is exactly what I needed, thank you.
- Hodnotenie: 5 z 5autor: BeLO, pred 5 mesiacmiYep, this module is to JavaScript what Stylus is for CSS :-)
- Hodnotenie: 4 z 5autor: Používateľ Firefoxu - 16703548, pred 8 mesiacmi
- Hodnotenie: 5 z 5autor: sexy_pikachu, pred rokomVery convenient tool. I use this to trigger auto-scrolling.
```js
setInterval(() => window.scrollBy({
top: 100,
behavior: "smooth",
}), 100)
``` - Hodnotenie: 1 z 5autor: Владимир, pred rokom
- Hodnotenie: 5 z 5autor: Andy, pred rokom
- Hodnotenie: 5 z 5autor: Používateľ Firefoxu - 17765782, pred 2 rokmi
- Hodnotenie: 5 z 5autor: ÐarkbloøM, pred 2 rokmiEasy to use, works well, 10/10. Though it'd be nice if it didn't save a new script when the editor pop-up is opened but no code is actually written.
- Hodnotenie: 5 z 5autor: GRACE, pred 2 rokmi
- Hodnotenie: 5 z 5autor: Entite, pred 2 rokmi
- Hodnotenie: 5 z 5autor: Lucy the Pirate, pred 2 rokmiThank 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!
- Hodnotenie: 3 z 5autor: RickinMaine, pred 2 rokmi
- Hodnotenie: 5 z 5autor: Zein Adi, pred 2 rokmithis is really powerful tools for someone who can code js.
- Hodnotenie: 1 z 5autor: Používateľ Firefoxu - 18047774, pred 2 rokmi
- Hodnotenie: 1 z 5autor: hdircksen, pred 2 rokmi
- Hodnotenie: 5 z 5autor: Adem, pred 3 rokmi
- Hodnotenie: 5 z 5autor: Používateľ Firefoxu - 17716521, pred 3 rokmiVery good. It works well. The only little bug I noticed is that the extension doesn't work with local files.
- Hodnotenie: 5 z 5autor: Používateľ Firefoxu - 14536207, pred 3 rokmi
- Hodnotenie: 5 z 5autor: Mass59, pred 4 rokmi
- Hodnotenie: 5 z 5autor: Вартигонт, pred 4 rokmi