You can disable sources in the sources list by clicking on it's toggle.
How to develop new extensions?
-
Extensions for Miru need to be written in JavaScriptn which are run in an isolated Web Worker. Make sure the data you're fetching is CORS enabled. Extension type definitions and example structures are available on GitHub.
+
Extensions for Miru need to be written in JavaScript which are run in an isolated Web Worker. Make sure the data you're fetching is CORS enabled. Extension type definitions and example structures are available on GitHub.
Options object, which is passed to the class's single, batch and movie functions as the first parameters has the following fields:
anilistId: number - Anilist anime id, can be used to query data from Anilist, such as MalID, episode metadata etc