This file contains 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
@media (min-width: 1280px) { | |
.columns-area { | |
justify-content: center; | |
} | |
.columns-area > .column:has(.getting-started) { | |
width: 400px; | |
} | |
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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 Click header to scroll to the top | |
// @namespace http://tampermonkey.net/ | |
// @version 0.2 | |
// @description try to take over the world! | |
// @author Damien Erambert (Eramdam) | |
// @match https://cohost.org/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=cohost.org | |
// @grant none | |
// ==/UserScript== |
This file contains 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
javascript: Promise.all([import('https://unpkg.com/[email protected]?module'), import('https://unpkg.com/@tehshrike/[email protected]'), ]).then(async ([{ | |
default: Turndown | |
}, { | |
default: Readability | |
}]) => { | |
/* Optional vault name */ | |
const vault = ""; | |
/* Optional folder name such as "Clippings/" */ |
This file contains 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
[ | |
{ | |
"min": 126, | |
"max": 132, | |
"value": 1 | |
}, | |
{ | |
"min": 132, | |
"max": 138, | |
"value": 2 |
This file contains 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
.stream-item, .tweet-detail-reply .stream-item, .compose-header { | |
border-bottom: 0 !important; | |
} | |
.in-tweet-divider::before { | |
background: rgba(0, 0, 0, 0.13); | |
} |
This file contains 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 Screenshot Twitch | |
// @match *://*.twitch.tv/* | |
// @grant none | |
// @version 1.0 | |
// @author @Eramdam | |
// @description 5/3/2020, 1:03:26 PM | |
// @require https://unpkg.com/[email protected]/dist/FileSaver.min.js | |
// ==/UserScript== |
This file contains 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
#!/usr/bin/env sh | |
:: default : yabai -m config active_window_opacity 1; yabai -m config normal_window_opacity 1; | |
# Focus | |
shift + alt - home : yabai -m window --focus north | |
shift + alt - j : yabai -m window --focus north | |
shift + alt - end : yabai -m window --focus south | |
shift + alt - k : yabai -m window --focus south | |
shift + alt - delete : yabai -m window --focus west |
This file contains 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 Screenshot Plex | |
// @namespace Violentmonkey Scripts | |
// @match *://192.168.86.250:32400/*/* | |
// @match *://app.plex.tv/* | |
// @grant none | |
// @version 1.0 | |
// @author @Eramdam | |
// @description 5/3/2020, 1:03:26 PM | |
// @require https://unpkg.com/[email protected]/dist/FileSaver.min.js |
This file contains 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
/* ==UserStyle== | |
@name Crunchyroll large/responsive video player - 1/25/2020, 4:32:28 PM | |
@namespace github.com/eramdam | |
@version 1.0.0 | |
@description What the title says | |
@author Damien Erambert (Eramdam) | |
==/UserStyle== */ | |
@-moz-document regexp("https://www.crunchyroll.com/[a-z-]+/episode-[a-z-0-9]+") { | |
#template_container { |
NewerOlder