Hide name, image, and description of episodes
Voici les versions de ce script où le code a été modifié. Voir toutes les versions.
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,"
- 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]
Add back in censoring episode name from document title (browser tab)
Overhaul to work with new beta.crunchyroll.com design. Please leave feedback for any issues and feature requests, thanks!