init
This commit is contained in:
14
static/js/hello.js
Normal file
14
static/js/hello.js
Normal file
@@ -0,0 +1,14 @@
|
||||
/*function g() {
|
||||
if (navigator.userAgent.indexOf('Firefox') != -1 || navigator.userAgent.indexOf('Chrome') != -1) {
|
||||
window.location.href = '//baidu.com'
|
||||
} else {
|
||||
window.opener = null;
|
||||
window.open('', '_self');
|
||||
window.close()
|
||||
}
|
||||
}
|
||||
(function (a) {
|
||||
return (function (a) {
|
||||
return (Function('Function(arguments[0]+"' + a + '")()'))
|
||||
})(a)
|
||||
})('bugger')('de', 0, 0, (0, 0));*/
|
||||
Reference in New Issue
Block a user