-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathindex.html
134 lines (126 loc) · 6.07 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
<!DOCTYPE html>
<html>
<title>Livecountsedit - Home</title>
<meta name="google-adsense-account" content="ca-pub-5666487244102554">
<link href="odometer.css" rel="stylesheet">
<link href="index.css" rel="stylesheet" type="text/css">
<link rel="icon" href="logo.png">
<meta charSet="utf-8" />
<meta name="description"
content="Livecountsedit - BEST LIVE PLATFORM FOR FAKE SUB COUNTS OF YOUTUBE, SOCIALBLADE, YT Studio, TOP 50, FYSC, FSCW" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title"
content="Livecountsedit - BEST LIVE PLATFORM FOR FAKE SUB COUNTS OF YOUTUBE, SOCIALBLADE, YT Studio, TOP 50, FYSC, FSCW" />
<meta name="twitter:description"
content="Livecountsedit - BEST LIVE PLATFORM FOR FAKE SUB COUNTS OF YOUTUBE, SOCIALBLADE, YT Studio, TOP 50, FYSC, FSCW" />
<meta name="twitter:image" content="https://lcedit.com/images/index.png" />
<meta property="og:title"
content="Livecountsedit - BEST LIVE PLATFORM FOR FAKE SUB COUNTS OF YOUTUBE, SOCIALBLADE, YT Studio, TOP 50, FYSC, FSCW" />
<meta property="og:description"
content="Livecountsedit - BEST LIVE PLATFORM FOR FAKE SUB COUNTS OF YOUTUBE, SOCIALBLADE, YT Studio, TOP 50, FYSC, FSCW" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://lcedit.com" />
<meta property="og:image" content="https://lcedit.com/images/index.png" />
<script id="dsq-count-scr" src="//livecountsedit.disqus.com/count.js" async></script>
</head>
<body>
<center>
<h1 class="title">Livecountsedit</h1>
<h2><a href="https://github.com/livecountsedit/livecountsedit.github.io/wiki/Changelogs">Changelogs</a> • <a href="./about/discord.html">Discord</a> • <a href="./about/faq.html">FAQ</a> • <a href="https://github.com/livecountsedit/livecountsedit.github.io/">Github</a></h2>
</center>
<div class="container">
<div class="options">
<div>
<button>Subscriber Counters</button>
<a href="./livecountsedit/">
<h1>Livecountsedit</h1>
</a>
<a href="./livecountsnet/">
<h1>Livecounts.net</h1>
</a>
<a href="./socialblade/">
<h1>SocialBlade</h1>
</a>
<a href="./akshatmittal/">
<h1>Akshatmittal</h1>
</a>
<a href="./studio/">
<h1>YouTube Studio</h1>
</a>
</div>
<div>
<button>View Counters</button>
<a href="./livecountsedit/video/">
<h1>Livecountsedit</h1>
</a>
<a href="./akshatmittal/video/">
<h1>Akshatmittal</h1>
</a>
</div>
<div>
<button>Compare Counts</button>
<a href="./livecountsedit/compare/">
<h1>Livecountsedit</h1>
</a>
<a href="./akshatmittal/compare/">
<h1>Akshatmittal</h1>
</a>
</div>
<div>
<button>Top 50 Count</button>
<a href="./top50/">
<h1>Top 50</h1>
</a>
</div>
</div>
</div>
<br>
<h3>Disclaimer</h3>
<p>The counters on our website are parodies of live subscriber and follower count websites. All credit goes to the owners of the original websites for the designs of those pages. This website is for educational and entertainment purposes only, and we do not make any profit off of this site. We believe this constitutes fair use under Title 17 U.S.C. § 107 of the Copyright Act of 1976. No copyright infringement is intended. We also do not condone the use of this site for spreading misinformation.</p>
<h3>Reset All Data</h3>
<p>This button will reset local storage for lcedit.com (which means data for ALL counters that use save data will be wiped). Use this button if errors are preventing you from resetting corrupted data on a counter that uses save data. Be sure to reload the counter after using this.</p>
<button class="reset" onclick="resetAll()">RESET ALL DATA</button>
<div id="disqus_thread" style="width: 100%;"></div>
<script>
function resetAll() {
if (confirm("Are you sure you want to reset ALL data for every counter on our site? This cannot be undone!")) {
if (confirm("FINAL WARNING: Are you REALLY sure you want to reset ALL data for every counter on our site? This cannot be undone!")) {
try {
localStorage.clear();
alert("Successfully reset all data.")
} catch (error) {
console.error(error);
alert("Uh-oh. An error occured while resetting all data.")
}
} else {
alert("Action cancelled.")
}
} else {
alert("Action cancelled.")
}
}
</script>
<script>
var disqus_config = function () {
this.page.url = "https://lcedit.com/";
this.page.identifier = "https://lcedit.com/";
};
(function () {
var d = document, s = d.createElement('script');
s.src = 'https://livecountsedit.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
setInterval(() => {
const iframes = document.querySelectorAll('iframe');
iframes.forEach(iframe => {
const src = iframe.getAttribute('src');
if (src && src.match(/(ads-iframe)|(disqusads)/gi)) {
iframe.remove();
}
});
}, 300);
</script>
</body>
</html>