-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathindex.html
173 lines (160 loc) · 5.71 KB
/
index.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
<!DOCTYPE html>
<head>
<title>Monokai Pro Keygen</title>
<meta charset="utf-8" />
<meta
name="description"
content="Monokai Pro theme license key generator for Visual Studio Code and Sublime Editor"
/>
<meta name="keywords" content="monokai pro, keygen, vscode, sublime" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/x-icon" href="assets/ico/icon_main.ico" />
<link rel="stylesheet" type="text/css" href="styles/chota.min.css" />
<link rel="stylesheet" type="text/css" href="styles/core.css" />
<script src="scripts/core.js"></script>
<script src="scripts/md5.min.js"></script>
<script src="scripts/keygen.js"></script>
</head>
<body>
<img class="logo" src="assets/png/icon_main.png" />
<h1 class="title">Monokai Pro Keygen</h1>
<div class="editor-selector-group">
<input
type="radio"
name="selected-editor"
value="vscode"
id="radio-vscode"
onclick="set_editor('code')"
checked
/>
<label for="radio-vscode">
<img src="assets/svg/ms-vscode.svg" height="50" />
</label>
<input
type="radio" name="selected-editor" value="sublime"
id="radio-sublime" onclick="set_editor('sublime')"
/>
<label for="radio-sublime">
<img src="assets/svg/sublime-text.svg" height="50" />
</label>
</div>
<div class="input-container">
<input
type="email"
id="input_email"
placeholder="Email"
size="30"
onkeyup="input_field_keypress_handler(event)"
required
/>
<button
class="button primary" id="btn_generate" onclick="call_keygen()"
disabled
>
Generate
</button>
</div>
<div id="result_output_box" class="grouped">
<button
class="button clear icon-only" id="btn_copy_to_clipboard"
title="Copy to clipboard" onclick="copy_key_to_clipboard()"
>
<img
src="assets/svg/content-copy.svg" class="svg-inverted"
height="20"
/>
</button>
<span id="result_output_text"></span>
</div>
<div class="card">
<p>
<b>
⚠️ This project is intended only for educational and testing
purposes.
</b>
</p>
<p>
Please consider <a href="https://monokai.pro/">purchasing</a> a
license to support <a href="https://monokai.nl/">Wimer
Hazenberg</a>, the original author of this amazing theme.
❤️ Thank you!
</p>
</div>
<div class="card">
<p>
Key generation is performed on the client side without any
server-side processing
</p>
</div>
<div class="card">
<p><b>How to use</b></p>
<div data-license-explanation="code">
<ol>
<li>Open VS Code and ensure you have Monokai Pro installed.</li>
<li>
Press <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>P</kbd> to open
the command palette.
</li>
<li>
Search for <code>Monokai Pro</code> and select the option
<code>Monokai Pro - enter license</code>.
</li>
<li>
Follow the prompts on-screen and enter your email and
generated license key.
</li>
<li>
A thank you pop-up message will show up. You are now
running an activated theme.
</li>
</ol>
</div>
<div data-license-explanation="sublime" style="display: none">
<ol>
<li>Open the editor and ensure you have Monokai Pro installed.</li>
<li>
Open up the user preferences for the theme (
<code>Preferences</code>
> <code>Package Settings</code>
> <code>Theme - Monokai Pro</code>
> <code>Settings - User</code>).
</li>
<li>
<p>
Copy the text below into the file
<span id="license-explanation-update-placeholder">
with the placeholder values changed appropriately
</span>
</p>
<pre><code id="license-json">{
"email": "YOUR_EMAIL_GOES_HERE",
"license_key": "YOUR_LICENSE_GOES_HERE"
}</code></pre>
</li>
<li>
Save the file, restart the editor and you should see a
thank you pop-up message. You are now running an activated
theme.
</li>
</ol>
</div>
</div>
<div id="copyright_footer">
by
<a href="https://github.com/maximilionus">maximilionus</a>
and
<a href="https://github.com/maximilionus/monokai_pro_keygen/graphs/contributors">
contributors
</a>
<br />
powered by
<a href="https://jenil.github.io/chota/">chota</a>
<br />
<a href="https://github.com/maximilionus/monokai_pro_keygen">source</a>
-
<a href="https://youtu.be/dQw4w9WgXcQ">2024</a>
</div>
<script src="scripts/main.js"></script>
<link rel="stylesheet" type="text/css" href="styles/toastify.min.css" />
<script type="text/javascript" src="scripts/toastify-js.js"></script>
</body>