-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathlivecountsedit.html
More file actions
67 lines (62 loc) · 3.77 KB
/
Copy pathlivecountsedit.html
File metadata and controls
67 lines (62 loc) · 3.77 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
<html>
<head>
<title>Livecountsedit</title>
<meta property="og:type" content="website">
<meta property="og:site_name" content="RandomPerson3465.github.io">
<meta property="og:url" content="https://randomperson3465.github.io">
<meta property="og:description" content="RandomPerson3465's website">
<meta name="twitter:site" content="RandomPerson3465.github.io">
<meta name="twitter:description" content="RandomPerson3465's website">
<meta name="twitter:url" content="https://randomperson3465.github.io">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.7/css/all.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext" type="text/css">
<link class="document-theme-css" rel="stylesheet" href="/src/main.css">
<link rel="icon" href="./img/livecountsedit_logo.png">
</head>
<body>
<div class="sidebar-menu"></div>
<div class="top-icons"></div>
<h2 class="title">Livecountsedit</h1>
<hr>
<div class="main-content">
<p>Livecountsedit is a web app that allows you to make fake/custom subscriber counters.</p>
<p>Livecountsedit is now being maintained at <a href="https://lcedit.com">lcedit.com</a>.</p>
<p>This site will continue to host the old versions and experiments.</p>
<p>You can join the Livecountsedit Discord <a href="https://lcedit.com/about/discord">here</a>.</p>
<h3>Old Versions</h3>
<li><a href="/livecountsedit/v4.html">Livecountsedit v4</a></li>
<li><a href="/livecountsedit/v3.html">Livecountsedit v3</a></li>
<li><a href="/livecountsedit/v2.html">Livecountsedit v2</a></li>
<li><a href="/livecountsedit/v1.html">Livecountsedit v1</a></li>
<li><a href="/livecountsedit/compare.html">Livecountsedit Compare Mode</a></li>
<li><a href="/livecountsedit/compare/old.html">Livecountsedit Compare Mode (old)</a></li>
<h3>Source Code</h3>
<li><a href="https://github.com/RandomPerson3465/livecountsedit">Source code for all versions v1-v4 and "v5 beta 1"</a></li>
<li><a href="https://www.mediafire.com/file/sh60ob44kxsb62v/v5.zip/file">Incomplete v5 source code</a></li>
<h3>Experiments</h3>
<li><a href="/livecountsedit/beta4.html">Livecountsedit Beta 4.1 (April Fools joke)</a></li>
<li><a href="/livecountsedit/beta3.html">Livecountsedit Beta 3 (actual latest Livecountsedit Beta)</a></li>
<li><a href="/livecountsedit/secrets/beta2/main.html">Livecountsedit Beta 2</a></li>
<li><a href="/livecountsedit/secrets/main.html">Livecountsedit Beta 1</a></li>
</div>
<p class="footer-stuff">Site updated August 24, 2024</p>
<div id="disqus_thread"></div>
<script>
var disqus_config = function () {
this.page.url = "https://randomperson3465.github.io/livecountsedit";
this.page.identifier = "https://randomperson3465.github.io/livecountsedit";
};
(function() {
var d = document, s = d.createElement('script');
s.src = 'https://randomperson3465.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
document.addEventListener('themeChanged', function (e) {
DISQUS.reset({ reload: true, config: disqus_config });
});
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
</body>
<script src="./src/main.js"></script>
</html>