1
0
mirror of https://github.com/aureliendavid/rsspreview.git synced 2025-08-23 03:38:44 +00:00
rsspreview/settings/options.html
Aurelien David aa70671c62 add basic feed detection (#11):
* disabled by default for now
* works on link rel=alternate declarations
2019-01-19 17:44:24 +01:00

24 lines
613 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<label class="setting browser-style"><input type="checkbox" id="doThumb" class="validate" > Display media:thumbnail images</label>
<label class="setting browser-style">
<input type="checkbox" id="doMaxWidth" class="validate" > Set max-width for images at
<input type="text" id="valMaxWidth" class="validate" >
</label>
<label class="setting browser-style"><input type="checkbox" id="doDetect" class="validate" > Enable feed detection</label>
<script src="options.js"></script>
</body>
</html>