forked from refined-github/refined-github
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoptions.html
More file actions
49 lines (41 loc) · 1.78 KB
/
options.html
File metadata and controls
49 lines (41 loc) · 1.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!doctype html>
<meta charset="utf-8">
<title>Refined GitHub options</title>
<link rel="stylesheet" href="options.css">
<link rel="stylesheet" href="chrome://global/skin/in-content/common.css">
<link rel="stylesheet" href="chrome://mozapps/skin/extensions/extensions.css">
<form id="options-form" class="detail-view-container">
<h2 class="only-firefox">Options</h2>
<p>
<label>
<strong>Custom CSS</strong> (useful to undo unwanted styles)<br>
<textarea name="customCSS" rows="2" spellcheck="false"></textarea>
</label>
</p>
<hr>
<p>
<label>
<strong>Features to disable</strong>, by <a href="https://github.com/sindresorhus/refined-github/tree/master/source/features" target="_blank">filename</a> (not advised)<br>
<textarea name="disabledFeatures" rows="2" placeholder="For example: mark-unread hide-own-stars" spellcheck="false"></textarea>
</label>
</p>
<p>
<label>
<input type="checkbox" name="logging">
Show the features enabled on each page in the console
</label>
</p>
<hr>
<p>
Want more features? Check out our <a href="https://github.com/sindresorhus/refined-github#related" target="_blank">related GitHub extensions</a>
</p>
<hr>
<p class="no-firefox">
If you're a GitHub Enterprise user, visit your Enterprise site, right-click on <a href="https://user-images.githubusercontent.com/1402241/32874388-e0c64150-cacc-11e7-9a50-eae3727fd3c2.png" target="_blank">Refined GitHub's icon in the toolbar</a> and select <strong>Enable Refined GitHub on this domain</strong>.
</p>
<p class="only-firefox">
<a href="https://github.com/sindresorhus/refined-github/issues/840#issuecomment-349936195" target="_blank">GitHub Enterprise is not yet supported in Firefox</a>.
</p>
</form>
<script src="browser-polyfill.min.js"></script>
<script src="options.js"></script>