Pages:
Author

Topic: Is there any code or extension where I can hide the avatar on the top left page? - page 2. (Read 315 times)

legendary
Activity: 2758
Merit: 6830
Almost right... Remove everything and paste this:
Code:
// ==UserScript==
// @name     Hide BitcoinTalk Username and Avatar
// @include   https://bitcointalk.org/*
// @version  1
// @grant    none
// ==/UserScript==

try {
    document.getElementById("smfheader").style.visibility = "hidden";
    document.getElementById("hellomember").style.visibility = "hidden";
    document.getElementsByClassName("avatar")[0].style.visibility = "hidden";
} catch { }

I also added a small line on it to only work on BitcoinTalk.

This removes the username, avatar, and the "Bitcoin Forum" text at the top. You can comment/remove the second line ("hellomember") if you don't want to hide your username.
legendary
Activity: 1484
Merit: 1024
#SWGT CERTIK Audited
Actually, it's not annoying me to explore and open the forum, I can hide it by clicking the top right button (-) above, but sometimes I forget to click it when I open the forum in the office, The problem is My partner always curious about what I did on my PC. that's enough to make me uncomfortable when he asks about my avatar forum. Thanks in advance.
Pages:
Jump to: