+
+
\ No newline at end of file
diff --git a/src/lib/components/listOrGrid.svelte b/src/lib/components/listOrGrid.svelte
deleted file mode 100644
index 94fd270..0000000
--- a/src/lib/components/listOrGrid.svelte
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/lib/components/mangadexItems.svelte b/src/lib/components/mangadexItems.svelte
index 38185c3..361c579 100644
--- a/src/lib/components/mangadexItems.svelte
+++ b/src/lib/components/mangadexItems.svelte
@@ -1,39 +1,23 @@
-
+
{#each entries as entry}
- {@const title = entry.attributes.title.en || entry.attributes.title.ja || Object.values(entry.attributes.title)[0]}
- open(entry)}>
-
{#await userManga then userManga}
{#each userManga.data.MediaListCollection.lists as list}
{list.name}
-
+
{/each}
{/await}
@@ -181,28 +180,6 @@
Sign in via Anilist to view your manga list and search for manga online. You can still read manga or download it without signing in using direct mangadex URLs.
{/if}
-
-
-
- Shameless plug:
-
-
- Website's source code available on GitHub under GPLv3. Hosted on Cloudflare Pages, a static site hosting, where none of the images are stored.
-
-
-
-
-
This site works by using Mangadex API from your browser, and loading or downloading the manga directly from MD@H, without using my servers (so I don't host any content seen here, nor can I delete it). The whole site is client side only (it runs in your browser). I cannot delete any content (images or text), only hide it from this specific site - but there are tons of other sites, and anybody with decent coding skills can clone this page and remove the rule hiding the content (this page is open source).
-
-
-
-
DISCLAIMER: This site isn't distributing any content and is using mangadex.org API. All of the site's requests are done client side, my servers aren't sharing any manga data. Website is open source, and I don't claim any copyright on the publications. If you believe in good faith you're downloading copyrighted content, file a DMCA at yourself, your operating system (as it took a part in the download), your ISP, your browser and all the free libraries that are used in any of the previous (made by volunteers), and then here. /s
+ Website's source code available on GitHub under GPLv3. Hosted on Cloudflare Pages, a static site hosting, where none of the images are stored.
+
+
+
+
+
This site works by using Mangadex API from your browser, and loading or downloading the manga directly from MD@H, without using my servers (so I don't host any content seen here, nor can I delete it). The whole site is client side only (it runs in your browser). I cannot delete any content (images or text), only hide it from this specific site - but there are tons of other sites, and anybody with decent coding skills can clone this page and remove the rule hiding the content (this page is open source).
+
+
+
+
DISCLAIMER: This site isn't distributing any content and is using mangadex.org API. All of the site's requests are done client side, my servers aren't sharing any manga data. Website is open source, and I don't claim any copyright on the publications. If you believe in good faith you're downloading copyrighted content, file a DMCA at yourself, your operating system (as it took a part in the download), your ISP, your browser and all the free libraries that are used in any of the previous (made by volunteers), and then here. /satire
+
+
For DMCA requests, I recommend going to the mangadex page of the selected manga instead and reporting it there, as it will be taken down more quickly. You can of course report it to me and I'll block the page from viewing it, but it's trivial to remove that (1 required software installed to run this site, edit single line, run 2 more commands and you have bypassed the block), so I really recommend removing the source instead.