Recenzii pentru javascript
javascript de chee
Răspuns de la chee
Răspunsul dezvoltatorului
postat la 5 ani în urmă:) 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 de recenzii
- Evaluat(ă) cu 5 din 5 stelede R.J., 4 luni în urmăI 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.
- Evaluat(ă) cu 5 din 5 stelede BeLO, 6 luni în urmăYep, this module is to JavaScript what Stylus is for CSS :-)
- Evaluat(ă) cu 4 din 5 stelede Utilizator Firefox 16703548, 9 luni în urmă
- Evaluat(ă) cu 5 din 5 stelede sexy_pikachu, un an în urmăVery convenient tool. I use this to trigger auto-scrolling.
```js
setInterval(() => window.scrollBy({
top: 100,
behavior: "smooth",
}), 100)
``` - Evaluat(ă) cu 1 din 5 stelede Владимир, un an în urmă
- Evaluat(ă) cu 5 din 5 stelede Andy, un an în urmă
- Evaluat(ă) cu 5 din 5 stelede Utilizator Firefox 17765782, 2 ani în urmă
- Evaluat(ă) cu 5 din 5 stelede ÐarkbloøM, 2 ani în urmăEasy 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.
- Evaluat(ă) cu 5 din 5 stelede GRACE, 2 ani în urmă
- Evaluat(ă) cu 5 din 5 stelede dulus, 2 ani în urmăi use it to auto load a bookmarklet for readability.
- Evaluat(ă) cu 5 din 5 stelede Entite, 2 ani în urmă
- Evaluat(ă) cu 5 din 5 stelede Lucy the Pirate, 2 ani în urmăThank 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!
- Evaluat(ă) cu 3 din 5 stelede RickinMaine, 2 ani în urmă
- Evaluat(ă) cu 5 din 5 stelede Zein Adi, 2 ani în următhis is really powerful tools for someone who can code js.
- Evaluat(ă) cu 1 din 5 stelede Utilizator Firefox 18047774, 2 ani în urmă
- Evaluat(ă) cu 1 din 5 stelede hdircksen, 2 ani în urmă
- Evaluat(ă) cu 5 din 5 stelede Adem, 3 ani în urmă
- Evaluat(ă) cu 5 din 5 stelede Utilizator Firefox 17716521, 3 ani în urmăVery good. It works well. The only little bug I noticed is that the extension doesn't work with local files.
- Evaluat(ă) cu 5 din 5 stelede Utilizator Firefox 14536207, 3 ani în urmă
- Evaluat(ă) cu 5 din 5 stelede Mass59, 4 ani în urmă
- Evaluat(ă) cu 5 din 5 stelede Вартигонт, 4 ani în urmă