Greasy Fork is available in English.

Spoiler-free Crunchyroll

Hide name, image, and description of episodes

Dessa är versionerna av skriptet där koden uppdaterades. Visa alla versioner.

  • v0.9 2022-12-05

    Fix issue with censoring URL.
    Censoring URL still must be turned on by modifying the script. Near top of file, find "CENSOR_URLS_WITH_EPISODE_NAME: false," and change to "CENSOR_URLS_WITH_EPISODE_NAME: true,"

  • v0.8 2022-11-28

    - When document title is censored, series name is now visible. Series name is no longer censored on series page (i.e. episode list).
    - Added censoring of tooltips (on hover of episode name). Will show season and episode number but not episode name. Enabled by default. If you notice any new loading performance issues, please disable this (modify top of script to set TOOLTIPS: false) and leave feedback. It's unlikely this will introduce performance issues.
    - Added censoring of URL (the last part of the URL containing the episode name). This is _DISABLED BY DEFAULT_. To turn it on, modify the top of the script: change CENSOR_URLS_WITH_EPISODE_NAME: false to CENSOR_URLS_WITH_EPISODE_NAME: true
    - Improved error logging. Errors in console will now start with [Spoiler-Free Crunchyroll Script]

  • v0.7 2022-10-08

    Add back in censoring episode name from document title (browser tab)

  • v0.6 2022-10-08

    Overhaul to work with new beta.crunchyroll.com design. Please leave feedback for any issues and feature requests, thanks!

  • v0.5 2020-02-24 v0.5: Hide episode name in title of page, i.e. in the name of the browser tab
  • v0.4 2020-02-17 v0.4: Match on https instead of http, ensuring the script runs on crunchyroll.com appropriately
  • v0.3 2018-01-15 More fine-grained configurations (see USER_CONFIG at top of script). Massive performance improvement - nearly instataneous load, never see unfiltered content again. Bug fix: Unfiltered content no longer appears when choosing a season in series episode page. In-browser UI for configurations will be coming in a later version soon.
  • v0.2 2017-12-13 Now filters episode names on the Episodes page, and episode images everywhere. Now has user configuration options, see top of file. Now has vastly improved performance using vanilla JS
  • v0.1 2017-12-13