To replace "There's nothing here." in Blogspot



To replace "There's nothing here" in Blogger, you can navigate to Layout -> Add a Gadget -> HTML/JavaScript, and paste the following code:

To substitute another word

<script type='text/javascript'> document.getElementsByClassName("no-posts-message")[0].innerHTML = "Hi!"; </script>

To replace the word with an image

<script type='text/javascript'> document.getElementsByClassName("no-posts-message")[0].innerHTML = "<img src=\"https://www.blogger.com/img/logo_blogger_40px.png\"/>"; </script>

Popular posts from this blog

Remote Desktop Protocol (RDP) Security

Penetration Testing - Network

Damn Vulnerable Web Services (DVWS) - Walkthrough

Server Message Block (SMB) Security

Offensive Security Testing Guide

Host Configuration Assessment - Windows

Web Server Hardening - Apache Tomcat

Content Page

Mobile Penetration Testing - Android

Penetration Testing with OWASP Top 10 - 2017 A7 Cross-Site Scripting (XSS)