⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 stop_rightkey.js

📁 电脑技术精华大全-共77册-507M.zip
💻 JS
字号:
//Stop the rightkey of mouse
  if (navigator.appName.indexOf("Internet Explorer") != -1)
  document.onmousedown = noSourceExplorer;
  function noSourceExplorer() 
   {if (event.button == 2 | event.button == 3)
     alert("Right key is prohibited! sorry.");
   }

//Redirect to index.htm:
//  if(top==self) self.location.href="index.htm"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -