This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* selected file list item */ | |
| .part.sidebar.right.pane-composite-part { | |
| border: none !important; | |
| } | |
| .monaco-workbench .part > .content { | |
| width: 100% !important; | |
| } | |
| /* comments */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Easy Files | |
| * Written by Tam710562 | |
| */ | |
| (() => { | |
| 'use strict'; | |
| const gnoh = { | |
| stream: { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ; Version: 2022.11.17.1 | |
| ; https://gist.github.com/75a33c3aab9be7c343a1916c43c64339 | |
| Ping(Address, ByRef Result := "", Timeout := 1000) { | |
| static lastAddr := "", ip := "", pAddr := 0, hIcmp := 0 | |
| if (Address != lastAddr) { | |
| pAddr := Ping_IPAddress(Address, ip) | |
| lastAddr := Address | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Hide Shorts on YouTube | |
| // @version 5 | |
| // @description Hides vides with #shorts tag or the ones shorter than 1 minute on Youtube Subscriptions and Home page | |
| // @author rozboris | |
| // @include https://*.youtube.com/* | |
| // @include https://youtube.com/* | |
| // @grant GM_addStyle | |
| // @updateURL https://gist.githubusercontent.com/rozboris/f0a4fcd087fe23c198a37c0654af1afc/raw/yt-hide-shorts.user.js | |
| // ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| | |
| ; Version: 2022.07.01.1 | |
| ; Usages and examples: https://redd.it/qplxwo | |
| Alert(Options := 0, Title := "", Message := "", Spec := "") | |
| { | |
| if !(Options ~= "i)^(0x)?\d+") { | |
| Message := Options | |
| Options := Title := Spec := "" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| | |
| ; Version: 2022.11.17.1 | |
| ; Usage and examples: https://redd.it/owgn3j | |
| Brightness(Offset) { | |
| static last := "" | |
| wmi := ComObjGet("winmgmts:\\.\root\WMI") | |
| if (last = "") { | |
| last := wmi.ExecQuery("SELECT * FROM WmiMonitorBrightness") | |
| .ItemIndex(0) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| | |
| ; Version: 2022.06.30.1 | |
| ; Usages and examples: https://redd.it/mpf896 | |
| /* Clipboard Wrapper | |
| .Locked ; Clipboard status. | |
| .Check() ; Automated check (throws Exception). | |
| .Backup() ; Manual backup. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #SingleInstance force | |
| /* KEYS CHEAT SHEET | |
| # win | |
| ! Alt | |
| ^ ctrl | |
| + shift | |
| <^>! altGr | |
| * any modifier | |
| UP key up |
NewerOlder