查看完整版本: 幫 IE、Google Chrome 瀏覽器 解除網頁滑鼠右鍵鎖定
頁: [1]

jacky540926 發表於 2020-2-13 09:39 PM

幫 IE、Google Chrome 瀏覽器 解除網頁滑鼠右鍵鎖定

1.隨便加個網頁到 IE 瀏覽器 我的最愛列 或 Google Chrome 瀏覽器 書籤

2.將下方的字串複製到網頁中的網址: 再將網頁名稱改為解除網頁滑鼠右鍵鎖定即可

javascript:(function() { function R(a){ona ="on"+a; if(window.addEventListener) window.addEventListener(a, function (e) { for(var n=e.originalTarget; n; n=n.parentNode) n=null; }, true); window=null; document=null; document.onkeydown=null; if(document.body) document.body=null; document.body.oncopy=null; } R("contextmenu"); R("click"); R("mousedown"); R("mouseup"); R("selectstart");})()

3.下次遇到網頁封鎖滑鼠右鍵的網頁,點擊 [解除網頁滑鼠右鍵鎖定] 即可解除網頁滑鼠右鍵封鎖...<div class='locked'><em>瀏覽完整內容,請先 <a href='member.php?mod=register'>註冊</a> 或 <a href='javascript:;' onclick="lsSubmit()">登入會員</a></em></div><div></div>

taiwanbryant 發表於 2020-7-5 09:43 AM

很好的教學文耶
感謝大大的分享唷
馬上來去測試看看

speciali 發表於 2020-7-19 04:09 PM

感謝大大的分享, 馬上試試看~~~
頁: [1]