mirror of
https://github.com/aureliendavid/rsspreview.git
synced 2025-08-22 19:28:39 +00:00
40 lines
1.8 KiB
HTML
40 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<label class="setting browser-style"><input type="checkbox" id="doDetect" class="validate" > Enable feed detection</label>
|
|
<hr />
|
|
<label class="setting browser-style"><input type="checkbox" id="newTab" class="validate" > Open feed in new tab</label>
|
|
<hr />
|
|
<label class="setting browser-style"><input type="checkbox" id="preventPreview" class="validate" > Display raw xml instead of preview page</label>
|
|
<hr />
|
|
<label class="setting browser-style"><input type="checkbox" id="fullPreview" class="validate" > Display full articles even when summaries are present</label>
|
|
<hr />
|
|
<label class="setting browser-style"><input type="checkbox" id="doAuthor" class="validate" > Display entry author</label>
|
|
<hr />
|
|
<label class="setting browser-style"><input type="checkbox" id="orangeIcon" class="validate" > Use color icon in address bar</label>
|
|
<hr />
|
|
|
|
<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>
|
|
<hr />
|
|
|
|
<label class="setting browser-style"><input type="checkbox" id="enableCss" class="validate" > Enable custom CSS:</label><br />
|
|
<textarea class="setting browser-style validate" id="customCss" rows="7" cols="50" style="font-family: monospace;"></textarea>
|
|
<label class="setting browser-style"><input type="checkbox" id="bypassCSP" class="validate" > Bypass CSP header when needed</label><br />
|
|
|
|
<script src="options.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|