Git Product home page Git Product logo

uc_script's Introduction

存放些自己用的UC脚本

增强Firefox右键菜单、标签页功能,可以调用外部软件(工具)

  • addMenuPlus.uc.js 为功能脚本
  • _addmenu.js 为上面脚本配置

撤销关闭标签页按钮,图标位置修改为下载按钮前

(function TU_undoCloseTabButton() {
  var refNode = document.getElementById("downloads-button");
  if (!refNode)
    return;

从网上找的一些标签页增强,如:

  • 右键关闭
  • 新标签打开:书签、历史、搜索栏、地址栏
  • 中键点击bookmark菜单不关闭
  • 总在当前标签右则打开新标签
  • 关闭当前标签后转到左边的标签
  • 鼠标停留标签自动聚焦
  • 自动关闭下载产生的空白标签
  • 双击关闭标签页

附件组件页面右键新增查看所在目录,详细信息页面新增安装地址或路径,新增 uc脚本管理页面。

uc_script's People

Contributors

duola avatar

Stargazers

 avatar

Watchers

 avatar

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.