feat(Anikoto): add activity#10977
Open
FLIXDTR wants to merge 2 commits into
Open
Conversation
Contributor
🖼️ Activity asset previewAnother day, another diff. Here's everything shiny I could dig out of this one. Anikoto (
|
| Preview | Source | URL |
|---|---|---|
![]() |
logo | https://i.imgur.com/3CY0qmm.png |
![]() |
thumbnail | https://i.imgur.com/gRdHdau.png |
Beep boop — I refresh this comment on every push, so no need to scroll. 🤖
41c9b5c to
a23ac22
Compare
theusaf
requested changes
Jul 13, 2026
| "fr": "Anikoto est un site de streaming d'anime." | ||
| }, | ||
| "url": "anikototv.to", | ||
| "regExp": "^https?://(www\\.)?anikototv\\.to/", |
Contributor
There was a problem hiding this comment.
For consistency across Activities
Suggested change
| "regExp": "^https?://(www\\.)?anikototv\\.to/", | |
| "regExp": "^https?[:][/][/](www[.])?anikototv[.]to[/]", |
| "video" | ||
| ], | ||
| "iframe": true, | ||
| "iFrameRegExp": "^https?://([^/]+\\.)?(vidtube\\.site|nekostream\\.[^/]+|megacloud\\.[^/]+|vidplay\\.[^/]+|myvidplay\\.[^/]+|dsvplay\\.[^/]+|vidsrc\\.[^/]+|vidstream\\.[^/]+|vidstreaming\\.[^/]+|vidcloud\\.[^/]+|rapid-cloud\\.[^/]+|filemoon\\.[^/]+|streamtape\\.[^/]+|dood(?:stream)?\\.[^/]+|mp4upload\\.[^/]+|streamsb\\.[^/]+|mcloud\\.[^/]+|rabbitstream\\.[^/]+|vidhide(?:vip)?\\.[^/]+|vidmoly\\.[^/]+|voe\\.[^/]+|uqload\\.[^/]+|streamwish\\.[^/]+|embedwish\\.[^/]+|mixdrop\\.[^/]+)/.*", |
Contributor
There was a problem hiding this comment.
Suggested change
| "iFrameRegExp": "^https?://([^/]+\\.)?(vidtube\\.site|nekostream\\.[^/]+|megacloud\\.[^/]+|vidplay\\.[^/]+|myvidplay\\.[^/]+|dsvplay\\.[^/]+|vidsrc\\.[^/]+|vidstream\\.[^/]+|vidstreaming\\.[^/]+|vidcloud\\.[^/]+|rapid-cloud\\.[^/]+|filemoon\\.[^/]+|streamtape\\.[^/]+|dood(?:stream)?\\.[^/]+|mp4upload\\.[^/]+|streamsb\\.[^/]+|mcloud\\.[^/]+|rabbitstream\\.[^/]+|vidhide(?:vip)?\\.[^/]+|vidmoly\\.[^/]+|voe\\.[^/]+|uqload\\.[^/]+|streamwish\\.[^/]+|embedwish\\.[^/]+|mixdrop\\.[^/]+)/.*", | |
| "iFrameRegExp": "^https?[:][/][/]([^/]+[.])?(vidtube[.]site|nekostream[.][^/]+|megacloud[.][^/]+|vidplay[.][^/]+|myvidplay[.][^/]+|dsvplay[.][^/]+|vidsrc[.][^/]+|vidstream[.][^/]+|vidstreaming[.][^/]+|vidcloud[.][^/]+|rapid-cloud[.][^/]+|filemoon[.][^/]+|streamtape[.][^/]+|dood(?:stream)?[.][^/]+|mp4upload[.][^/]+|streamsb[.][^/]+|mcloud[.][^/]+|rabbitstream[.][^/]+|vidhide(?:vip)?[.][^/]+|vidmoly[.][^/]+|voe[.][^/]+|uqload[.][^/]+|streamwish[.][^/]+|embedwish[.][^/]+|mixdrop[.][^/]+)[/].*", |
Author
|
Addressed the requested metadata regex style changes and pushed the update. All PR checks are passing again. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Description
Adds support for Anikoto as a PreMiD activity.
The activity covers browsing pages, search/filter pages, member pages, and episode playback pages. Episode playback shows the anime title, current episode, playing/paused state, poster artwork when available, optional timestamps, and optional buttons for the current episode/anime page.
The
iframe.tshelper is included because Anikoto uses external embedded video providers. Some providers do not reliably expose pause/play changes to the top-level page, so the iframe helper reads the accessible video/player state and posts sanitized playback data back to the activity without changing page behavior.Acknowledgements
npm run lintValidation
npx eslint websites/A/Anikoto --cachenpx pmd build "Anikoto" --validatenpx pmd check-dns "Anikoto"Screenshots
Proof showing the creation/modification is working as expected
Continue Watching / Watch List

Home page

Episode playing

Episode paused

Search / filter page

Activity settings
