-
-
Notifications
You must be signed in to change notification settings - Fork 327
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
Submit Hotkey #33
Submit Hotkey #33
Conversation
After looking at it again, I can see how it can work, but I don't really like doing it this way, I feel it's easier to make mistakes. I think it's best to find all the sponsors in the video, THEN submit. This makes it so the user is sure those are the correct sponsors. If you do want it this way for yourself, you can make it an option, but I don't want that to be the default. |
Submitting one at a time has the benefit of being able to cancel per sponsor |
That could be resolved with a UI change. And sadly, you can't just use a variable created there because it has to sync up with the popup. I recommend checking if the document.getElementById("submitButton").style != "none". I'll merge it in in if you make it an option and not on by default. |
I dont like the global popup as its not per video |
Settings.hotkeys = {}; // TEMP | ||
Settings.onekey = false; // TEMP | ||
Settings.hotkeys.submit = "Quote"; // TEMP | ||
Settings.hotkeys.start = "Semicolon"; // TEMP |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you set this up so the settings save? Right now it does nothing as it is by default just the same
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would but theirs no place to change them or to store the default values
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yea, for now you can put it in the options section of the popup
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no option page currently???
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes there is, click the options button the popup
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Waiting for the UI changes
No description provided.