סקירות עבור javascript
javascript chee מאת
סקירה מאת 991730
דירוג 4 מתוך 5
מאת 991730, לפני 4 שניםIt's a nice addon. If only it worked on every page... I wrote a small utility script for Youtube. The script runs when it's a freshly opened Youtube tab, but not if a new video was loaded via autoplay. I'd really like to know why. (note that I also have this issue with other JS scripting addons).
תגובת המפתח
מועד פרסום: לפני 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
:)
58 דירוגים
- דירוג 5 מתוך 5מאת R.J., לפני חודשיים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.
- דירוג 4 מתוך 5מאת משתמש Firefox 16703548, לפני 7 חודשים
- דירוג 5 מתוך 5מאת sexy_pikachu, לפני 10 חודשים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מאת ÐarkbloøM, לפני שנתיים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.
- דירוג 5 מתוך 5מאת GRACE, לפני שנתיים
- דירוג 5 מתוך 5מאת Entite, לפני שנתיים
- דירוג 5 מתוך 5מאת Lucy the Pirate, לפני שנתיים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, לפני שנתיים
- דירוג 1 מתוך 5מאת משתמש Firefox 18047774, לפני שנתיים
- דירוג 1 מתוך 5מאת hdircksen, לפני שנתיים
- דירוג 5 מתוך 5מאת Adem, לפני 3 שנים
- דירוג 5 מתוך 5מאת משתמש Firefox 17716521, לפני 3 שנים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מאת Вартигонт, לפני 4 שנים