36 lines
1.0 KiB
HTML
36 lines
1.0 KiB
HTML
<!DOCTYPE html>
|
||
<html>
|
||
<head>
|
||
<meta charset="utf8">
|
||
</head>
|
||
<body>
|
||
<section>
|
||
<h3 id="commandTitle">Shell commands</h3>
|
||
<p id="commandP">Add shell commands, to be executed with a page’s URL as its argument. In a command, $URL will be replaced with the target page’s URL.</p>
|
||
<table id="commandTable">
|
||
<tr>
|
||
<th id="commandNameTh">Name</th>
|
||
<th id="commandShellTh">Shell command</th>
|
||
</tr>
|
||
</table>
|
||
<button style="width: 5em;" id="save-cmd">Apply</button>
|
||
</section>
|
||
|
||
|
||
<section>
|
||
<h3 id="ruleTitle">URL/Page rules</h3>
|
||
<p id="ruleP">Associate the above commands with URLs, based on regex rules. When a URL is tied to a command, a button will appear in context-menus and the address bar to run said command.</p>
|
||
<table id="regexTable">
|
||
<tr>
|
||
<th id="ruleRegexTh">URL regex</th>
|
||
<th id="ruleShellTh">Shell command</th>
|
||
</tr>
|
||
</table>
|
||
<button style="width: 5em;" id="save-regex">Apply</button>
|
||
</section>
|
||
|
||
|
||
<script src="options.js"></script>
|
||
</body>
|
||
</html>
|