2017-07-14 05:11:06 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<form>
|
|
|
|
<label>(Semantic)Scuttle instance URL <input type="text" id="instance_url" ></label><br />
|
2017-10-21 08:36:57 +00:00
|
|
|
<label>(Semantic)Scuttle username <input type="text" id="username" ></label><br />
|
2019-09-06 18:20:49 +00:00
|
|
|
<label>(Semantic)Scuttle password <input type="text" id="password" ></label><br />
|
2017-07-14 05:11:06 +00:00
|
|
|
<label>Window Width <input type="text" id="window_width" ></label><br />
|
|
|
|
<label>Window Height <input type="text" id="window_height" ></label><br />
|
2019-09-06 18:20:49 +00:00
|
|
|
<label>Remove querystrings from URL <input type="checkbox" id="remove_querystrings" ></label><br />
|
|
|
|
<label> Except for (separated by commas) <input type="text" id="exceptUrlList"></label><br />
|
2017-07-14 05:11:06 +00:00
|
|
|
<button type="submit">Save</button>
|
|
|
|
</form>
|
|
|
|
|
|
|
|
<script src="options.js"></script>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|