Greasy Fork is available in English.

Spoiler-free Crunchyroll

Hide name, image, and description of episodes

Ниже показаны версии этого скрипта, в которых изменялся код. Показать все версии.

  • v0.9 05.12.2022

    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 28.11.2022

    - 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 08.10.2022

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

  • v0.6 08.10.2022

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

  • v0.5 24.02.2020 v0.5: Hide episode name in title of page, i.e. in the name of the browser tab
  • v0.4 17.02.2020 v0.4: Match on https instead of http, ensuring the script runs on crunchyroll.com appropriately
  • v0.3 15.01.2018 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 13.12.2017 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 13.12.2017