Revisiones de No Coronavirus
No Coronavirus por Daggron
5 revisiones
- Se valoró con 5 de 5por kiwi, el hace 5 añosexcellent ! people don’t wanna hear no more of the propaganda. Fed up with lies already. find more:
https://is.gd/stats.php?url=3dbpsx - Se valoró con 5 de 5por Sarhan Dadier, el hace 5 añosОтличное дополнение. Мне тоже надоедо видеть информацию о вирусе на всех сайтах. Автору спасибо!
- Se valoró con 5 de 5por Koob parcs, el hace 6 añosExcellent 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, '░░█▒ █▒▒ █▓▓░');
}
}Respuesta del desarrollador
publicado el hace 6 añosThanks we have already submitted the new version for review it will be rolling out soon Respuesta del desarrollador
publicado el hace 6 añosHey Prosperto ,Thanks for submitting this review. A new version is available now to block word covid-19.