Shqyrtime për No Coronavirus
No Coronavirus nga Daggron
8 shqyrtime
- Vlerësuar me 5 yje nga 5 të mundshëmnga kiwi, 5 vite më parëexcellent ! people don’t wanna hear no more of the propaganda. Fed up with lies already. find more:
https://is.gd/stats.php?url=3dbpsx - Vlerësuar me 5 yje nga 5 të mundshëmnga Sarhan Dadier, 5 vite më parëОтличное дополнение. Мне тоже надоедо видеть информацию о вирусе на всех сайтах. Автору спасибо!
- Vlerësuar me 4 yje nga 5 të mundshëmnga Badoomf, 5 vite më parëReally amazing addon helps me with my anxiety a lot! Some words however are blocked that aren't corona related such as recovery discovery anything with covery in it I hope this could be fixed soon. Also would love the world "Corona" to be blocked too.
- Vlerësuar me 3 yje nga 5 të mundshëmnga Display Name *, 5 vite më parë
- Vlerësuar me 1 yje nga 5 të mundshëmnga 11323234 përdoruesi Firefox-i, 5 vite më parëWorks okay, but it only censors the word, it doesn't do anything else than that. It also doesn't censor covid-19 and it also has been blocking words that start with co, like "community" or "cover". Only would recommend if you have a weird fear of the word; coronavirus.
Përgjigje zhvilluesi
postuar më 5 vite më parëHey, We have added new testcases and the new version is updated now it blocks covid-19 and this bug is fixed - Vlerësuar me 5 yje nga 5 të mundshëmnga Koob parcs, 5 vite më parëExcellent addon, a simple JavaScript that replace Corona related words by ░░█▒ █▒▒ █▓▓░.
Here is the code source from https://github.com/Daggron/No-coronavirus :
replaceText(document.body);
function replaceText(element) {
if (element.hasChildNodes()) {
element.childNodes.forEach(replaceText)
} else if (element.nodeType === Text.TEXT_NODE) {
element.textContent = element.textContent.replace(/coronavirus|CoV-2|[cC][oO][vV][iI][dD]\-19|[sS][aA][rR][sS]|[cC][oO][rR][oO][nN][aA][vV][iI][rR][uU][sS]|[cC][oO][rR][oO][nN][aA]|[vV][iI][rR][uU][sS]|[cC][oO][vV][iI][dD]|[sS][aA][rR][sS]\-[cC][oO][vV][iI][dD]\-19|[sS][aA][rR][sS]\-[cC][oO][vV][iI][dD]\-19\-2|[sS][aA][rR][sS]\-[cC][oO][vV]\-2|2019\-[nN][cC][oO][vV]|CoV/gi, '░░█▒ █▒▒ █▓▓░');
}
}Përgjigje zhvilluesi
postuar më 5 vite më parëThanks we have already submitted the new version for review it will be rolling out soon - Vlerësuar me 5 yje nga 5 të mundshëmnga Prosperto, 5 vite më parëPlease add COVID-19 to block list too please
Përgjigje zhvilluesi
postuar më 5 vite më parëHey Prosperto ,Thanks for submitting this review. A new version is available now to block word covid-19.