Giter Site home page Giter Site logo

key-jump-browser-extension's Introduction

Key Jump browser extension

No mouse needed to click on links and stuff.

Get the extension

How to use

Press , (comma) on your keyboard to show hints for all links, buttons, text fields and other things you can click or focus.

Press . (period) instead to open links in new tabs when they are clicked.

Press Enter to trigger the hint for the number you've typed. For example when there are 10 links on the page you should press 1 > Enter to trigger the first hint.

The hint will be automatically triggered when the number you've typed can't match any other hints. You can disable this in the extension options so you'll aways have to use Enter to trigger them.

Press Escape to hide the hints.

Some of these shortcuts can be changed in the extension options.

Permissions required

  • Access your data for all websites: Allows you to use the extension on all websites.

Privacy

No data is collected by this extension. You can view the source code here.

key-jump-browser-extension's People

Contributors

daanvdk avatar kennethsundqvist avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

key-jump-browser-extension's Issues

Cache the result of isElementVisible() to speed up rendering

Since we check all the parent elements of each target element we will check many elements multiple times, and since the rendering is blocking they can't change their state so we can cache the results to only need to do them once.

The cache should be cleared after the rendering is complete.

Use the Shadow DOM v1

Benefits for Key Jump:

  • Isolated DOM: A component's DOM is self-contained (e.g. document.querySelector() won't return nodes in the component's shadow DOM).
  • Scoped CSS: CSS defined inside shadow DOM is scoped to it. Style rules don't leak out and page styles don't bleed in.
  • Simplifies CSS: Scoped DOM means you can use simple CSS selectors, more generic id/class names, and not worry about naming conflicts.

https://developers.google.com/web/fundamentals/getting-started/primers/shadowdom

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.