-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcookies.html
120 lines (114 loc) · 7.44 KB
/
cookies.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
<!DOCTYPE html>
<html>
<head>
<title>Flag Cookies</title>
<meta charset="utf-8">
<link rel="stylesheet" href="cookies.css" />
</head>
<body>
<div class="panel">
<div class="panel-section-header">
<div id="header-title"></div>
<div id="modes">
<button id="donate" data-target="donate-view" title="__MSG_DonateButtonHelpText__">__MSG_DonateButtonText__</button>
<button id="global-flag" title="__MSG_GlobalButtonHelpText__">__MSG_GlobalButtonText__</button>
<button id="auto-flag" title="__MSG_AutoFlagButtonHelpText__">__MSG_AutoFlagButtonText__</button>
<button id="account-mode" title="__MSG_ProfileButtonHelpText__">__MSG_ProfileButtonText__</button>
<button id="help" data-target="help-view" title="__MSG_HelpButtonHelpText__">__MSG_HelpButtonText__</button>
</div>
<div id="tabs">
<button id="activeCookies" data-target="cookie-list" title="__MSG_ActiveCookiesViewHelpText__">__MSG_CookiesButtonText__</button>
<button id="flaggedCookies" data-target="cookie-list-flagged" title="__MSG_FlaggedCookiesViewHelpText__">__MSG_FlaggedButtonText__</button>
<button id="permittedCookies" data-target="cookie-list-permitted" title="__MSG_PermittedCookiesViewHelpText__">__MSG_PermittedButtonText__</button>
<button id="sessionData" data-target="session-data-list" title="__MSG_SessionDataViewHelpText__">__MSG_SessionDataText__</button>
</div>
<input type="text" placeholder="__MSG_SearchBarText__" id="searchBar" title="__MSG_SearchBarHelpText__" />
</div>
<div id="content">
<div class="hidden nopointer" id="infoDisplay">
<p class="info"></p>
</div>
<ul class="hidden" id="cookie-list"></ul>
<ul class="hidden" id="cookie-list-flagged"></ul>
<ul class="hidden" id="cookie-list-permitted"></ul>
<ul class="hidden" id="session-data-list"></ul>
<div class="hidden" id="settings-view">
<div id="settings-log">
<div class="settings-title setting-info" title="__MSG_ActionLogHelpText__">
<p>__MSG_ActionLogLabel__</p>
</div>
<div id="logDetails" class="inline-block">
<textarea id="log" title="__MSG_ActionLogAreaHelpText__" disabled="disabled" placeholder="__MSG_ActionLogPlaceholderText__"></textarea>
<div id="logging-enable" title="__MSG_LoggingEnableHelpText__">
<button id="confirmLoggingEnable" class="checkmark-confirm"></button>
<span>__MSG_ConfirmLoggingEnableText__</span>
</div>
</div>
</div>
<hr>
<div id="settings-domains">
<div class="settings-title setting-info" title="__MSG_DomainSettingsHelpText__">
<p>__MSG_DomainSettingsText__</p>
</div>
<div id="domainDetails" class="inline-block">
<button class="profileTab" data-target="loggedIn" title="__MSG_ProfileCookiesTabHelpText__">__MSG_LoggedInProfileTabText__</button>
<div id="profilePane">
<ul id="loggedInCookies" class="hidden"></ul>
<span id="profileNoData" class="hidden">__MSG_NoCookiesInProfileText__</span>
</div>
<div id="domain-confirm-clear" title="__MSG_DomainConfirmClearHelpText__">
<button id="confirmDomainClearing" class="checkmark-confirm"></button>
<span>__MSG_ConfirmClearingText__</span>
</div>
<button id="domain-action-clear" title="__MSG_DeleteDomainSettingsHelpText__">__MSG_DeleteDomainSettingsText__</button>
<hr>
<div id="cookies-domain-export">
<div id="cookies-action-export-expired" title="__MSG_SettingsConfirmExpiredCheckboxHelpText__">
<button id="confirmExportExpired" class="checkmark-confirm"></button><span>__MSG_ExportExpired__</span>
</div>
<button id="cookies-action-all-export" title="__MSG_ExportCookiesHelp__">__MSG_ExportCookieText__</button>
<button id="cookies-action-all-export-clipboard" title="__MSG_ExportCookiesClipboardHelp__">__MSG_ExportCookieClipboardText__</button>
</div>
</div>
</div>
<hr>
<div id="settings-general">
<div class="settings-title setting-info" title="__MSG_GeneralAndGlobalSettingsHelpText__">
<p>__MSG_AddonSettingsLabelText__</p>
</div>
<div class="inline-block">
<div id="settings-unfolding" title="__MSG_SettingsUnfoldByDefaultHelpText__"><button id="confirmUnfolding" class="checkmark-confirm"></button><span>__MSG_UnfoldByDefaultLabelText__</span></div>
<div id="settings-remove-user-deleted" title="__MSG_SettingsRemoveUserHelpText__"><button id="confirmRemoveByUser" class="checkmark-confirm"></button><span>__MSG_RemoveUserLabelText__</span></div>
<div id="settings-use-dark" title="__MSG_SettingsUseDarkHelpText__"><button id="confirmDarkTheme" class="checkmark-confirm"></button><span>__MSG_UseDarkLabelText__</span></div>
<div id="settings-notification" title="__MSG_SettingsNotificationsHelpText__"><button id="confirmNotifications" class="checkmark-confirm"></button><span>__MSG_DisplayNotificationsLabelText__</span></div>
<div id="settings-updateNotification" title="__MSG_SettingsUpdateNotificationsHelpText__"><button id="confirmUpdateNotifications" class="checkmark-confirm"></button><span>__MSG_DisplayUpdateNotificationsLabelText__</span></div>
<div id="settings-doDebug" title="__MSG_SettingsDoDebugHelpText__"><button id="confirmDoDebug" class="checkmark-confirm"></button><span>__MSG_DoDebugLabelText__</span></div>
<div id="settings-confirm-clear" title="__MSG_SettingsConfirmClearCheckboxHelpText__"><button id="confirmSettingsClearing" class="checkmark-confirm"></button><span>__MSG_ConfirmClearingText__</span>
</div><button id="settings-action-clear" title="__MSG_DeleteStoredSettingsHelpText__">__MSG_DeleteStoredSettingsText__</button>
<hr>
<div id="settings-all-export"><span>__MSG_ExportSettingsDescription__</span></div><button id="settings-action-all-export" title="__MSG_ExportCookieSettingsHelp__">__MSG_ExportSettingsText__</button>
<hr>
<div id="settings-all-import"></div><label id="settings-action-all-import" title="__MSG_ImportCookieSettingsHelp__"><span>
__MSG_ImportSettingsText__</span></label>
</div>
</div>
</div>
<div class="hidden" id="help-view">
</div>
<div class="hidden" id="donate-view">
</div>
</div>
<div class="legend">
<p class="intro" title="__MSG_LegendIntroHelp__">__MSG_LegendIntroLabelText__</p>
<span id="leg-unhandled" title="__MSG_LegendUnhandledHelpText__">__MSG_LegendUnhandledLabelText__</span>
<span id="leg-flagged" title="__MSG_LegendFlaggedHelpText__">__MSG_LegendFlaggedLabelText__</span>
<span id="leg-permitted" title="__MSG_LegendPermittedHelpText__">__MSG_LegendPermittedLabelText__</span>
<span id="leg-auto-flagged" title="__MSG_LegendGlobalAutoFlagHelpText__">__MSG_LegendGlobalAutoFlagLabelText__</span>
<button data-target="settings-view" id="prefs" title="__MSG_SettingsButtonHelpText__">__MSG_SettingsButtonLabelText__</button>
</div>
</div>
<script type="text/javascript" src="libs/l10n/l10n.js"></script>
<script type="text/javascript" src="libs/jszip/jszip.js"></script>
<script type="text/javascript" src="flagCookies.js"></script>
</body>
</html>