GithubHelp home page GithubHelp logo

userchromejs's Issues

功能请求

不是userChromeJS Mix = userChromeJS 扩展 + userChrome.js + rebuild_userChrome.uc.xul + SaveUserChromeJS.uc.js
SaveUserChromeJS.uc.js中有一些功能是我觉得应该加入的,譬如

  • 在符合标准的链接上右键增加“安装脚本”的菜单。
  • 在脚本的 GitHub 页面适当位置增加安装按钮。

Y大,请教addmenuplus右键打开文件夹的问题

Y大,_addmenu.js中page栏添加如下代码不起作用,而单独写成三个就可以,麻烦帮忙看看怎么改,多谢多谢
{ label: "Files",
tooltiptext: "左键:Profiles\n中键:Chrome\n右键:Images",
onclick : function(e) {
switch(e.button) {
case 0:
exec : "";
closeMenus(this);
break;
case 1:
exec : "\Chrome";
closeMenus(this);
break;
case 2:
exec : "\extensions\[email protected]\content";
closeMenus(this);
break;
}
}
}

linux下addmenuplus增加的菜单项显示在“工具”菜单下,而win7显示在userChromeJS图标菜单下。

你好,
我在linux(debian)下firefox42中使用你的userChromeJS_Mix.xpi脚本遇到问题。
win7下addmenuplus增加的菜单项都显示在userChromeJS图标菜单下;debian下userChromeJS图标菜单只显示它自己的菜单,其它addmenuplus增加的菜单项都显示在“工具”菜单“中,但鼠标右击userChromeJS图标添加id:“addMenu-rebuild”,userChromeJS图标菜单会出现addmenuplus的菜单项但重启firefox后又消失了。

userChromeJS_Mix.xpi for Firefox 57+

Hi. I like your add-on userChromeJS_Mix.xpi.
Will it survive the transition to Web extension as the are required
for Firefox 57 and on? Or is it destined to die?
Thanks for your answer.
Cheers
Endor

使用的时候遇到个小问题

调用二级菜单选择清晰度之后在调用播放器时生成的播放列表文件有误,经过检查之后发现列表文件引用C:\Users\噐\AppData\Local\Temp\externalVideoPlayer-36.asx文件,而手动修改成C:\Users\“正确的用户目录”\AppData\Local\Temp\externalVideoPlayer-36.asx后正常播放,调用目录应该在哪里修改

一个建议

不知道可否像Opera那样,按住shift就可以拖动呢?

一个小问题

今天修改app菜单的时候我想把uc用户脚本设置改到uc脚本设置的扩展菜单里

就把

<menu id="userChromejs_script_options_Menu" label="uc用户脚本设置"
<insertafter="appmenu_webDeveloper" >
<menupopup id="userChromejs_script_options" />
</menu>

注释了,然后添加

<menu id="userChromejs_script_options_Menu" label="uc用户脚本设置" >
<menupopup id="userChromejs_script_options" />
</menu>

到uc脚本设置里面

但是重启之后整个管理器都不见了,折腾了很久才发现是注释的条目导致的,把注释部分4条的删掉就可以了,我不懂js,但是又想知道这个是为什么,明明注释掉的,怎么会影响整个脚本

ExternalVideoPlayer.uc.js 求教

请问这个脚本有办法在打开视频的同时同时加载外部字幕么?
如果可以的话,假设字幕路径为path,要怎么调用?
刚接触uc脚本,尝试阅读源代码,但是由于水平不够加上脚本的注释太少没看明白。
thx.

SimpleDragModY修复github 拖曳无效的代码可以用在其他脚本上面吗?

if (direction == "U") {
                        //搜索框搜索选中文字(后台)[识别URL并打开]
                        (/^\s*(?:(?:(?:ht|f)tps?:\/\/)?(?:(?:\w+?)(?:\.(?:[\w-]+?))*(?:\.(?:[a-zA-Z]{2,5}))|(?:(?:\d+)(?:\.\d+){3}))(?::\d{2,5})?(?:\/\S*|$)|data:text\/[\u0025-\u007a]+)\s*$/.test(event.dataTransfer.getData("text/unicode")) && gBrowser.addTab(event.dataTransfer.getData("text/unicode"))) || BrowserSearch.loadSearch(event.dataTransfer.getData("text/unicode"), true);
                        return;
                    }

fix github 拖曳无效的问题 · 64d65ef · ywzhaiqi/userChromeJS

修复github的方法可以用在紫云飞网站生成的EasyDrag.uc.js上面吗?其实我只要上面的代码可以正常使用就可以了.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.