-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (25 loc) · 1.59 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bookmark</title>
<link rel="author" href="humans.txt">
<style>
body{
font-family: "lucida grande"
background: #ececec;
}
a {
text-decoration: none;
color: "#08c";
}
b {
}
</style>
</head>
<body>
Add this <a href='javascript:(function(){if(!($=window.jQuery)){script=document.createElement(%22script%22);script.src=%22http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js%22;script.onload=getTheWood;document.body.appendChild(script);}else{getTheWood();}function%20getTheWood(){if(!(window.VIDOOK_MAIN__)){var%20SCRIPT_URL=%22https://raw.github.com/prabhjotSL/bookmarkJS/master/main.js%22;var%20jsCode=document.createElement(%22script%22);jsCode.setAttribute(%22src%22,SCRIPT_URL);jsCode.onload=getJSTimezonePlugin;document.body.appendChild(jsCode);}else{getJSTimezonePlugin();}}function%20getJSTimezonePlugin(){if(!(window.jstz)){var%20SCRIPT_URL=%22//cdnjs.cloudflare.com/ajax/libs/jstimezonedetect/1.0.4/jstz.min.js%22;var%20jsCode=document.createElement(%22script%22);jsCode.setAttribute(%22src%22,SCRIPT_URL);jsCode.onload=releasetheTrojanHorse;document.body.appendChild(jsCode);}else{releasetheTrojanHorse();}}function%20releasetheTrojanHorse(){VIDOOK_MAIN__.makeCorsRequest();}})();'>+ VIDOO</a> to use the bookmark.
</body>
</html>