:::warning WIP! :::
C++ 是一個強大的程式語言,儘管名字上相似,也有歷史淵源,但 C++ 並非 C 的超集,如同Javascript 之於 Java,應該作為不同的語言看待。 其能夠在兼顧高效能的同時表達高階概念,輕鬆撰寫出跨平台的程式碼,因而歷久不衰。 無論是初學者,抑或已經掌握其他語言的程式設計師都適合學習。
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) |
// ==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 0.4.3 | |
// @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 | |
// ==/UserScript== |
// ==UserScript== | |
// @name YouTube Commenter Names | |
// @version 1.6.8 | |
// @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/* | |
// @noframes | |
// @downloadURL https://gist.github.com/lumynou5/74bcbab54cd9d8fcd3c873fffbac5d3d/raw/youtube-commenter-names.user.js |
// ==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== |