You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that sometimes the icons shown by YouTube are not the same for all users.
This breaks the logic for detecting the correct option entry because there is no matching icon to be found.
Because we can not account for every individual situation where a users icon might be different to the default hard coded icons in the extension, some form of customization needs to be made available so users can add their unique icons as an additional check.
Some general ideas for this would be:
When an icon is not found show a popup that explains how the extension detects icons and provide a option to show the SVG path values for the current page.
The popup should be per page.
Explain the extensions behavior in the settings page where the additional icons can be added.
Re-work the settings page by removing the not-helpful log level setting and replacing it with the additional icons to check.
Add a Q&A section in the extension page explaining the above issue.
The text was updated successfully, but these errors were encountered:
Note: Some logic will be necessary to detect which parent element needs to be clicked. Currently, we don't click the SVG element itself to trigger any of the YouTube actions. It should be checked if clicking the SVG properly propagates the click because historically there was one case on the home page where clicking the button element of the more options button caused the video grid click event to be triggered. Therefore, it might be possible to run into unexpected behavior when not triggering the click on the right element.
It seems that sometimes the icons shown by YouTube are not the same for all users.
This breaks the logic for detecting the correct option entry because there is no matching icon to be found.
Because we can not account for every individual situation where a users icon might be different to the default hard coded icons in the extension, some form of customization needs to be made available so users can add their unique icons as an additional check.
Some general ideas for this would be:
The text was updated successfully, but these errors were encountered: