-
-
Notifications
You must be signed in to change notification settings - Fork 543
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue 1400 #1590
Issue 1400 #1590
Conversation
ImprovedTube.description() appears in functions.js only Youtube's new CSS id was added here just before: 0974dd4
|
added this code now |
BTW @MohamedLebda
this line and other feedback to users settings, must depend on currenly it leads to this bug: |
no, calling it twice just makes it stay for some more nano seconds, |
el was defined only when the page restarted or newly opened because the ImprovedTube.description when the page starts is fired from function.js by ImprovedTube.childHandler = function (node) and the node is passed as a parameter for ImprovedTube.description so el, in that case, is defined and works but after the page has loaded the function ImprovedTube.description is fired from cores.js with no parameter so that el is not defined in that case which is why it doesn't work.