Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Fix inactive forward button for videos on youtube.com#1463

Merged
bluemarvin merged 1 commit into
masterfrom
youtube_forward
Jul 26, 2019
Merged

Fix inactive forward button for videos on youtube.com#1463
bluemarvin merged 1 commit into
masterfrom
youtube_forward

Conversation

@MortimerGoro

Copy link
Copy Markdown
Contributor

Fixes #1426

Found the problem after some research. It seems that youtube processes the disable_polymer parameter but removes it from the URL at some point. This causes another override when going back to a previous youtube video, and the forward action is lost there.

GV doesn't have an API to override URLs. You need to cancel the current load and perform another loadUri. So I decided to add a history override from the webextension when the page is unloaded to get the parameter back.

@bluemarvin bluemarvin merged commit f126548 into master Jul 26, 2019
@bluemarvin bluemarvin deleted the youtube_forward branch July 26, 2019 22:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The navigate forward button is inactive for videos on youtube.com

2 participants