Skip to content

Fortune.com - Disable paywall filter by land

Screenshot of Fortune.com - Disable paywall filter

Details

Authorland

LicenseNo License

Categoryfortune.com

Created

Updated

Size438 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Resets gray blur filter and restores pointer-events and user-select capabilities.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           fortune.com -  - Disable Fortune.com Paywall
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
// History:     v1.0.0  -- 2023-04-29 10:48:27
==/UserStyle== */

@-moz-document domain("fortune.com") {

  .paywallActive {
    filter: initial;
    z-index: -1;
    pointer-events: initial;
    user-select: initial;
  }

}

Reviews

No reviews yet.