-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathaddons.html
More file actions
42 lines (38 loc) · 2.24 KB
/
addons.html
File metadata and controls
42 lines (38 loc) · 2.24 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
<!doctype html><html><script>(function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
}); var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-TZMQG6RR');</script><noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TZMQG6RR" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Addon Settings - Dash</title><style>body[data-splash-theme="dark"] {
background: #111;
}
noscript {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}</style></head><body><noscript><h1>This page requires JavaScript</h1></noscript><script>(function() {
var theme = '';
try {
var themeSetting = localStorage.getItem('tw:theme');
} catch (e) {
// ignore
}
if (themeSetting === 'light') {
theme = 'light';
} else if (themeSetting === 'dark') {
theme = 'dark';
} else if (themeSetting) {
try {
var parsed = JSON.parse(themeSetting);
if (parsed.gui === 'dark' || parsed.gui === 'light') {
theme = parsed.gui;
}
} catch (e) {
// ignore
}
}
if (!theme) {
theme = window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light';
}
document.body.setAttribute('data-splash-theme', theme);
})();</script><div id="app"></div><script src="js/pentapod/vendors~addon-settings~credits~desktop~editor~embed~fullscreen~player.7f047ff25dffcdf14832.js"></script><script src="js/pentapod/addon-settings~credits~desktop~editor~embed~fullscreen~player.5562e440b98c6b03b5f6.js"></script><script src="js/pentapod/addon-settings~addons~editor~fullscreen~player.ab2eb6b553cbdc1e98dd.js"></script><script src="js/pentapod/addon-settings.f693c012bca3c8c6ce68.js"></script></body></html>