comet icon indicating copy to clipboard operation
comet copied to clipboard

Browser extension to replace Youtube comments with Reddit comments or view the Reddit comments of any webpage.

Upvote Anywhere

Get Upvote for Chromium Get Upvote Anywhere for Firefox

View the Reddit comments of any YouTube video or web page.

By default YouTube comments will be replaced with the relevant Reddit comments. YouTube comments can still be viewed by clicking the YouTube icon located at the top right of the comments section.

If the extension icon turns red while browsing it means that the current web page has been submitted to Reddit. Clicking the icon will open a popup where you can view the posts and comments associated with the URL.

Options:

  • Dark mode
  • Run browser popup only when icon is clicked
  • Show YouTube comments as default

Upvote Anywhere contains no ads, collects no data and signup is not required.

Image of YouTube comment section

Image of extension popup

Troubleshoot

If you're having problems that aren't addressed or fixed by this section please open an issue.

The YouTube comments are stuck at 'loading...' or 'Error: Reddit might be down or another extension is blocking Upvote Anywhere'.

Reddit.com or api.reddit.com may be down and you will have to wait until they are back up to use the extension.

If you are using the DuckDuckGo Privacy Essentials extension you must go to the settings of the DuckDuckGo extension and add api.reddit.com and youtube.com as unprotected sites.

If you are using uMatrix or uBlock origin advanced mode you need to allow the Reddit 3rd party domain to run on YouTube.

If you are not using any of these extensions check if any other extensions are preventing the comments from loading.

Dark theme is not loading.

If the default system theme is not automatically being selected (sometimes happens on linux), you can manually select the dark theme in the extension settings.

Dev

Built with React, Typescript and Webpack.

Setup:

yarn install
yarn run start

Then load the dist folder as an unpacked extension in Chrome.

For the firefox version switch files in the 'firefox' folder and then re-build.