Skip to content

reactormag.com transparent cookie icon by snowkeep

Details

Authorsnowkeep

LicenseCC Zero

Categoryreactormag

Created

Updated

Size498 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Notes

Copy of the original for tor.com.
You can adjust the opacity, if you like

Source code

/* ==UserStyle==
@name        reactormag.com transparent cookie icon
@description Make it so you can read through the cookie icon on www.reactormag.com
@namespace   reactormag.com
@version     0.0.1
==/UserStyle== */
@-moz-document domain("reactormag.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.