You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// @description Automatically moves through the Apple News interstitial to view articles in the browser instead of the News app. Converts links to HTTPS.
// @author Thom Mahoney
// @match https://apple.news/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
var span = document.getElementsByClassName("click-here")[0];