Simon Niklaus
Simon Niklaus
Not sure why this is happening for you folks, works just fine for me. Below is Firefox on the left and Chromium on the right, both having the Watchmarker installed....
I just made some modifications, does the attached version improve things? Make sure to backup your database before you try. * [chrome.zip](https://github.com/sniklaus/youtube-watchmarker/files/13945728/chrome.zip) * [firefox (rename the extension to xpi).zip](https://github.com/sniklaus/youtube-watchmarker/files/13945729/firefox.rename.the.extension.to.xpi.zip)
The new version looks for the player telling Youtube how much of the video has been watched. If the video is not muted and more than one minute has passed...
> Can you try moving all that functionality into the injected youtube.js instead to avoid the possibility of script non-execution? Unfortunately not, the `XMLHttpRequest` inside of `youtube.js` is in a...
By the way, hooking into `XMLHttpRequest` and `fetch` is for figuring out which videos have a progress bar such that they can be marked. The progress for intercepting the watchtime...
I reduced the 1 minute requirement to 3 seconds, feel free to give the attached versions a try. - [chrome](https://github.com/sniklaus/youtube-watchmarker/files/14027084/manifest.zip) - [firefox](https://github.com/sniklaus/youtube-watchmarker/files/14027089/manifest.xpi.zip) (rename to end in `.zip`) > Well that...
Thank you for bringing this up, which version of the Watchmarker you are using? And when you refresh the page, are the incorrectly marked videos still marked as such?
And if you search for the video in the Watchmarker's settings it doesn't show up? Have you tried searching for it using the video id (the part after the `watch?v=`...
I just made some modifications, does the attached version improve things? Make sure to backup your database before you try. * [chrome.zip](https://github.com/sniklaus/youtube-watchmarker/files/13945734/chrome.zip) * [firefox (rename the extension to xpi).zip](https://github.com/sniklaus/youtube-watchmarker/files/13945735/firefox.rename.the.extension.to.xpi.zip)
Thanks everyone for chiming in! I released the version you guys tested, make sure to switch to a regular install to not miss out on future updates. > I have...