您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Minor enhancements to LinkedIn. Mostly just hotkeys.
当前为
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.
[!WARNING] 2023-10-16 A future change will enable storing information locally. This is primarly driven by issue https://github.com/nexushoratio/userscripts/issues/106, which will enable a News tab, which will be used to track which version a user has installed and provide them with a chance to read about new features. Other features, such as the ability to enable logging and debugging, will likely come along as well. The basic ability to save data locally will not be enabled before 2023-11-16 and we be marked by the
@grant
lines in the userscript header. Issue https://github.com/nexushoratio/userscripts/issues/170 has been created to track this and provide more information. Any major updates to the timeline will be provided there.
After installing and reloading the LinkedIn web page, hitting the ?
key will bring up a help menu.
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.
Currently I am using a SemVer inspired scheme of x.y.z
.
I am replacing SerVer with single strictly increasing numbers. I have dropped down to two digits for the moment. Likely once I get issue https://github.com/nexushoratio/userscripts/issues/106 to the point of tracking releases, I will switch to single digits.