YouTube has broken its functionality to be able to remove videos I’ve seen and am subscribed to.
Now I want to implement such behavior myself using a GreaseMonkey script.
I’m still left without one problem, which is: How to identify whether I already clicked on a video?
-
Can I simply remove all video boxes that contain a visited link (They are Purple)?
This didn’t work previous time I tried. Did I perhaps do something wrong? -
Should I rewrite the
atag so it calls my script and uses local storage? -
Is there a more easy method to do this?
Firefox (assuming using the Greasemonkey plugin) has nerfed the ability to see what links have been visited, because it violated the privacy of the end user. Source.
localStorageis definitely an option.Update by Tom Wijsman: