Отзывы на javascript
javascript от chee
Ответ chee
Ответ разработчика
размещено 4 года назад:) 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
:)
57 отзывов
- Оценено на 4 из 5от Пользователь Firefox 16703548, 4 месяца назад
- Оценено на 5 из 5от sexy_pikachu, 7 месяцев назадVery convenient tool. I use this to trigger auto-scrolling.
```js
setInterval(() => window.scrollBy({
top: 100,
behavior: "smooth",
}), 100)
``` - Оценено на 5 из 5от Пользователь Firefox 17765782, год назад
- Оценено на 5 из 5от Entite, 2 года назад
- Оценено на 5 из 5от Lucy the Pirate, 2 года назад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!
- Оценено на 3 из 5от RickinMaine, 2 года назад
- Оценено на 5 из 5от Zein Adi, 2 года назадthis is really powerful tools for someone who can code js.
- Оценено на 1 из 5от Пользователь Firefox 18047774, 2 года назад
- Оценено на 1 из 5от hdircksen, 2 года назад
- Оценено на 5 из 5от Adem, 2 года назад
- Оценено на 5 из 5от Пользователь Firefox 17716521, 2 года назадVery good. It works well. The only little bug I noticed is that the extension doesn't work with local files.
- Оценено на 5 из 5от Пользователь Firefox 14536207, 3 года назад
- Оценено на 5 из 5от Mass59, 3 года назад
- Оценено на 5 из 5от Вартигонт, 3 года назад
- Оценено на 2 из 5от paolo, 3 года назад