-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path2.html
More file actions
607 lines (507 loc) · 22.8 KB
/
2.html
File metadata and controls
607 lines (507 loc) · 22.8 KB
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
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
<!-- trying to replicate epidemic sounds website through given Source-Server-Frontend Code; not exactly cause my ip can't request their urls directly sometimes -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Mysterious Music | Royalty Free Download | Epidemic Sound</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
property="og:description"
content="Listen, explore and use royalty-free Mysterious music with an Epidemic Sound subscription. Listen and sign up here"
data-rh="true"
/>
<meta
property="og:title"
content="Mysterious Music | Royalty Free Download | Epidemic Sound"
data-rh="true"
/>
<meta
property="og:image" content="https://www.epidemicsound.com/staticfiles/legacy/20/images/epidemic-sound-logo-square.png" />
<meta
name="google-site-verification"
content="qH-gnzrsIiBL48SfD-rptGgkmBJalUjvMEWK3TfMoak"
/>
<link rel="preload" as="font" href="https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2" type="font/woff2" crossorigin="anonymous">
<link rel="preload" as="font" href="https://www.epidemicsound.com/staticfiles/legacy/20/fonts/Sebenta-Medium.woff2" type="font/woff2" crossorigin="anonymous">
<link rel="preload" as="font" href="https://www.epidemicsound.com/staticfiles/legacy/20/fonts/Sebenta-MediumItalic.woff2" type="font/woff2" crossorigin="anonymous">
<style>
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 400 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2');
}
@font-face {
font-family: 'Sebenta';
font-weight: 500;
font-display: swap;
font-style: normal;
src: url('https://www.epidemicsound.com/staticfiles/legacy/20/fonts/Sebenta-Medium.woff2') format('woff2');
}
@font-face {
font-family: 'Sebenta';
font-weight: 500;
font-display: swap;
font-style: italic;
src: url('https://www.epidemicsound.com/staticfiles/legacy/20/fonts/Sebenta-MediumItalic.woff2') format('woff2');
}
</style>
<meta name="apple-itunes-app" content="app-id=1551131470" />
<link rel="canonical" href="https://www.epidemicsound.com/music/moods/mysterious/" />
<link rel="alternate" hreflang="en" href="https://www.epidemicsound.com/music/moods/mysterious/" />
<link rel="alternate" hreflang="es" href="https://www.epidemicsound.com/es/music/moods/mysterious/" />
<link rel="alternate" hreflang="fr" href="https://www.epidemicsound.com/fr/music/moods/mysterious/" />
<link rel="alternate" hreflang="de" href="https://www.epidemicsound.com/de/music/moods/mysterious/" />
<link rel="alternate" hreflang="it" href="https://www.epidemicsound.com/it/music/moods/mysterious/" />
<link rel="alternate" hreflang="id" href="https://www.epidemicsound.com/id/music/moods/mysterious/" />
<link rel="alternate" hreflang="pt" href="https://www.epidemicsound.com/pt/music/moods/mysterious/" />
<link rel="alternate" hreflang="x-default" href="https://www.epidemicsound.com/music/moods/mysterious/" />
<script>
'use strict';
(() => {
const uuid = () =>
([1e7] + -1e3 + -4e3 + -8e3 + -1e11).replace(/[018]/g, c =>
(
c ^
(crypto.getRandomValues(new Uint8Array(1))[0] &
(15 >> (c / 4)))
).toString(16)
);
const getCookie = name => {
let cookieValue = null;
if (document.cookie && document.cookie != '') {
const cookies = document.cookie.split(';');
for (let i = 0; i < cookies.length; i++) {
const cookie = cookies[i].trim();
if (cookie.substring(0, name.length + 1) == name + '=') {
cookieValue = decodeURIComponent(
cookie.substring(name.length + 1)
);
break;
}
}
}
return cookieValue;
};
const CLIENT_SESSION_ID_COOKIE_NAME = 'browser_client_id';
const setClientSessionId = sid => {
const domain = '.epidemicsound.com';
let cookie = `${CLIENT_SESSION_ID_COOKIE_NAME}=${sid};path=/;max-age=63072000;domain=${domain};`;
if (domain !== 'localhost') {
cookie += 'Secure;';
}
document.cookie = cookie;
};
const getClientSessionId = () => {
return getCookie(CLIENT_SESSION_ID_COOKIE_NAME);
};
window.__getClientSessionId = () => {
const clientSessionIdFallbackEnabled = '.epidemicsound.com' !== '.epidemicsound.com';
let sid = getClientSessionId();
if (!sid && clientSessionIdFallbackEnabled) {
sid = uuid();
setClientSessionId(sid);
}
if (!sid) {
// Store the error to report later when Sentry is initialized
window.__DEFERRED_SENTRY_ERRORS = window.__DEFERRED_SENTRY_ERRORS || [];
window.__DEFERRED_SENTRY_ERRORS.push(new Error('browser_client_id cookie is missing'));
}
return sid;
};
// Initial setting of cookie
window.__getClientSessionId();
})();
</script>
<!-- CDN -->
<script type="text/javascript">
document.cookie = "django_language=en-us;path=/";
window.__FRONTEND_RELEASE_VERSION = "v2025.07.23\u002Drel1";
window.__CONFIG = {"MEDIA_URL": "https://www.epidemicsound.com/staticfiles/legacy/20/", "CDN_URL": "https://cdn.epidemicsound.com", "AUDIO_CDN_URL": "https://audiocdn.epidemicsound.com", "SENTRY_DSN": "https://b6756e6e0de64511aaf4a2f122f3b91a@sentry.io/270052", "SENTRY_ENVIRONMENT": "production", "FACEBOOK_CLIENT_ID": "322917571624608", "FACEBOOK_CLIENT_TOKEN": "bd75306a808d8156a0c8d96b75d188fe", "FACEBOOK_GRAPHAPI_BASEURL": "https://graph.facebook.com/v8.0", "GTM_ID": "GTM-K3LQPX", "PUBLIC_PAGES_SERVICE_BASE_URL": "https://www.epidemicsound.com"};
window.__RECURLY_PUBLIC_KEY = "ewr1\u002DYYr0JsQKITjLmeqHAb7L0U";
window.__MEDIA_URL = 'https://www.epidemicsound.com/staticfiles/legacy/20/';
window.__ERROR_CODE = null;
window.__AVAILABLE_LOCALES = [["en-us", "American English"], ["es", "Spanish"], ["fr", "French"], ["de", "German"], ["it", "Italian"], ["id", "Indonesian"], ["pt", "Portuguese"]];
window.__DEFAULT_LOCALE = "en-us";
window.__LOCALE = "en-us";
window.__SNOWPLOW_COLLECTOR = "t.epidemicsound.com";
window.__SNOWPLOW_POST_PATH = "/81ea1/ex1";
</script>
<!-- CSS -->
<!-- normalize.css needs to be loaded first due to specificity rules -->
<style>
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */@layer normalize{html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0;background-color:#0F0F0F;}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}}
</style>
<script
defer
id="bundle"
src="https://www.epidemicsound.com/staticfiles/player/v2025.07.25-rel1/mainapp.bundle.js"
></script>
<link href="https://www.epidemicsound.com/staticfiles/player/v2025.07.25-rel1/mainapp.css" rel="stylesheet" />
<link
rel="icon"
type="image/png"
href="https://www.epidemicsound.com/staticfiles/legacy/20/images/es-favicon.png"
/>
<!-- Google Tag Manager -->
<script>
window.dataLayer = window.dataLayer || [];
window._fbq = window._fbq || [];
</script>
<!-- End Google Tag Manager -->
<!-- CookiePro Cookies Consent Notice start for epidemicsound.com -->
<script src="https://cookie-cdn.cookiepro.com/scripttemplates/otSDKStub.js" async data-document-language="true" type="text/javascript" charset="UTF-8" data-domain-script="f8f46da3-4549-4153-92bd-11d697a08a2a" ></script>
<script type="text/javascript">
const getModalElement = () => document.getElementById('es-consent-container');
function deleteNoConsentCookies() {
var domainGroups = JSON.parse(JSON.stringify(Optanon.GetDomainData().Groups));
var activeGroups = OnetrustActiveGroups.split(',').filter(Boolean);
if (domainGroups.length != 0) {
for (var i = 0; i < domainGroups.length; i++) {
//Check if CustomGroupId matches
if (
domainGroups[i]['CustomGroupId'] !== '' &&
!activeGroups.includes(domainGroups[i]['CustomGroupId'])
) {
for (var j = 0; j < domainGroups[i]['Cookies'].length; j++) {
//Delete cookie
document.cookie = domainGroups[i]['Cookies'][j]['Name'] + '=; Max-Age=-99999999; Path=/';
}
}
}
}
};
// retries the function after 1 second if not found
let _module_loaded_retry = 0;
function trackCookieConsentChanged() {
const scopeMap = {
C0001: 'necessary',
C0007: 'statistics',
C0008: 'marketing',
};
const consentScopes = OnetrustActiveGroups.replace(/,/g, ' ')
.trim()
.split(' ')
.map(group => scopeMap[group])
.filter(scope => scope !== undefined);
const legacy = window.__LEGACY_TRACKING;
if (legacy) {
legacy.tracking.cookieConsentGranted({
consent_scopes: consentScopes,
permission_mode: consentScopes.length === Object.keys(scopeMap).length ? 'allow_all' : 'allow_selected',
consent_version: '1',
domains_applied: ['https://www.epidemicsound.com'],
consent_url: 'https://www.epidemicsound.com',
context: 'COOKIE_CONSENT_BANNER',
});
} else {
_module_loaded_retry++;
if(_module_loaded_retry<10){
setTimeout(trackCookieConsentChanged, _module_loaded_retry*500);
}
}
}
function onConsentChanged() {
trackCookieConsentChanged();
deleteNoConsentCookies();
// hide our own consent banner
if(OneTrust.IsAlertBoxClosedAndValid()) {
hideCookieBanner();
}
}
function hideCookieBanner(){
const esConsentBanner = document.getElementById("es-consent");
const overlay = document.getElementById("es-overlay");
if(esConsentBanner && overlay) {
esConsentBanner.style.display = 'none';
overlay.style.display = 'none';
dispatchHasSeenCookieEvent();
}
stopTrapFocus();
}
function showCookieBanner(){
const esConsentBanner = document.getElementById("es-consent");
const overlay = document.getElementById("es-overlay");
if(esConsentBanner && overlay) {
esConsentBanner.style.display = 'block';
overlay.style.display = 'block';
}
trapFocus();
}
function hasSeenCookieDisclosure() {
return document.cookie.match(/^(.*;)?\s*hasSeenCookieDisclosure\s*=\s*[^;]+(.*)?$/);
}
function hasCookieProCookie(){
return document.cookie.match(/^(.*;)?\s*OptanonAlertBoxClosed\s*=\s*[^;]+(.*)?$/);
}
function dispatchHasSeenCookieEvent() {
const cookieEvent = new Event('COOKIE_CONSENT_UPDATE_EVENT');
document.dispatchEvent(cookieEvent);
}
function OptanonWrapper() {
window.OneTrust.OnConsentChanged(onConsentChanged);
// ensure banner is not supposed to be closed
if(!OneTrust.IsAlertBoxClosedAndValid()) {
// cookie pro not set, but cookie has been visible and accepted.
const hasSeenCookie = hasSeenCookieDisclosure();
if(hasSeenCookie) {
OneTrust.AllowAll();
OneTrust.TriggerGoogleAnalyticsEvent("OneTrust Cookie Consent", "Banner Accept Cookies");
}
}
}
/**
* Makes sure that you cannot escape the focusable elements within the modal when tabbing.
**/
function focusTrapOnKeydown(keydownEvent) {
const modalElement = getModalElement();
const focusableEls = modalElement.querySelectorAll('a[href]:not([disabled]), button:not([disabled]), textarea:not([disabled]), input[type="text"]:not([disabled]), input[type="radio"]:not([disabled]), input[type="checkbox"]:not([disabled]), select:not([disabled])');
const firstFocusableEl = focusableEls[0];
const lastFocusableEl = focusableEls[focusableEls.length - 1];
const KEYCODE_TAB = 9;
const isTabPressed = (keydownEvent.key === 'Tab' || keydownEvent.keyCode === KEYCODE_TAB);
if (!isTabPressed) {
return;
}
if (keydownEvent.shiftKey) {
// Shift + tab
if (document.activeElement === firstFocusableEl) {
lastFocusableEl.focus();
keydownEvent.preventDefault();
}
if (document.activeElement === document.body) {
// If tab + shift is the first command ran
firstFocusableEl.focus();
keydownEvent.preventDefault();
}
} else {
// Tab
if (document.activeElement === lastFocusableEl) {
firstFocusableEl.focus();
keydownEvent.preventDefault();
}
}
}
function trapFocus() {
document.body.addEventListener('keydown', focusTrapOnKeydown)
}
function stopTrapFocus() {
document.body.removeEventListener('keydown', focusTrapOnKeydown);
}
function btnSettingsClick(){
// if onetrust is loaded, open settings
if(typeof OneTrust !== 'undefined' && !OneTrust.IsAlertBoxClosedAndValid()) {
OneTrust.ToggleInfoDisplay();
}
}
function btnAcceptClick(){
// Set cookie that tells us the user has seen and accepted the cookie
let expiryDate = new Date;
expiryDate.setDate(expiryDate.getDate()+30);
document.cookie = "hasSeenCookieDisclosure=true; expires=" + expiryDate.toUTCString() + "; SameSite=None; Secure";
hideCookieBanner();
// check if onetrust is defined, if so, set cookie
if(typeof OneTrust !== 'undefined' && !OneTrust.IsAlertBoxClosedAndValid()) {
OneTrust.AllowAll();
OneTrust.TriggerGoogleAnalyticsEvent("OneTrust Cookie Consent", "Banner Accept Cookies");
}
}
</script>
<!-- CookiePro Cookies Consent Notice end for epidemicsound.com -->
<script>
// This is a function to redirect old hash urls to without hash
// so: /#/browse -> /browse
(function () {
var hashLocation = window.location.href.indexOf("#");
var hashWithoutHash = window.location.hash.substr(1);
var hostname = window.location.href.substr(0, hashLocation);
if (window.location.origin + "/" === hostname) {
window.location.href = window.location.origin + hashWithoutHash;
}
})();
</script>
</head>
<body>
<style>
.onetrust-pc-dark-filter,
#onetrust-banner-sdk {
display: none;
}
#es-consent, #es-consent * {
box-sizing: border-box;
font-family: var(--es-text-font-family), sans-serif;
}
#es-overlay {
display: none;
z-index: 2147483646;
background: var(--es-color-background-backdrop);
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
#es-consent {
display: none;
z-index: 2147483647;
left: 0;
right: 0;
top: 10%;
max-width: 650px;
width: 90%;
overflow-x: hidden;
overflow-y: hidden;
position: fixed;
text-size-adjust: 100%;
background: var(--es-color-background-elevation);
font-size: 1rem;
margin: 0 auto;
padding: 2.5rem;
}
#es-consent-container {
bottom: auto;
height: auto;
width: 100%;
right: auto;
padding: 0;
margin: 0 auto;
position: relative;
box-sizing: border-box;
left: 0;
max-inline-size: 100%;
max-width: 100%;
}
#es-consent-policy {
max-height: 40vh;
overflow-y: auto;
}
#es-consent-policy-title {
font-family: var(--es-header-font-family);
font-weight: 500;
color: var(--es-color-text-primary);
font-size: 2rem;
margin: 0;
}
#es-consent-policy-text {
color: var(--es-color-text-secondary);
line-height: 1.5rem;
font-size: 14px;
margin: 2rem 0 3rem;
}
/* ----- BUTTON GROUP ----- */
#es-consent-button-group-parent {
text-align: center;
}
#es-consent-button-group {
display: flex;
flex-wrap: wrap;
gap: 1rem;
justify-content: stretch;
}
#es-consent-button-group > * {
flex-grow: 1;
}
#es-consent-button-group-container {
text-size-adjust: 100%;
display: flex;
}
@media (min-width: 30rem) {
#es-consent-button-group {
flex-flow: row-reverse wrap;
justify-content: flex-start;
}
#es-consent-button-group > * {
flex-grow: unset;
}
}
#es-consent-accept-btn:focus-visible,
#es-consent-settings-btn:focus-visible {
outline: 2px solid var(--es-color-misc-focused);
outline-offset: 2px;
}
/* ----- ACCEPT BUTTON ----- */
#es-consent-accept-btn {
word-wrap: break-word;
hyphens: auto;
background-color: var(--es-color-action-primary);
border-radius: 2px;
border: none;
min-width: 135px;
padding: 0.625rem 1rem;
font-size: 15px;
line-height: 1.5;
font-weight: 600;
color: var(--es-color-text-inverse);
cursor: pointer;
width: max-content;
flex-shrink: 0;
flex-grow: inherit;
}
#es-consent-accept-btn:hover {
background-color: var(--es-color-action-primary-hovered);
}
#es-consent-accept-btn:active {
background-color: var(--es-color-action-primary-pressed);
}
/* ----- SETTINGS BUTTON ----- */
#es-consent-settings-btn {
word-wrap: break-word;
hyphens: auto;
color: var(--es-color-text-primary);
background-color: var(--es-color-action-secondary);
border: none;
border-radius: 2px;
font-size: 15px;
font-weight: 600;
line-height: 1.5;
padding: 0.625rem 1rem;
cursor: pointer;
width: max-content;
flex-shrink: 0;
text-decoration: none;
}
#es-consent-settings-btn:hover {
background-color: var(--es-color-action-secondary-hovered);
}
#es-consent-settings-btn:active {
background-color: var(--es-color-action-secondary-pressed);
}
</style>
<div role="dialog"
aria-modal="true"
aria-labelledby="es-consent-policy-title"
class="alternative-light-theme-override"
id="es-consent">
<div id="es-consent-container">
<div id="es-consent-group-container">
<div id="es-consent-policy">
<h3 id="es-consent-policy-title">We use cookies</h3>
<p id="es-consent-policy-text">We and our partners use cookies to store and access personal data such as browsing data for purposes such as serving and personalizing content and advertising and analyzing site traffic. You may find out more about the purposes for which we and our partners use cookies or exercise your preferences by clicking the ‘Change cookie settings’ button below.</p>
</div>
</div>
<div id="es-consent-button-group-parent">
<div id="es-consent-button-group">
<div id="es-consent-button-group-container">
<button id="es-consent-accept-btn" onclick="btnAcceptClick()">
Accept
</button>
</div>
<button id="es-consent-settings-btn" onclick="btnSettingsClick()">
Change cookie settings
</button>
</div>
</div>
</div>
</div>
<div id="es-overlay"></div>
<script>
// either cookie pro exists, or our own cookie. if not, show.
if (!hasCookieProCookie() && !hasSeenCookieDisclosure()) {
showCookieBanner();
}
</script>
<div id="mainappRoot"></div>
</body>
</html>