Skip to content

Bypass AJC Paywall by creepz

Screenshot of Bypass AJC Paywall

Details

Authorcreepz

LicenseNo License

Categoryajc

Created

Updated

Size594 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Bypasses The Atlanta Journal-Constitution paywall. Installing the app also bypasses the paywalls so it doesn't make sense to have a paywall on desktop.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Bypass AJC paywall
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Bypasses The Atlanta Journal-Constitution paywall. Installing the app also bypasses the paywalls so doesn't make sense to have a paywall on desktop.
@author         Creepz
==/UserStyle== */

@-moz-document url-prefix("https://www.ajc.com/") {
  
  main > [data-pagezone="post-article-body"] {
    display: none !important;
  }
  
  .story-text,
  .story-text ~ * {
    filter: none !important;
    pointer-events: auto !important;
  }
  
}

Reviews

No reviews yet.