Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
One comment
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.
document.addEventListener("DOMContentLoaded", function () {
let divc = document.querySelectorAll('div[style]');
for (let i = 0, len = divc.length; i < len; i++) {
let actdisplay = window.getComputedStyle(divc[i], null).display;
let actclear = window.getComputedStyle(divc[i], null).clear;
if (actdisplay == 'block' && actclear == 'both') {
divc[i].remove();
}
}
});
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.