-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
375 lines (327 loc) · 18.5 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
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
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="google-site-verification" content="mexC8OEqcxMedPJAxbSKNLKp4OfR1YpYdSZGNWzdbxY" />
<meta name="p:domain_verify" content="7395626b275063f341a7c8459312188a"/>
<link rel="apple-touch-icon" sizes="57x57" href="https://lsdtolerancecalculator.github.io/media/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="https://lsdtolerancecalculator.github.io/media/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="https://lsdtolerancecalculator.github.io/media/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="https://lsdtolerancecalculator.github.io/media/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="https://lsdtolerancecalculator.github.io/media/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="https://lsdtolerancecalculator.github.io/media/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="https://lsdtolerancecalculator.github.io/media/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="https://lsdtolerancecalculator.github.io/media/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="https://lsdtolerancecalculator.github.io/media/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="https://lsdtolerancecalculator.github.io/media/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://lsdtolerancecalculator.github.io/media/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="https://lsdtolerancecalculator.github.io/media/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://lsdtolerancecalculator.github.io/media/favicon/favicon-16x16.png">
<link rel="manifest" href="https://lsdtolerancecalculator.github.io/media/favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="https://lsdtolerancecalculator.github.io/media/favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
integrity="sha512-1ycn6IcaQQ40/MKBW2W4Rhis/DbILU74C1vSrLJxCq57o941Ym01SwNsOMqvEBFlcgUa6xLiPY/NS5R+E6ztJQ=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-G7SYDF3QW8"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-G7SYDF3QW8');G
</script>
<title>LSD Tolerance Calculator</title>
<meta name="description" content="Psychedelic Harm Reduction focused tool. Have fun and Have a nice trip!">
<meta name="keywords" content="LSD tolerance Calculator, How to Test LSD, LSD Calculator">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta name="author" content="Jose Ferri">
</head>
<body>
<!--NAV BAR START-->
<header>
<div class="px-3 py-2 bg-dark text-white">
<div class="container">
<div class="d-flex flex-wrap align-middle align-items-center justify-content-center justify-content-lg-start">
<a href="https://lsdtolerancecalculator.github.io" class=" align-items-center my-lg-0 me-lg-auto ">
<img class=" a d-block mx-auto " src="https://lsdtolerancecalculator.github.io/media/logonobg.png" alt="" width="50">
</a>
<ul class="nav col-12 col-lg-auto my-2 justify-content-center my-md-0 text-small">
<li>
<a href="https://lsdtolerancecalculator.github.io" class="text-center nav-link text-secondary">
<i class="pt-2 bi d-block mx-auto fas fa-calculator" width="24" height="24"></i>
LSD Tolerance Calculator
</a>
</li>
</ul>
</div>
</div>
</div>
</header>
<!--NAV BAR ENDS-->
<!--BODY-->
<div class="px-4 py-5 my-5 text-center">
<img class="d-block mx-auto mb-4" src="https://lsdtolerancecalculator.github.io/media/logo.png" alt="" width="72">
<h1 class="display-5 fw-bold">LSD Tolerance Calculator</h1>
<div class="col-lg-6 mx-auto">
</div>
</div>
<main>
<div class="container">
<div class="row">
<div class="col-sm-6">
<label class="text-muted">Last Dose</label>
<div class="input-group mb-3">
<input type="text" class="form-control" id="lastdose" placeholder="Example: 150" required=""
style="background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHklEQVQ4EaVTO26DQBD1ohQWaS2lg9JybZ+AK7hNwx2oIoVf4UPQ0Lj1FdKktevIpel8AKNUkDcWMxpgSaIEaTVv3sx7uztiTdu2s/98DywOw3Dued4Who/M2aIx5lZV1aEsy0+qiwHELyi+Ytl0PQ69SxAxkWIA4RMRTdNsKE59juMcuZd6xIAFeZ6fGCdJ8kY4y7KAuTRNGd7jyEBXsdOPE3a0QGPsniOnnYMO67LgSQN9T41F2QGrQRRFCwyzoIF2qyBuKKbcOgPXdVeY9rMWgNsjf9ccYesJhk3f5dYT1HX9gR0LLQR30TnjkUEcx2uIuS4RnI+aj6sJR0AM8AaumPaM/rRehyWhXqbFAA9kh3/8/NvHxAYGAsZ/il8IalkCLBfNVAAAAABJRU5ErkJggg=="); background-repeat: no-repeat; background-attachment: scroll; background-size: 16px 18px; background-position: 98% 50%;">
<div class="input-group-append">
<span class="bg-dark text-white input-group-text">μg</span>
</div>
</div>
</div>
<div class="col-sm-6">
<label class="text-muted">Desired Dose</label>
<div class="input-group mb-3">
<input type="text" class="form-control" id="desiredose" placeholder="Example: 200" required="">
<div class="input-group-append">
<span class="bg-dark text-white input-group-text">μg</span>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<label class="text-muted">Days since you Last Dosed</label>
<div class="input-group mb-3">
<input type="text" class="form-control" id="daysince" placeholder="1-12" required="">
<div class="input-group-append">
<span class="bg-dark text-white input-group-text">days</span>
</div>
</div>
</div>
<div class="col-sm-6 my-auto mx-auto">
<button type="button" class="w-100 btn btn-primary btn-lg " onclick="createcalc()">Calculate</button>
</div>
</div>
</div>
</div>
<div class="container">
<p class="lead ">Results:</p>
<div class="row border-bottom">
<div class="col-sm-6" id="testing">
</div>
<div class="col-sm-6 " id="testing2">
</div>
</div>
</div>
<div class="px-4 py-5 my-5 text-center">
<img class="d-block mx-auto mb-4" src="https://lsdtolerancecalculator.github.io/media/logo.png" alt="" width="72">
<h2 class="display-5 fw-bold">How does the LSD Dosage Calculator Works</h2>
<div class="col-lg-6 mx-auto">
<p class="lead mb-4">
This Dosage Calculator only works for LSD or other <a
href="https://psychonautwiki.org/wiki/Lysergamides">Lysergamides</a>.
</p>
<p class=" mb-4">
This calculator only provides an estimate based on a 12-day tolerance reset cycle. It is worth noting that
everybody's physiology is different, so take this calculator with a grain of salt.
</p>
<p class=" mb-4">
This calculator assumes that you know the exact dose of LSD you are taking, a "regular dose" of LSD is around
100μg(100 micrograms) but it
is almost impossible to know the exact dosage in a blotter without a lab analysis.
</p>
<p class=" mb-4">
For the best experience, it is recommended to wait at least 2 weeks as a minimum for full tolerance reset and
1 month to
fully integrate the experience and keep some novelty feeling in the experience.
</p>
</div>
</div>
<div class="container px-4 py-5 my-5 text-center">
<div class="row">
<div class="col-sm-6">
<h2 class=" mb-4">Is your LSD Real?</h2>
<p class=" mb-2">
Reagent testing kits are the only way users can screen for adulterants in their drugs. They are the first
step in practicing proper harm reduction!
</p>
<p class=" mb-2">
Drug testing or adulterant screening will let you know if you are taking unknown or unwanted drugs like
NBOme, which can <a
href="https://www.nola.com/news/crime_police/article_526a4b28-8e79-5b4c-8310-637c946b616c.html">cause
death</a> even in normal doses.
</p>
</div>
<div class="col-sm-6">
<h2>What is a good First Time Dosage?</h2>
<p class=" mb-2">
Opinions on the matter of dosage for your first trip may vary depending on how you ask. However, <a
href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3308357/">research</a>
has shown that starting with small doses and increasing over time with subsequent sessions generally
produced greater persisting positive effects.
</p>
<p class=" mb-2">
Consider starting with no more than 1-1.5 grams of dried cubensis, or 80-100μg (80-100 micrograms) of LSD.
However, bear in mind
that mushrooms can naturally significantly vary in potency, and tabs of LSD are often inaccurately dosed.
</p>
<p class=" mb-2">
It's always better to be safe than sorry, so dose conservatively - there is always next time to go deeper.
Also, re-assessing dosage and starting low when using drugs from a new source is highly recommended,
regardless of prior experience.
</p>
</div>
</div>
</div>
<div class="px-4 py-5 my-5 text-center">
<h2 class="display-5 fw-bold">How to Test LSD</h2>
<p class="lead mb-1">Using Reagent Kits how you know if you actually have LSD or an unwanted analogues like
a <a href="https://psychonautwiki.org/wiki/DOx"> DOx</a> or <a
href="https://psychonautwiki.org/wiki/Nbome"> NBOme</a></p>
</div>
<div class="px-4 py-5 my-5 text-center">
<h3 class="display-5 fw-bold">Reagent Test Kits
</h3>
<div class="col-lg-6 mx-auto">
<p class=" mb-4">
Reagent testing kits are the only way users can screen for adulterants in their drugs. They are the
first step in practicing proper harm reduction! The Ehrlich is the most effective to detect NBOmes on your blotter, but other tests should be used to discard other adulterants too.
</p>
<p class=" mb-4">
While the upfront cost of a kit may be somewhat prohibitive to many users, they will often contain
enough reagent for many uses and are cheap when
considering the lethality of many adulterants found in drugs worldwide.
</p>
<p class=" mb-4">
When using reagents, it is also important to remember they test for presence, not purity. While
infinitely better than the alternative of not testing at all, reagents are not perfect and can be
fooled. When in doubt, throw it out.
</p>
</div>
</div>
<div class="container px-4 py-5 my-5 text-center">
<div class="row">
<div class="col-sm-6">
<h3 class=" mb-4">Storage and Handling</h3>
<p class=" mb-2">
Many reagents are caustic and can cause severe irritation or damage to skin and eyes. Wear latex
gloves when handling reagent bottles, and if you get some on you, wash quickly with soap and
water.
</p>
<p class=" mb-2">
Wash testing surfaces before and after use. Dispose of unwanted reagents down the sink
with running water and baking soda. Store all kits in a cold, dark place such as a refrigerator
between uses.
</p>
</div>
<div class="col-sm-6">
<h3>How to Use</h3>
<p class="mb-2">
1. Scrape a tiny amount of your pill or powder onto a large, white ceramic plate. Use just
enough powder to see on the plate
</p>
<p class=" mb-2">
2. Carefully remove the cap and set aside - ideally upside down to avoid cross-contamination
</p>
<p class=" mb-2">
3. Squeeze one drop from the bottle onto the powder
</p>
<p class=" mb-2">
4. Pay close attention to the color change (or lack thereof) and refer to your color chart (or
use the BunkPolice Spectrum booklets.)
</p>
<p class=" mb-2">
5. Replace the cap on your reagent, taking care to avoid cross-contamination.
</p>
<p class=" mb-2">
Ideally you should use more than one reagent for increased testing accuracy. If you are, only
unscrew one cap at a time to avoid cross-contamination
</p>
</div>
</div>
</div>
<div class="px-4 py-5 my-5 text-center">
<h3 class="display-5 fw-bold">Reagent Test Kits Vendors
</h3>
<div class="container">
<div class="row">
<div class="col-sm-4">
<h4 class=" mb-4">North American Vendors</h4>
<p class=" mb-2">
<a class="w-100 btn btn-primary" href="https://dancesafe.org/" role="button"><i
class="pt-2 bi d-block mx-auto fas fa-flask"></i>DanceSafe.org</a>
</p>
<p class=" mb-2">
<a class="w-100 btn btn-primary" href="https://bunkpolice.com/" role="button"><i
class="pt-2 bi d-block mx-auto fas fa-flask"></i>BunkPolice.com</a>
</p>
<p class=" mb-2">
<a class="w-100 btn btn-primary" href="https://testkitplus.com/" role="button"><i
class="pt-2 bi d-block mx-auto fas fa-flask"></i>TestKitPlus.com</a>
</p>
</div>
<div class="col-sm-4">
<h4 class="mb-4">Europe Vendors</h4>
<p class=" mb-2">
<a class="w-100 btn btn-primary" href="https://sin.org.pl/" role="button"><i
class="pt-2 bi d-block mx-auto fas fa-flask"></i>sin.org.pl</a>
</p>
<p class=" mb-2">
<a class="w-100 btn btn-primary" href="https://reagent-tests.uk/" role="button"><i
class="pt-2 bi d-block mx-auto fas fa-flask"></i>reagent-tests.uk</a>
</p>
</div>
<div class="col-sm-4">
<h4 class="mb-4">Australia Vendors</h4>
<p class=" mb-2">
<a class="w-100 btn btn-primary" href="https://eztest.com.au/" role="button"><i
class="pt-2 bi d-block mx-auto fas fa-flask"></i>eztest.com.au</a>
</p>
</div>
</div>
</div>
</div>
</main>
<!--FOOTER-->
<div class="container">
<footer class="py-3 my-4">
<ul class="nav justify-content-center border-bottom pb-3 mb-3">
<li class="nav-item"><a href="https://lsdtolerancecalculator.github.io" class="nav-link px-2 text-muted">LSD
Tolerance Calculator</a></li>
</ul>
<ul class="nav justify-content-center pb-3 mb-3">
<li class="ms-3"><a class="text-muted" href="https://twitter.com/LSDTolCalc">
<i class="bi fab fa-twitter"></i></a>
</li>
<li class="ms-3"><a class="text-muted" href="https://pinterest.com/LSDToleranceCalculator">
<i class="bi fab fa-pinterest"></i>
</a></li>
<li class="ms-3"><a class="text-muted" href="https://www.instagram.com/lsdtolerancecalculator/"><i
class="bi fab fa-instagram"></i></a></li>
</ul>
<ul class="nav justify-content-center pb-3 mb-3">
<a href="/" class="mb-3 me-2 mb-md-0 text-muted text-decoration-none lh-1">
<svg class="bi" width="30" height="24">
<use xlink:href="#bootstrap"></use>
</svg>
</a>
<span class="text-muted">© 2021 <a href="http://ferri.works">Ferri Works</a> | Harm Reduction Focused
Project</span>
</ul>
</footer>
</div>
<!--FOOTER END-->
<!--JS STARTS HERE-->
<script src="/assets/cal.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous">
</script>
</body>
</html>