Skip to content

Twitter - Hide Analytics Button by pdan4

Screenshot of Twitter - Hide Analytics Button

Details

Authorpdan4

LicenseNo License

Categorytwitter.com

Created

Updated

Code size595 B

Code checksum109c9632

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Very simply hides the analytics button under tweets.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Twitter - Hide Analytics Button
@version      20221224.03.11
@namespace    userstyles.world/user/pdan4
@description  Very simply hides the analytics button under tweets.
@author       pdan4
@license      No License
==/UserStyle== */

@-moz-document domain("twitter.com") {
/*
@name Twitter - Disable Analytics Button
@namespace Pdan4
@version v1.0.0.1. 2022, Dec 23rd.
*/

a[href$="/analytics"][aria-label$="View Tweet analytics"]
{
    visibility: hidden !important;
    display: none !important;
    max-height: 0px !important;
    max-width: 0px !important;
}
}

Reviews

No reviews yet.