document.addEventListener('DOMContentLoaded', function() {
var h1s = document.querySelectorAll('.et_pb_extra_column_main h1');
h1s.forEach(function(h1) {
if (h1.textContent && h1.textContent.replace(/s+/g, '').indexOf('Category:English') !== -1) {
h1.style.display = 'none';
}
});
});
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you agree on our policy.Ok