-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpopup.html
228 lines (212 loc) · 10.4 KB
/
popup.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
<link rel="stylesheet" type="text/css" href="assets/css/config.css" />
<meta charset="UTF-8">
<h1>Goodreads Enhancement</h1>
<div id="ext-container">
<opt-container>
<input type="radio" class="opt-radio-menu" id="opt-group-1" name="tabs" value="1" checked />
<label for="opt-group-1" class="opt-radio-menu-label" checked="checked">General</label>
<input type="radio" class="opt-radio-menu" id="opt-group-2" name="tabs" value="2" />
<label for="opt-group-2" class="opt-radio-menu-label">Home</label>
<input type="radio" class="opt-radio-menu" id="opt-group-3" name="tabs" value="3" />
<label for="opt-group-3" class="opt-radio-menu-label">My books</label>
<input type="radio" class="opt-radio-menu" id="opt-group-4" name="tabs" value="4" />
<label for="opt-group-4" class="opt-radio-menu-label">Book page</label>
<input type="radio" class="opt-radio-menu" id="opt-group-5" name="tabs" value="5" />
<label for="opt-group-5" class="opt-radio-menu-label">Theme</label>
<!-- General options -->
<opt-content>
<div>
<input type="checkbox" class="checkbox opt-checkbox" name="hideAnnouncements" id="hideAnnouncements" />
Hide Goodreads top bar annoucements
</div>
<div>
<input type="checkbox" class="checkbox opt-checkbox" name="expandDetailsCheck" id="expandDetailsCheck" />
<b>Editions :</b> always expand details
</div>
<div>
<b>Editions :</b> Prefered language (if available)
<select class="select opt-select" name="editionLanguage" id="editionLanguage">
<option value=""></option>
<option value="eng">English</option>
<option value="fre">French</option>
<option value="ger">German</option>
<option value="spa">Spanish</option>
<option value="ita">Italian</option>
<option value="rus">Russian</option>
<option value="nl">Dutch</option>
<option value="jpn">Japanese</option>
<option value="eus">Basque</option>
<option value="pol">Polish</option>
<option value="zho">Chinese</option>
<option value="dan">Danish</option>
<option value="glg">Galician</option>
<option value="scr">Croatian</option>
<option value="hun">Hungarian</option>
<option value="por">Portuguese</option>
<option value="ukr">Ukrainian</option>
<option value="slo">Slovak</option>
<option value="bul">Bulgarian</option>
<option value="heb">Hebrew</option>
<option value="slv">Slovenian</option>
<option value="cat">Catalan; Valencian</option>
<option value="nor">Norwegian</option>
<option value="kor">Korean</option>
<option value="fin">Finnish</option>
<option value="swe">Swedish</option>
<option value="epo">Esperanto</option>
<option value="srp">Serbian</option>
<option value="ara">Arabic</option>
<option value="tha">Thai</option>
<option value="nob">Bokmål, Norwegian; Norwegian Bokmål</option>
<option value="mar">Marathi</option>
<option value="kat">Georgian</option>
<option value="nno">Norwegian Nynorsk; Nynorsk, Norwegian</option>
<option value="hin">Hindi</option>
<option value="cze">Czech</option>
<option value="vie">Vietnamese</option>
<option value="rum">Romanian</option>
<option value="per">Persian</option>
<option value="tur">Turkish</option>
</select>
</div>
</opt-content>
<!-- Home options -->
<opt-content>
<div>
<b>Left side</b>
</div>
<div>
<input type="checkbox" class="checkbox opt-checkbox" name="hideHomeCurrentlyReading" id="hideHomeCurrentlyReading" />
Hide Currently reading
</div>
<div>
<input type="checkbox" class="checkbox opt-checkbox" name="hideHomeReadingChallenge" id="hideHomeReadingChallenge" />
Hide Reading challenge
</div>
<div>
<input type="checkbox" class="checkbox opt-checkbox" name="hideHomeWantToRead" id="hideHomeWantToRead" />
Hide Want to read
</div>
<div>
<input type="checkbox" class="checkbox opt-checkbox" name="hideHomeBookshelves" id="hideHomeBookshelves" />
Hide Bookshelves
</div>
<br/>
<div>
<b>Middle side</b>
</div>
<div>
<input type="checkbox" class="checkbox opt-checkbox" name="moveAnnouncementHome" id="moveAnnouncementHome" />
Display Goodreads top bar annoucements under the menu (Not sticky anymore (And only on home))
</div>
<div>
<input type="checkbox" class="checkbox opt-checkbox" name="hideHomeSitesAnnouncements" id="hideHomeSitesAnnouncements" />
Hide Site announcements (Top of home feed)
</div>
<br/>
<div>
<b>Rigth side</b>
</div>
<div>
<input type="checkbox" class="checkbox opt-checkbox" name="hideHomeNewsInterviews" id="hideHomeNewsInterviews" />
Hide News & interviews
</div>
<div>
<input type="checkbox" class="checkbox opt-checkbox" name="hideHomeRecommendation" id="hideHomeRecommendation" />
Hide Recommendations
</div>
<div>
<input type="checkbox" class="checkbox opt-checkbox" name="hideHomeImproveRecommendation" id="hideHomeImproveRecommendation" />
Hide Improve recommendations
</div>
<div>
<input type="checkbox" class="checkbox opt-checkbox" name="hideHomeChoiceAwards" id="hideHomeChoiceAwards" />
Hide Goodreads choice awards
</div>
<div>
<input type="checkbox" class="checkbox opt-checkbox" name="hideHomeCompanyInfo" id="hideHomeCompanyInfo" />
Hide Goodreads company information
</div>
</opt-content>
<!-- My books options -->
<opt-content>
<div>
<input type="checkbox" class="checkbox opt-checkbox" name="titleCoverGrid" id="titleCoverGrid" />
<b>Cover view :</b> display title under cover
</div>
<div>
<input type="checkbox" class="checkbox opt-checkbox" name="bookPageFullSize" id="bookPageFullSize" />
<b>Cover view :</b> Full size
</div>
</opt-content>
<!-- Book page options -->
<opt-content>
<div>
<input type="checkbox" class="checkbox opt-checkbox" name="ShowEntireSummary" id="ShowEntireSummary" />
Show entire summary
</div>
<div>
<input type="checkbox" class="checkbox opt-checkbox" name="ShowAllGenres" id="ShowAllGenres" />
Show more genres (Show all genres of this book)
</div>
<div>
<input type="checkbox" class="checkbox opt-checkbox" name="moreInfoOnRight" id="moreInfoOnRight" />
More info on the right
</div>
<div>
<input type="checkbox" class="checkbox opt-checkbox" name="hideAverageRatings" id="hideAverageRatings" />
Hide average ratings
</div>
<br>
<div>
<b>Notations</b>
</div>
<div>
<input type="checkbox" class="checkbox opt-checkbox" name="replaceBookNotation" id="replaceBookNotation" />
Replace left notation by edition notation (Note this edition of the book)
</div>
<div>
<input type="checkbox" class="checkbox opt-checkbox" name="friendsNotationOnTop" id="friendsNotationOnTop" />
Move friends notations on top
</div>
</opt-content>
<!-- Theme options -->
<opt-content>
Coming soon
<!-- <div>
<input type="color" class="colorpicker" name="themeBgColor" id="themeBgColor" />
Background color
</div>
<div>
<input type="color" class="colorpicker" name="themeTextColor" id="themeTextColor" />
Text color
</div>
<div>
<input type="color" class="colorpicker" name="themeNavbarColor" id="themeNavbarColor" />
Navbar background color
</div>
<div>
<input type="color" class="colorpicker" name="themeNavbarElHoverColor" id="themeNavbarElHoverColor" />
Navbar element hover background color
</div>
<div>
<input type="color" class="colorpicker" name="themeHomeFeedColor" id="themeHomeFeedColor" />
Home feed cards background
</div>
<div>
<input type="color" class="colorpicker" name="themeHomeLoadMoreColor" id="themeHomeLoadMoreColor" />
Load More (feed)
</div>
<div>
<input type="checkbox" class="checkbox opt-checkbox" name="themeInvertLogo" id="themeInvertLogo" />
Invert logo
</div>
<div class="mt-2">
<button type="butoton" class="btn bg-red" name="resetTheme" id="resetTheme" />
Reset theme
</div> -->
</opt-content>
</opt-container>
</div>
<a href='https://ko-fi.com/K3K615TBVR' class="kofi-link-btn" target='_blank'><img src='https://storage.ko-fi.com/cdn/kofi6.png?v=6' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
<script src="assets/js/config.js"></script>