Adding the ability to select code on the npmjs.com website
Select Code on npmjs.com by ipcjs
Details
Authoripcjs
LicenseNo License
Categorynpmjs
Created
Updated
Code size336 B
Code checksume7ecb4e1
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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;
}
}