Skip to content

No annoying contributions popups by imaginesamurai

Screenshot of No annoying contributions popups

Details

Authorimaginesamurai

LicenseMIT

Categoryuserstyle

Created

Updated

Size415 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Remove the annoying contributions date popup

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         No annoying contributions popups
@version      20250314.02.45
@namespace    https://userstyles.world/user/imaginesamurai
@description  Remove the annoying contributions date popup
@author       imaginesamurai
@license      MIT
==/UserStyle== */

@-moz-document domain("github.com") {
/* Hide "No Contributions" Tooltip */
 
tool-tip[role="tooltip"] {
    display: none !important;
}
}

Reviews

No reviews yet.