diff options
| author | Teddy Wing | 2020-05-08 17:32:35 +0200 |
|---|---|---|
| committer | Teddy Wing | 2020-05-08 17:32:35 +0200 |
| commit | 6fe95288e9a929dfaf94fb67969ebcb6b759e28e (patch) | |
| tree | acaa192dc1c221651dc2b5ac2ce06fd5c562cd2d /src/watch_credits.ts | |
| parent | 5d0bd05c5c6cee5c3353845c462fbe7dfa8760cb (diff) | |
| download | netflix-immersive-6fe95288e9a929dfaf94fb67969ebcb6b759e28e.tar.bz2 | |
Remove old development comments
Old notes while I was working out elements and selectors to use.
Diffstat (limited to 'src/watch_credits.ts')
| -rw-r--r-- | src/watch_credits.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/watch_credits.ts b/src/watch_credits.ts index 3aba520..99c67ca 100644 --- a/src/watch_credits.ts +++ b/src/watch_credits.ts @@ -3,10 +3,6 @@ import logger from './logger'; import wait_element from './wait_element'; -// const watch_credits_button = document.querySelector('[data-uia="watch-credits-seamless-button"]'); - - - function init_mutation_observer (controls) { var observer = new MutationObserver(function(mutation_list) { for (var i = 0; i < mutation_list.length; i++) { |
