Skip to content

Instantly share code, notes, and snippets.

@s3krit
Last active October 28, 2018 19:54
Show Gist options
  • Save s3krit/664e68dc9aa74434167c337a4b13ce7b to your computer and use it in GitHub Desktop.
Save s3krit/664e68dc9aa74434167c337a4b13ce7b to your computer and use it in GitHub Desktop.
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