Last active
August 29, 2015 14:15
-
-
Save cosenal/b803844b747e180cec92 to your computer and use it in GitHub Desktop.
js injected feed
This file contains 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
<?xml version="1.0" encoding="utf-8"?> | |
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:lang="en"> | |
<title type="html">Demo feed</title> | |
<subtitle type="html">Strip out JS demo feed</subtitle> | |
<link rel="self" type="application/atom+xml" href="https://gist.github.com/cosenal/" /> | |
<link rel="alternate" type="text/html" href="https://gist.github.com/"/> | |
<id>https://gist.github.com/</id> | |
<updated>2015-02-11T16:22:02+01:00</updated> | |
<entry> | |
<title type="html">Demo entry</title> | |
<link rel="alternate" type="text/html" href="https://gist.github.com/cosenal/b803844b747e180cec92/" /> | |
<published>2015-02-11T15:54:03+01:00</published> | |
<updated>2015-02-11T15:54:03+01:00</updated> | |
<id>https://gist.github.com/cosenal/b803844b747e180cec92/</id> | |
<author> | |
<name>cosenal</name> | |
</author> | |
<summary type="html"> | |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
</head> | |
<body> | |
TEST TEST TEST | |
<script type="text/javascript"> | |
var IVW="42#"; | |
</script> | |
</body> | |
</summary> | |
</entry> | |
</feed> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment