diff options
| -rw-r--r-- | youtube-turn-off-annotations.user.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube-turn-off-annotations.user.js b/youtube-turn-off-annotations.user.js index a549795..3bb5f3b 100644 --- a/youtube-turn-off-annotations.user.js +++ b/youtube-turn-off-annotations.user.js @@ -24,6 +24,7 @@ var settings_button = document.querySelector('.ytp-settings-button'); // Load annotations menu item by activating & deactivating the settings menu +// since the menu starts out empty settings_button.click(); settings_button.click(); |
