LinkedIn Tool

Minor enhancements to LinkedIn. Mostly just hotkeys.

2023/09/29のページです。最新版はこちら

作者のサイトでサポートを受ける。または、このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
作者
Mike Castle (Nexus)
評価
0 0 0
バージョン
4.0.0
作成日
2023/07/30
更新日
2023/09/29
大きさ
129KB
ライセンス
GPL-3.0-or-later
対象サイト

LinkedIn Tool

Minor enhancements to LinkedIn. Mostly just hotkeys.

The major reason for this userscript is to provide keyboard navigation to LinkedIn.

A secondary reason is, being my first userscript, it provides me with a platform to learn HTML, JavaScript, CSS and other web technologies.

Mostly it works by mapping keystrokes to mouse event (e.g., hitting a key sequence results in a mouse click), or causing the page to scroll a bit of content into view. It currently does not collect or save any information, though future enhancements may provide some customization which would require that.

Installation

After installing and reloading the LinkedIn web page, hitting the ? key will bring up a help menu.

Feedback

Existing issues can be seen at GitHub.

New bugs and feature requests can be filed on GitHub. Select the appropriate issue template to get started.

Versioning

Currently I am using a SemVer inspired scheme of x.y.z.

  • x will be bumped whenever a new page is handled. 0 was for /feed/, 1 introduced /notification/ support.
  • `y' will be a new feature (e.g., new keystrokes)
  • z bumps are bug fixes or internal changes (refactorings and the like)
长期地址
遇到问题?请前往 GitHub 提 Issues。