| Age | Commit message (Collapse) | Author |
|
|
|
|
|
These are no longer needed.
|
|
|
|
More information was needed to describe why this code exists.
|
|
|
|
|
|
It turns out the settings pop-up menu isn't populated at page load. Now
that I think about it, this makes sense because different videos are
going to have different options available. I think.
We can force the settings menu to load by clicking the gear icon twice,
opening then closing the settings pop-up menu.
Following this, the annotation menu item element will exist and we can
click it to disable annotations. We don't even need the interval any
more.
|
|
Still not working, just an idea while figuring out what's going on & how
to get access to the menu item.
|
|
Still not finding the annotation menu element.
|
|
The XPATH appears to be right, but the element isn't present.
|
|
Some XPATH tests to get the "Annotations" menu item so it can be clicked
in a script.
|
|
Using this as a reference for class names and DOM structure.
|