YouTube violated its functionality in order to be able to delete the videos that I saw and subscribed to them.
Now I want to implement this behavior myself using the GreaseMonkey script.
I still remain without one problem, namely: how to determine if I have already clicked on the video?
Is it possible to simply delete all video windows containing the visited link (they are purple)?
This did not work the previous time when I tried. Perhaps I did something wrong?
Do I have to rewrite the a
tag so that it invokes my script and uses local storage?
Is there an easier way to do this?
source share