Skip to content

tor.com transparent cookie icon by snowkeep

Details

Authorsnowkeep

LicenseNo License

Categorywww/tor.com

Created

Updated

Size460 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Make it so you can read through the cookie icon on www.tor.com

Notes

You can adjust the opacity, if you like

Source code

/* ==UserStyle==
@name        tor.com transparent cookie icon
@description Make it so you can read through the cookie icon on www.tor.com
@namespace   www.tor.com
@version     0.0.1
==/UserStyle== */
@-moz-document domain("www.tor.com") {
#ot-sdk-btn-floating .ot-floating-button__front.custom-persistent-icon {
  padding: 0;
  background-color: rgba(0,0,0,0);
  border: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0.25;
}
}

Reviews

No reviews yet.