Files
NebulaBrowser/examples/extensions/return-youtube-dislike
andrew e876e80bea Add platform-specific extension install paths
Enhanced extension installation documentation across docs, examples, and the generated install guide. Added Windows, macOS, and Linux-specific paths to help users find the correct installation directory. The dynamic README now shows the machine's actual extensions directory and typical OS paths. Also includes a minor fix removing wide string literal prefix from a path string.
2026-07-14 10:13:32 +12:00
..

Return YouTube Dislike (Nebula)
===============================

Shows estimated YouTube dislike counts using the public
Return YouTube Dislike API.

Based on / inspired by:
  https://github.com/Anarios/return-youtube-dislike
  https://returnyoutubedislike.com

API attribution (required by RYD):
  https://returnyoutubedislike.com

License:
  This Nebula package is a simplified derivative intended for use with
  Nebula's native extension runtime. Upstream project is GPL-3.0.
  See LICENSE.txt.

Install
-------
Copy this folder to:

  Windows:  %LOCALAPPDATA%\Nebula\User Data\extensions\return-youtube-dislike\
  macOS:    ~/Library/Application Support/Nebula/User Data/extensions/return-youtube-dislike/
  Linux:    ~/.local/share/Nebula/User Data/extensions/return-youtube-dislike/
            (or $XDG_DATA_HOME/Nebula/User Data/extensions/return-youtube-dislike/)

Or open Settings > Plugins — the install path is shown there.

Open Settings > Plugins > Reload Plugins, then open a YouTube video.

Notes
-----
- Content-script only (no Chrome extension APIs)
- No dislike vote submission to RYD
- No premium analytics UI
- Respect RYD rate limits (100/min, 10k/day)