mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
Minor fix
This commit is contained in:
parent
d9aa8fafdb
commit
72ad30fd10
3 changed files with 39 additions and 5 deletions
|
|
@ -472,6 +472,16 @@ mapkey(",S", "Open Source in GitHub (New Page)", function () {
|
|||
}, { domain: /raw.githubusercontent.com/ });
|
||||
// #endregion GitHub
|
||||
|
||||
//#region app.microsoft.com
|
||||
// https://apps.microsoft.com/detail/9nl6kd1h33v3?hl=en-GB&gl=GB
|
||||
// This is useful in `winget` (Windows Package Manager)
|
||||
mapkey(",y", "[y]ank app id", function () {
|
||||
const url = new URL(window.location.href);
|
||||
const id = url.pathname.split("/")[2];
|
||||
Clipboard.write(id);
|
||||
}, { domain: /apps.microsoft.com/ });
|
||||
|
||||
|
||||
// #region perplexity.ai
|
||||
/**
|
||||
* 0 - 网络
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue