-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_en.html
62 lines (62 loc) · 2.75 KB
/
index_en.html
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
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html>
<head>
<title>Stylish for Firefox Converter</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<script>var current_language = 'en';</script>
<script src="index.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/material-design-icons/3.0.1/iconfont/material-icons.min.css">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/material-design-lite/1.3.0/material.teal-red.min.css">
<link rel="stylesheet" type="text/css" href="style.css">
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
<![endif]-->
</head>
<body>
<div class="main">
<div class="mdl-card mdl-shadow--2dp">
<div class="mdl-card__title">
<h2 class="mdl-card__title-text">Usage</h2>
</div>
<div class="mdl-card__supporting-text">
<p>1.Find the Firefox profiles folder (if you do not know where it is, you can open about: support, click the "open folder" on right of "configuration folder")</p>
<p>2.Copy out stylish.sqlite</p>
<p>3.Select stylish.sqlite below</p>
<p>4.Wait a moment, the browser will pop up the download window, save it as</p>
<p>5.Open the <a href="https://github.com/FirefoxBar/xStyle">xStyle</a> management interface, select "Retrieve Backup", select the file just downloaded</p>
<p>Note: This will overwrite the existing style in xStyle<p>
</div>
</div>
<div class="mdl-card mdl-shadow--2dp">
<div class="mdl-card__title">
<h2 class="mdl-card__title-text">Select file</h2>
</div>
<div class="mdl-card__supporting-text">
<p><input type="file" id="dbfile"></p>
<p id="download-label"><a href="#" id="download">Download</a></p>
</div>
</div>
<div class="mdl-card mdl-shadow--2dp">
<div class="mdl-card__title">
<h2 class="mdl-card__title-text">About</h2>
</div>
<div class="mdl-card__supporting-text">
<p>This page is developed by <a href="http://team.firefoxcn.net">Firefox Bar Team</a>, Source code:<a href="https://github.com/FirefoxBar/stylish-export">GitHub</a></p>
<p>This project does not allow any unauthorized distribution or modification</p>
</div>
</div>
<div class="copyright">
<p id="languages">
<a href="index.html?force-language=1">简体中文</a>
<a href="index_zh_tw.html?force-language=1">繁體中文</a>
</p>
<p>Copyright © 2017 <a href="http://team.firefoxcn.net">FirefoxBar Team</a></p>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/less.js/2.7.3/less.min.js"></script>
<script src="/clean-css.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/material-design-lite/1.3.0/material.min.js"></script>
</body>
</html>