Skip to content

Instantly share code, notes, and snippets.

View coopy's full-sized avatar

Per Nilsson coopy

View GitHub Profile
javascript: (function () {
var content = document.querySelectorAll('.article__premium-content')[0];
var intro = document.querySelectorAll('.article__lead')[0];
var payWall = document.querySelectorAll('#serviceplusPaywallpaywall-container')[0];
var social = document.querySelectorAll('.js-social-toolbar')[0];
var ghost = document.querySelectorAll('.article__body--mask .article__lead')[0];
intro.style.overflow = "visible";
content.style.display = "block";
payWall.style.display = "none";