User script that extends Nyaa view page with AnimeTosho information. Original script by Jimbo. All information comes from AnimeTosho. AnimeTosho only scrapes the releases in the Anime English-translated category, skips big files, and takes time to process new episodes so not all pages will have complete information.
- Link to AnimeTosho page
- NZB link with option for unique sabUrl and NZB key
- Fileinfo for the primary file
- (New) Settings GUI to enable only the features you want
- (New) Uses font icons instead of compressed images
- (New) Link to AniDB/MyAnimeList/AniList
- (New) Screenshots with a dropdown to select which subtitle track is present in the screenshots
- (New) Full-sized screenshot viewer
- (New) Attachments download options for all tracks with language filters, option to download extracted
- (New) View subtitle content in new tab in one click with ASS & SRT syntax highlighting
- (New) Collapsible headings for everything
- Install a user script manager like Violentmonkey.
- Then, click here to install script
- Access the settings GUI in the top nav bar by default. It is only visible on /view pages as the extension is only active there. Settings should save over updates
- sabUrl and NZB key are optional settings if you have them
- Screenshots previews are loaded as jpgs, click in to see full png
- SRT subtitles and maybe other formats are not included in the screenshot on AnimeTosho
- For batch releases, click on other episodes in file list to change the data source for everything. Look for the tick next to the file icon
- For batch releases, Attachments will show All Attachments for everything and the individual tracks for the selected episode
- ASS syntax highlighting is automatically enabled only for sub files with under 100,000 characters by default. Change the highlighterCharCap option in settings to change this number
- You can also choose your own highlighter js styles. Try selecting from here https://highlightjs.org/examples
- Subtitle contenting viewing and extracting only works for individual subtitle tracks not
All Attachments
- AI was heavily used for this project since I do not know js/html. Apologies for code quality but I will try my best to fix any issues
- animeApi for linking AniDB with other anime services
- PlexAniBride-Mappings for linking AniDB with other anime services
- xz-decompress for decompressing xz when downloading subtitle tracks
- highlight.js for syntax highlighting
- highlightjs-ass for ASS syntax highlighting plugin