您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Add "watched session" flag feature to ARM DevSummit site.
This Tampermonkey script adds a feature that allows you to track which sessions you have already watched and which you haven't on the ARM DevSummit site. I built it because I found it painfully missing on the site. I've tried it with Chrome, Firefox, and Safari, but it will probably also work with other browsers that Tampermonkey supports.
On each page, sessions are marked with a session number in brackets. Next to it you'll find a checkbox that shows if you have already watched that session or not. The checkbox is toggled if you click on it or the associated session number right before it. The session number also flips color from red (not watched) to green (watched). Note that this state doesn't automatically get updated to "watched" just by watching the video itself.
Not watched:
Watched:
The session watch state is stored in a browser cookie and persists across closing/reopening the page and browser restarts. If you want to delete it and start over with a clean state for any reason, just delete the cookie (devsummit.arm.com, watchedSessions) in your browser.
You can't filter by session watch state. That would have required more reverse engineering of the web page than I was willing to spend time for.
One Video Control (Chrome Web Store) allows you to watch the on-demand sessions at the speed of your choice, even though the DevSummit site itself doesn't afford you that timesaving option.