I hereby claim:
- I am elken on github.
- I am elken_ (https://keybase.io/elken_) on keybase.
- I have a public key whose fingerprint is D1E8 0461 11A7 026F 2FED 99FA 298B E5D9 97EB AA02
To claim this, I am signing this object:
| #!/bin/bash | |
| PROJECT_NAME=${1:-fs} | |
| SLN_FILE=$(ls *.sln | head -1) | |
| CSPROJ_FILE=$(ls *.csproj | head -1) | |
| # Create F# project | |
| dotnet new classlib -o "$PROJECT_NAME" -n "$PROJECT_NAME" -lang "F#" -f net8.0 --force | |
| pushd "$PROJECT_NAME" | |
| dotnet add package GodotSharp |
| "AppState" | |
| { | |
| "appid" "489830" | |
| "Universe" "1" | |
| "name" "The Elder Scrolls V: Skyrim Special Edition" | |
| "StateFlags" "4" | |
| "installdir" "Skyrim Special Edition" | |
| "LastUpdated" "1702134542" | |
| "SizeOnDisk" "16095467175" | |
| "StagingSize" "0" |
I hereby claim:
To claim this, I am signing this object:
| // ==UserScript== | |
| // @name Toggle Sidebar | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description try to take over the world! | |
| // @author You | |
| // @license MIT | |
| // @match https://discord.com/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=discord.com | |
| // @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js |
| @-moz-document domain("laracasts.com") { | |
| #laracasts-video div:first-child { | |
| height: calc(100vh - 62px) !important; | |
| } | |
| } |
| .CodeMirror, | |
| .cm-s-github-light.CodeMirror, | |
| .CodeMirror-code, | |
| .CodeMirror-gutter-filler, | |
| .CodeMirror-scrollbar-filler, | |
| .cm-s-github-light .CodeMirror-linenumbers, | |
| .cm-s-github-light .CodeMirror-lines { | |
| background: var(--nord1) !important; | |
| background-color: var(--nord1) !important; | |
| color: var(--nord4) !important; |
| :root { | |
| --uc-bg-color: #2e3440; | |
| --uc-show-new-tab-button: none; | |
| --uc-show-tab-separators: none; | |
| --uc-tab-separators-color: none; | |
| --uc-tab-separators-width: none; | |
| --uc-tab-fg-color: #d8dee9; | |
| } | |
| /* Options with pixel amounts could need to be adjusted, as this only works for my laptop's display */ | |
| #titlebar { |
| [is-watch-page] ytd-page-manager { | |
| margin-top: 0!important; | |
| } | |
| [is-watch-page] #player-theater-container:empty~#columns #primary, | |
| [is-watch-page] #player-theater-container:empty~#columns #secondary{ | |
| padding-top: 56px; | |
| } | |
| [is-watch-page] ytd-masthead, |
| :root { | |
| --nord0: #2e3440; | |
| --nord1: #3b4252; | |
| --nord2: #434c5e; | |
| --nord3: #4c566a; | |
| --nord4: #d8dee9; | |
| --nord5: #e5e9f0; | |
| --nord6: #eceff4; | |
| --nord7: #8fbcbb; | |
| --nord8: #88c0d0; |
| :root { | |
| --urlbar-primary-colour: #434c5e; | |
| --urlbar-invert-colour: #2e3440; | |
| } | |
| .browser-toolbar:not(.titlebar-color) { | |
| background: var(--urlbar-invert-colour) !important; | |
| } | |
| #TabsToolbar { |