:::warning WIP! :::
C++ 是一個強大的程式語言,儘管名字上相似,也有歷史淵源,但 C++ 並非 C 的超集,如同Javascript 之於 Java,應該作為不同的語言看待。 其能夠在兼顧高效能的同時表達高階概念,輕鬆撰寫出跨平台的程式碼,因而歷久不衰。 無論是初學者,抑或已經掌握其他語言的程式設計師都適合學習。
| // ==UserScript== | |
| // @name Pixiv Dis-AI | |
| // @version 0.4.5 | |
| // @description Hide AI-generated illustrations from Pixiv. | |
| // @author Lumynous | |
| // @license MIT | |
| // @match https://www.pixiv.net/* | |
| // @noframes | |
| // @grant GM.getValue | |
| // @grant GM.setValue |
| www.youtube.com##ytd-rich-grid-renderer:style(align-items: initial !important) | |
| www.youtube.com###contents.ytd-rich-grid-renderer:style(margin-left: var(--ytd-rich-grid-gutter-margin) !important) | |
| www.youtube.com##ytd-rich-item-renderer[rendered-from-rich-grid][is-in-first-column]:not([no-gutter-margins]):style(margin-left: calc(var(--ytd-rich-grid-item-margin) / 2) !important) | |
| www.youtube.com##ytd-rich-section-renderer:style(margin-left: calc(0px - var(--ytd-rich-grid-gutter-margin)) !important) | |
| web.telegram.org##body.has-auth-pages:style(background-color: var(--surface-color, #212121) !important) |
| // ==UserScript== | |
| // @name Bahamut No External Link Redirection | |
| // @version 0.1.1 | |
| // @description Remove the redirections for external links on Bahamut. | |
| // @description:zh-TW 移除巴哈姆特上的外部連結重新導向。 | |
| // @author Lumynous | |
| // @license MIT | |
| // @match https://*.gamer.com.tw/* | |
| // @noframes | |
| // @downloadURL https://gist.github.com/lumynou5/5437fb5ca0ae61d126afe3aa76cf3027/raw/bahamut-no-external-link-redirection.user.js |
| param( | |
| [Parameter(Mandatory, ParameterSetName="Basic", Position=0)] | |
| [Parameter(Mandatory, ParameterSetName="Segment", Position=0)] | |
| [ValidatePattern("^\d{10}$")] | |
| [string]$Id, | |
| [Parameter(Mandatory, ParameterSetName="Segment", Position=1)] | |
| [ValidatePattern("^\d{2}:\d{2}:\d{2}$")] | |
| [string]$Begin, |
| // ==UserScript== | |
| // @name Ytv | |
| // @version 0.1.2 | |
| // @description A 7tv workaround for YouTube. | |
| // @author Lumynous | |
| // @license MIT | |
| // @match https://www.youtube.com/live_chat* | |
| // @updateURL https://gist.github.com/lumynou5/b0aaa067bd368eae15fbafff1585b1c3/raw/ytv.user.js | |
| // @downloadURL https://gist.github.com/lumynou5/b0aaa067bd368eae15fbafff1585b1c3/raw/ytv.user.js | |
| // ==/UserScript== |
| // ==UserScript== | |
| // @name YouTube Disable Autoplaying | |
| // @version 1.0.2 | |
| // @description Disable YouTube autoplaying everywhere. | |
| // @author Lumynous | |
| // @license MIT | |
| // @match https://www.youtube.com/* | |
| // @noframes | |
| // @downloadURL https://gist.github.com/lumynou5/b036f405a0888bf9c3b9a3f560e36f3d/raw/youtube-disable-autoplaying.user.js | |
| // @updateURL https://gist.github.com/lumynou5/b036f405a0888bf9c3b9a3f560e36f3d/raw/~meta |
| // ==UserScript== | |
| // @name YouTube Commenter Names | |
| // @version 1.10.6 | |
| // @description Make YouTube display the names of commenters instead of their handles. | |
| // @author Lumynous | |
| // @license MIT | |
| // @match https://www.youtube.com/* | |
| // @match https://studio.youtube.com/* | |
| // @exclude https://www.youtube.com/persist_identity | |
| // @exclude https://studio.youtube.com/persist_identity |
| // ==UserScript== | |
| // @name Twitter Bird Back | |
| // @version 1.4.1 | |
| // @description Make Twitter bird back. | |
| // @author Lumynous | |
| // @license MIT | |
| // @require https://scriptcat.org/lib/513/2.0.0/ElementGetter.js | |
| // @match https://twitter.com/* | |
| // ==/UserScript== |