Last active
October 28, 2018 19:54
-
-
Save s3krit/664e68dc9aa74434167c337a4b13ce7b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:( function(){ var xmlHttp = new XMLHttpRequest(); xmlHttp.open( "GET", "https://outlineapi.com/parse_article?source_url=" + location.href, false ); xmlHttp.send( null ); res = JSON.parse(xmlHttp.responseText); document.getElementsByTagName('html')[0].innerHTML = res.data.html; } )(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment