I am not an expert in websites, and I do not know how to extract the JavaScript code to remove this piece, and I searched a lot, and it exhausted me very much. Can someone help me?
Here is my website link black wolf
I used this code and it didn’t work ( document.querySelector(‘.widget.HTML’).style.display = ‘none’; )
in component valuate JavaScript block
I want to remove it in my app
if this your web, just edit sourcode …
How is that
your web is html, php, wordpress or …?
Blogger site
I solved it just now the code was wrong
Here is the correct code
document.getElementById(‘HTML0’).style.display = ‘none’;
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.