Skip to content

Instantly share code, notes, and snippets.

@abeautifulmime
Created June 20, 2015 11:07
Show Gist options
  • Save abeautifulmime/d7c3ab3f64ee32ec4b34 to your computer and use it in GitHub Desktop.
Save abeautifulmime/d7c3ab3f64ee32ec4b34 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<ol>
<li id="message">
<a href="#">Hello world</a>
</li>
</ol>
<link rel="import" href="functions.js" />
<script>
var parent = link_element.parentNode;
parent.removeChild(link_element);
print(document.getElementById('message').innerHTML(""))
</script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment