Hide comics by country of origin (get rid of chinese comics) :planned:

Status
Not open for further replies.
@Lordkingss
Lmao yeah his original post was a bit polarizing, but his opinion is still valid, and he still lead the post to an actually useful and relevant topic.
 
sad part as this site is a pro socialist site, basics functions for chinese filters isnt allowed since censorship and Marxism is what triggered site sjw preach, filter are easy, continued cloudhack/flare is important
 
sad part as this site is a pro socialist site, basics functions for chinese filters isnt allowed since censorship and Marxism is what triggered site sjw preach, filter are easy, continued cloudhack/flare is important
As we all know, Holo receives big bucks by the CCP to put propaganda about the great goverment of the People's Republic of China and how grateful we must all be that China, is infact, numbah wan.
/S
 
tenor.gif
 
@bigstew00
sad part as this site is a pro socialist site, basics functions for chinese filters isnt allowed since censorship and Marxism is what triggered site sjw preach, filter are easy, continued cloudhack/flare is important
Is this bait. This has to be bait, right guys?

If this is real, I guess OP completely missed the :planned: tag on this post (meaning we will be able to hide Chinese manhwa in the future). MD isn't some huge organization like Blizzard or the NBA. I doubt this site is even a blip on China's radar (although I wouldn't put it past their government to be that petty tbh).

While you're way off the mark in this scenario specifically, I do agree that other companies need to grow some balls and stop giving in to China's demands. I swear, all it takes these days is at least a few people not liking what you or your company said/did, and you get fucked over. This is why I hate [REDACTED].
 
@bigtiddyoneesan
Breaking news, Mangadex seals deal of One billion gagillion fafillion shabadabalo shabadamillion shabaling shabalomillion yen with Tencent.
 
i love all these when will it happen people...

how about someone just code it and send it to MD rather than Bitch about something we get basically for free.
 
I find new manga by clicking on tags of which leads to a genre page (https://mangadex.org/genre/*) and there were just too many low quality 🇨🇳 comics that it was getting pretty annoying so I wrote a userscript to hide them at least in the genre page. I'm posting the code here if someone wants to use it with their userscript manager. We really need filter by country feature implemented by mangadex, only then we can filter the content site wide.
Code:
// ==UserScript==
// [USER=0]@name[/USER]         Mangadex Country Filter
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  Filter by country
// [USER=0]@author[/USER]       Lady Democracy
// [USER=0]@match[/USER]        https://mangadex.org/genre/*
// [USER=0]@grant[/USER]        none
// ==/UserScript==
const $ = window.jQuery;

(function() {
    let china = $("span[class='rounded flag flag-cn']").closest(("div[class='manga-entry border-bottom']"));
    china.hide();
    console.log("Removed China!")
})();
 
Code:
(function() {
let china = $("span[class='rounded flag flag-cn']").closest(("div[class='manga-entry border-bottom']"));
china.hide();
console.log("[b]Removed China![/b]")
})();
Man, if only there was a way to do that in real life (without resorting to the literal Nuclear Option).
 
I don't think I've read a single good Chinese manga, I've tried and they're all shit. I would love nothing more than to hide all that trash.

It's been "planned" for years, instead just be honest and say that you never plan on doing it.
 
@akthrowaiz

It's implemented in v5, it's just too much of a pain in the rear to get it working with how spaghetti the live site is. There's a reason why we're doing a complete rewrite.
 
@akthrowaiz https://mangadex.org/title/34605/release-that-witch
https://mangadex.org/title/13939/tamen-de-gushi
https://mangadex.org/title/44144/nan-hao-shang-feng
https://mangadex.org/title/33148/gu-daoist-master ( RIP )
https://mangadex.org/title/34771/heresy
https://mangadex.org/title/13942/19-days
https://mangadex.org/title/42857/lanxi-zhen

i'm too lazy to list more...gl
 
meh, first one was boring and it's most of these gag comics - I'm not interested in reading any of them
Not even thanking GumYumGum for the time he took to recommend them? Rude!

@YumGumYum
Smite this defaultbro with your unlimited Contributor powers. Do it.
 
Status
Not open for further replies.

Users who are viewing this thread

Back
Top