Skip to content

debian.org/security Recent Advisories by achtdreizehn

Screenshot of debian.org/security Recent Advisories

Details

Authorachtdreizehn

LicenseCC BY-SA

Categorydebian.org/security

Created

Updated

Size1.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

... removes most of the stuff blocking the view to the "Recent Advisories

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           debian.org/security Recent Advisories
@namespace      USO Archive
@author         AchtDreizehn
@description    `... removes most of the stuff blocking the view to the "Recent Advisories"`
@version        20150727.12.18
@license        CC BY-SA
@preprocessor   uso
==/UserStyle== */
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("https://www.debian.org/security/index.html") {
  div#content p:nth-of-type(1) {display: none !important;}
  div#content p:nth-of-type(2) {display: none !important;}
  div#content p:nth-of-type(3) {display: none !important;}
  div#content p:nth-of-type(4) {display: none !important;}
  div#content p:nth-of-type(5) {display: none !important;}
  div#content p:nth-of-type(6) {display: none !important;}
  div#content p:nth-of-type(7) {display: none !important;}
  div#content p:nth-of-type(8) {display: none !important;}
  div#content p:nth-of-type(9) {display: none !important;}
  div#content p:nth-of-type(10) {display: none !important;}
  div#content ul {display: none !important;}
  div#content h1:nth-of-type(1) {display: none !important;}
  div#content h2:nth-of-type(1) {display: none !important;}
  div#content pre:nth-of-type(1) {display: none !important;}
  div#content pre:nth-of-type(2) {display: none !important;}
  body {font-size: 90%;}
}

Reviews

No reviews yet.