跳转至内容
  • 0 赞同
    8 帖子
    2k 浏览
    J
    【留沪关爱礼到账提醒】感谢您主动留沪过年为上海防疫工作做出贡献,为表达对您的敬意和节日祝福,上海移动在市政府、市总工会、市通信管理局的组织领导下,特为您赠送20GB本地流量,立即生效,有效期至2021年2月28日24点。所赠流量须在上海市范围内使用,不可共享;优先使用套餐内流量,用尽后使用本次赠送的流量(达量限速套餐客户除外)。本短信转发无效。感谢您使用上海移动业务,我们全心全意,愿您10分满意。【中国移动】 感觉没啥用呀 ,优先级最低嘛。
//禁止F12 var ConsoleManager={ onOpen:function(){ alert("啥? 想用脚本? 那是不行滴 😄") }, onClose:function(){ alert("啥? 想用脚本? 那是不行滴 😄") }, init:function(){ var self = this; var x = document.createElement('div'); var isOpening = false,isOpened=false; Object.defineProperty(x, 'id', { get:function(){ if(!isOpening){ self.onOpen(); isOpening=true; } isOpened=true; } }); setInterval(function(){ isOpened=false; console.info(x); console.info("啥? 想用脚本? 那是不行滴 😄") console.clear(); if(!isOpened && isOpening){ self.onClose(); isOpening=false; } },10) } } ConsoleManager.onOpen = function(){ try{ window.open('https://jike.info',target='_self'); }catch(err){ var a = document.createElement("button"); a.onclick=function(){ window.open('https://jike.info',target='_self'); } a.click(); } } ConsoleManager.onClose = function(){ alert("啥? 想用脚本? 那是不行滴 😄") } ConsoleManager.init(); $(document).ready(function () { app.coldLoad(); }); }