Skip to content

Select Code on npmjs.com by ipcjs

Details

Authoripcjs

LicenseNo License

Categorynpmjs

Created

Updated

Size336 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Adding the ability to select code on the npmjs.com website

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Select Code on npmjs.com
@namespace      github.com/ipcjs
@version        1.0.0
@description    Adding the ability to select code on the npmjs.com website
@author         ipcjs
==/UserStyle== */
@-moz-document domain("docs.npmjs.com") {
    pre > div[aria-hidden="true"] {
        display: none;
    }
}

Reviews

No reviews yet.