Skip to content

Mitre URL Highlighting by gtjamesa

Screenshot of Mitre URL Highlighting

Details

Authorgtjamesa

LicenseNo License

Categorymitre

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Highlight exploit URLs and links to source code repositories on cve.mitre.org and www.mitre.org

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         cve.mitre.org
@version      20230927.09.17
@namespace    ?
==/UserStyle== */

@-moz-document regexp(".*(cve.mitre.org\\/cgi-bin\\/cvename\\.cgi\\?name=.*|cve\\.org/CVERecord\\?id=.*)") {
#GeneratedTable a[href*="exploit-db.com"],
#GeneratedTable a[href*="packetstormsecurity.com"],
#cve-main-page-content a[href*="exploit-db.com"],
#cve-main-page-content a[href*="packetstormsecurity.com"] {
    font-weight: bold;
    color: #880000;
}

#GeneratedTable a[href*="exploit-db.com"]:before,
#GeneratedTable a[href*="packetstormsecurity.com"]:before,
#cve-main-page-content a[href*="exploit-db.com"]:before,
#cve-main-page-content a[href*="packetstormsecurity.com"]:before {
    content: "[EXPLOIT] "
}

#GeneratedTable a[href*="github.com"],
#GeneratedTable a[href*="gitlab.com"],
#GeneratedTable a[href*="bitbucket.org"],
#cve-main-page-content a[href*="github.com"],
#cve-main-page-content a[href*="gitlab.com"],
#cve-main-page-content a[href*="bitbucket.org"] {
    color: #fd7f10;
}

#cve-secondary-page-main-container .cve-main-column-content-width {
    max-width: 80%;
}
}

Reviews

No reviews yet.