This repository was archived by the owner on May 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathukeeper.js
More file actions
26 lines (24 loc) · 1.45 KB
/
ukeeper.js
File metadata and controls
26 lines (24 loc) · 1.45 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
// get from ukeeper.com
// javascript:(function(){var%20a=window,b=document,c=encodeURIComponent,i=b.createElement('iframe'),s=i.style;i.src='https://ukeeper.com/action/grab?id=889130413619a19fb5169522858163711bf18f3c&url='+c(b.location)+'&email=devxom@gmail.com';s.background='#000';s.color='#fff';s.position='absolute';s.top='18px';s.left='18px';s.width%20='320px';s.height='160px';s.border='0%20none';s.borderRadius='6px';s.boxShadow='0%200%208px%20rgba(0,0,0,.8)';s.opacity='.9';s.zIndex='99999';b.body.appendChild(i);a.setTimeout(function(){i.style.display='none';delete%20i},1500)})();
javascript: (
function() {
var % 20 a = window, b = document, c = encodeURIComponent, i = b.createElement('iframe'), s = i.style;
i.src = 'https://ukeeper.com/action/grab?id=889130413619a19fb5169522858163711bf18f3c&url=' + c(b.location) + '&email=devxom@gmail.com';
s.background = '#000';
s.color = '#fff';
s.position = 'absolute';
s.top = '18px';
s.left = '18px';
s.width % 20 = '320px';
s.height = '160px';
s.border = '0%20none';
s.borderRadius = '6px';
s.boxShadow = '0%200%208px%20rgba(0,0,0,.8)';
s.opacity = '.9';
s.zIndex = '99999';
b.body.appendChild(i);
a.setTimeout(function() {
i.style.display = 'none';
delete % 20 i
}, 1500)
}