浏览器插件右键菜单“串号”不知道怎么修改
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了浏览器插件右键菜单“串号”不知道怎么修改相关的知识,希望对你有一定的参考价值。
图1是选择文字后的右击菜单,代码如下:function onClickHandler(info, tab) var selectedText = info.selectionText; chrome.tabs.create( selected: true, url: "pages/search.html?q=" + encodeURI(selectedText) );;chrome.contextMenus.onClicked.addListener(onClickHandler);chrome.contextMenus.create( "title": "Search torrent with this text", "id": "torrent_search_text", contexts: ["selection"] );图2是直接右击的菜单,代码如下:function pageContext(b, a) openplayer(b, page);function regexpo(c, a) var b = new RegExp(c); if (b.test(a)) return true return falsevar contexts = ["page", "link"];var title = ["免费看本视频(&Z) [PC936.COM]"];chrome.contextMenus.create( title: title[0], contexts: [contexts[0]], documentUrlPatterns:[ "*://*.iqiyi.com/*"],// targetUrlPatterns:["http://*/*"], onclick: pageContext);chrome.contextMenus.onClicked.addListener(function(d,data) var uid = '1'; chrome.storage.local.get('uid', function(ob) console.log('uid' in ob); if('uid' in ob) uid = ob.uid; else chrome.cookies.get(url:'http://api.bbbbbb.me/jx/?url=',name:'uid', function(cookie) if(cookie) uid = cookie.value; chrome.storage.local.set('uid':uid); ); ); window.open('http://api.bbbbbb.me/jx/?url='+data.url););如果点击选择文字后的右击菜单“Search torrent with this text”,他会同时执行两个菜单的点击事项,“串号”了怎么修改,跪求大神!!!
参考技术A 这样的情况个人建议换360浏览器或百度浏览器,用它就可以正常。pyqt 按钮怎么添加右键菜单
参考技术A 你好!试一下右键管理菜单有没有用
如有疑问,请追问。
以上是关于浏览器插件右键菜单“串号”不知道怎么修改的主要内容,如果未能解决你的问题,请参考以下文章
Eclipse 插件开发,怎么调用popupMenus扩展点的右键菜单