Skip to content

Clean articles by httpshotmaker

Screenshot of Clean articles

Details

Authorhttpshotmaker

LicenseNo License

Categorymalwaretech.com

Created

Updated

Size635 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Cleaning all articles

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Clean articles
@version      20240215.14.35
@namespace    https://userstyles.world/user/httpshotmaker
@description  Cleaning all articles
@author       httpshotmaker
@license      No License
==/UserStyle== */

@-moz-document domain("malwaretech.com") {
body > main > div:nth-child(2) > div > div.col.col-4.col-d-12 {
    display: none;
}

.related-posts.is-related {
    display: none;
}

.post__comments {
    display: none;
}

.post__share {
    display: none;
}

.row {
    justify-content: center;
}

.col-8 {
    width: 100%;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
}

Reviews

No reviews yet.