Favorite code injection tweaks for Casper all in one place?

Two that I have found, I’ve cut and pasted below. They disable the author on every single post, and the other one hides all the subscription stuff.

What other Casper tweaks do you all use?

<style>
a.gh-head-button,
.author-list,
.author-name,
.footer-cta,
.post-card-byline-content span:first-of-type {
    display: none;
    }
.post-card-byline-content {
    margin-left: 0;
    }
.site-footer {
    padding-bottom: 40px;
    }
.read-more-wrap {
    padding-bottom: 4vmin;
    }
</style>
1 Like