n

WordPress主题网页修改鼠标默认右键菜单功能代码

作者 : 凡酷官方 发布时间: 2019-10-9 文章热度:172 共3325个字,阅读需9分钟。 本文内容有更新 隐藏侧边 显示侧边

WordPress主题网页修改鼠标默认右键菜单功能代码-凡酷网  (fankuw.cn)  -  综合性资源分享平台网站

将下面代码复制,添加到主题的 head.php或者是footer.php 即可!

<!-- 修改鼠标右键 -->
    <style type="text/css">
    a {text-decoration: none;}
    div.usercm{background-repeat:no-repeat;background-position:center center;background-size:cover;background-color:#fff;font-size:13px!important;width:130px;-moz-box-shadow:1px 1px 3px rgba
(0,0,0,.3);box-shadow:1px 1px 3px rgba(0,0,0,.3);position:absolute;display:none;z-index:10000;opacity:0.9;}
    div.usercm ul{list-style-type:none;list-style-position:outside;margin:0px;padding:0px;display:block}
    div.usercm ul li{margin:0px;padding:0px;line-height:35px;border-bottom:1px solid #ccc;}
    div.usercm ul li a{color:#666;padding:0 15px;display:block}
    div.usercm ul li a:hover{color:#fff;background:rgba(170,222,18,0.88)}
    div.usercm ul li a i{margin-right:10px}
    a.disabled{color:#c8c8c8!important;cursor:not-allowed}
    a.disabled:hover{background-color:rgba(255,11,11,0)!important}
    div.usercm{background:#fff !important;}
    </style>
    <div class="usercm">
    <ul>
        <li><a href="javascript:void(0);" onclick="getSelect();">
        <i class="fa fa-clipboard fa-fw"></i><span>复制文字</span></a></li>
        <li><a href="javascript:window.location.reload();"><i class="fa fa-refresh fa-fw"></i><span>刷新页面</span></a></li>
        <li><a href="javascript:history.go(1);"><i class="fa fa-arrow-right fa-fw"></i><span>前进一页</span></a></li>
        <li><a href="javascript:history.go(-1);"><i class="fa fa-arrow-left fa-fw"></i><span>后退一页</span></a></li>
        <li><a href="javascript:void(0);"  onclick="baiduSearch();"><i class="fa fa-paw fa-fw"></i><span>百度搜索</span></a></li>
       
    </ul>
    </div>
     
    <script type="text/javascript">
    (function(a) {
        a.extend({
            mouseMoveShow: function(b) {
                var d = 0,
                    c = 0,
                    h = 0,
                    k = 0,
                    e = 0,
                    f = 0;
                a(window).mousemove(function(g) {
                    d = a(window).width();
                    c = a(window).height();
                    h = g.clientX;
                    k = g.clientY;
                    e = g.pageX;
                    f = g.pageY;
                    h + a(b).width() >= d && (e = e - a(b).width() - 5);
                    k + a(b).height() >= c && (f = f - a(b).height() - 5);
                    a("html").on({
                        contextmenu: function(c) {
                            3 == c.which && a(b).css({
                                left: e,
                                top: f
                            }).show()
                        },
                        click: function() {
                            a(b).hide()
                        }
                    })
                })
            },
            disabledContextMenu: function() {
                window.oncontextmenu = function() {
                    return !1
                }
            }
        })
    })(jQuery);
     
    function getSelect() {
        "" == (window.getSelection ? window.getSelection() : document.selection.createRange().text) ? alert("啊噢...你没还没选择文字呢!") : document.execCommand("Copy")
    }
    function baiduSearch() {
        var a = window.getSelection ? window.getSelection() : document.selection.createRange().text;
        "" == a ? alert("啊噢...你没还没选择文字呢!") : window.open("https://www.baidu.com/s?wd=" + a)
    }
    function googleSearch() {
        var a = window.getSelection ? window.getSelection() : document.selection.createRange().text;
        "" == a ? alert("啊噢...你没还没选择文字呢!") : window.open("https://www.google.com/search?q=" + a)
    }
    function localSearch() {
        var a = window.getSelection ? window.getSelection() : document.selection.createRange().text;
        "" == a ? alert("啊噢...你没还没选择文字呢!") : window.open("search.php?q=" + a)
    }
    $(function() {
        for (var a = navigator.userAgent, b = "Android;iPhone;SymbianOS;Windows Phone;iPad;iPod".split(";"), d = !0, c = 0; c < b.length; c++) if (0 < a.indexOf(b[c])) {
            d = !1;
            break
        }
        d && ($.mouseMoveShow(".usercm"), $.disabledContextMenu())
    });
    </script>

如果你想右键加个点击直接跳转到百度搜索你站点的话,

只需要在上方的百度搜索代码下面添加以下代码即可(注:红色部分替换成自己的搜索链接)

<li>
<a href="https://www.baidu.com/s?ie=utf-8&f=
8&rsv_bp=0&rsv_idx=1&tn=baidu&wd=%E8%
B6%85%E7%BA%A7%E5%AD%A6%E9%95%BF
%E5%8D%9A%E5%AE%A2&rsv_pq=84467edd
000098f8&rsv_t=c4a366capGIiuoPupRAntYx7
bS91QAOwlyLE2qQUEbHx7pivprx1uQnjhG
8&rqlang=cn&rsv_enter=1&rsv_sug3=1&rsv_sug
1=1&rsv_sug7=001" 
rel="nofollow" target="_blank" >
<i class="fa fa-search"></i>
<span>百度优化</span>
</a>
</li>

 

 

 


凡酷网 (fankuw.cn) - 综合性资源分享平台网站 » WordPress主题网页修改鼠标默认右键菜单功能代码

发表评论

18
+1859天安全运行
0
+0篇本周更新

Title - Artist
0:00