-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 2.27 KB
/
index.html
File metadata and controls
22 lines (22 loc) · 2.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<title>Install Bookmarklets</title>
<link href='//www.kcak11.com/favicon.png' rel='icon' type='image/x-icon' />
</head>
<body>
<script type="text/javascript">
setTimeout(
function() {
document.oncontextmenu = function(e) {
e.preventDefault();
return false;
};
document.open("text/html", "replace");
document.write(decodeURIComponent("%3C!DOCTYPE%3E%3Chtml%3E%3Chead%3E%0A%3Ctitle%3EInstall%20Bookmarklets%3C%2Ftitle%3E%0A%3Clink%20href%3D%22https%3A%2F%2Fjs-engine.kcak11.com%2Fimages%2Ffavicon.ico%22%20rel%3D%22icon%22%20type%3D%22image%2Fx-icon%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0Abody%20%7B%0A%09font-family%3A%20Verdana%3B%0A%7D%0A%0Aa%20%7B%0A%09width%3A%20400px%3B%0A%09height%3A%2040px%3B%0A%09outline%3A%20blue%20solid%202px%3B%0A%09text-decoration%3A%20none%3B%0A%09font-size%3A%2022px%3B%0A%09font-weight%3A%20bold%3B%0A%09color%3A%20%23000%3B%0A%09border-bottom%3A%20red%20solid%202px%3B%0A%09padding%3A%205px%3B%0A%09margin-bottom%3A%2010px%3B%0A%09display%3A%20inline-block%3B%0A%09cursor%3A%20move%3B%0A%7D%0A%3C%2Fstyle%3E%0A%3C%2Fhead%3E%0A%3Cbody%3E%0A%3Ch1%3EBookmarklets%3C%2Fh1%3E%0A%3Ch2%3EDrag%20the%20links%20to%20the%20bookmarks%20bar%3Cbr%3Eto%20install%20the%20bookmarklets%3A%3C%2Fh2%3E%0A%3Ca%20href%3D%22javascript%3A(function()%7Bvar%20scr%3Ddocument.createElement('script')%3Bscr.src%3D'https%3A%2F%2Fjs-engine.kcak11.com%2Fjira_unassigned.js'%3Bscr.type%3D'text%2Fjavascript'%3Bdocument.getElementsByTagName('head')%5B0%5D.appendChild(scr)%3B%7D())%3B%22%3EShow%20UnAssigned%20Items%3C%2Fa%3E%0A%3Cbr%3E%0A%3Ca%20href%3D%22javascript%3A(function(o%2Cd)%7Bo.s%3Dd.createElement('script')%3Bo.s.type%3D'text%2Fjavascript'%3Bo.s.src%3D'https%3A%2F%2Fjs-engine.kcak11.com%2Fteam_filter.js'%3Bd.getElementsByTagName('head')%5B0%5D.appendChild(o.s)%3B%7D(%7B%7D%2Cdocument))%3B%22%3ETeam%20Filter%3C%2Fa%3E%0A%3Cscript%20type%3D%22text%2Fjavascript%22%3E%0Avar%20elems%3Ddocument.querySelectorAll(%22a%22)%3B%0Afor(var%20i%3D0%3Bi%3Celems.length%3Bi%2B%2B)%7B%0A%09elems%5Bi%5D.addEventListener(%22click%22%2Cfunction(e)%7B%0A%09%09e.preventDefault()%3B%0A%09%7D)%3B%0A%7D%0A%3C%2Fscript%3E%0A%0A%3C%2Fbody%3E%3C%2Fhtml%3E"));
document.close();
}, 605);
</script>
</body>
</html>
<!-- 0DSUG0DG09ETU03J308 -->