x0a / uBO-YouTube

Easier way to exempt your favorite YouTube channels from adblocking.
GNU General Public License v3.0
124 stars 8 forks source link

Ads button not working on channel pages when opening the channel from a video #38

Closed azalty closed 3 years ago

azalty commented 3 years ago

The ads button still appears, but doesn't do anything when clicked on both /channel/ and /c/ links. This bug only occurs when displaying a channel from a video.

Example:

x0a commented 3 years ago

Hey,

Thank you for your bug report. I was able to reproduce the issue. It seems YouTube started delaying adding metadata to the page, choosing to update the DOM first and then add the metadata to ytd-page-manager. I pushed an update that favors the DOM over the metadata. It is available on Mozilla Addons now, but will be delayed on Chrome Web Store as usual.

Can you give it a try and see if it fixes the issue?


Chrome update instructions

  1. Open the Settings menu by clicking at the top right
  2. Under More Tools click on Extensions
  3. Click on the Update button.

Firefox update instructions

  1. Open the Settings menu by clicking at the top right.
  2. Click on Addons
  3. Open the Addons management menu by clicking the gear
  4. Click on Check for updates. This should update all extensions.
azalty commented 3 years ago

Thanks a lot! It is working perfectly on firefox :)