-
-
Notifications
You must be signed in to change notification settings - Fork 324
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
Skip sponsor if landed inside of sponsor by skipping with keyboard #124
Comments
Hi, this is intended behavior as otherwise the "unskip" button will not work. Also, sometimes I want to see what I want to miss and hit the arrow to go back, so I wouldn't want that to skip back to the end. If people think this behavior is unintuitive, I could change it |
Well this could be a customization option just need to disable ontimeupdate when the key is pressed |
I had to jump around a ton to figure out why SponsorBlock wasn't doing its job. You could probably just make "unskip" work by setting a flag not to skip that sponsor -- I personally skip around a lot with the keyboard, so having it land inside the sponsor is annoying. Either that or you could just show the sponsorblock popup when you're inside a sponsor with a "skip" button so that you can both ununskip and click the skip button when you arrow-key into it -- but I'd prefer it'd just work |
This would be fairly simple to setup now |
Notice like
|
Another option: Skip however much time is required (ie, if there is 2 seconds left until the sponsor, skip the sponsor + 3 seconds) |
Summary
Skip sponsor if landed inside of sponsor by pressing the right arrow key on the keyboard.
Repro steps
Desired results
Sponsor is skipped.
Actual results
Sponsor is not skipped.
I'm not sure whether a sponsor should be skipped if the user clicks on the timeline within a sponsor spot, but I think it should be skipped.
The text was updated successfully, but these errors were encountered: