-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
20 lines (18 loc) · 824 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<link id="theme" rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura.css">
</head>
<body>
<script src="https://bookmarklet-theme.vercel.app/script.js"></script>
<h1>Article parser</h1>
<p>Made by <a href="https://github.com/lucasew/">lucasew</a> using <a href="https://github.com/go-shiori/go-readability">go-readability</a> and <a href="https://oxal.org/projects/sakura/">sakura.css</a>.
<form action="/api">
<label for="url">URL:</label>
<input type="text" name="url" id="url" value="">
<button type="submit">Declutter</button>
</form>
<p>Or use the <a href="javascript: (function(){window.open('https://articleparser.vercel.app/api?url=' + encodeURI(window.location.href), '_blank')})();">bookmarklet</a>.
</body>
</html>