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
0.0.0.0 googlevideo.com | |
0.0.0.0 youtube.com | |
0.0.0.0 ytimg.com | |
0.0.0.0 googleusercontent.com | |
0.0.0.0 gstatic.com | |
0.0.0.0 youtube-nocookie.com | |
0.0.0.0 ytimg.l.google.com | |
0.0.0.0 i.ytimg.com | |
0.0.0.0 s.ytimg.com | |
0.0.0.0 clients1.google.com |
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
#!/bin/bash | |
# Set error handling | |
set -e | |
# Define log file path | |
LOG_FILE="/tmp/cursor_mac_id_modifier.log" | |
# Initialize log file | |
initialize_log() { |
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
@media not (-moz-bool-pref: "zen.view.compact") { | |
@media not (-moz-bool-pref: "zen.tabs.vertical.right-side") { | |
.titlebar-buttonbox-container { | |
position: absolute; | |
width: 100vw; | |
left: 0; | |
display: flex !important; | |
padding: 6px 3px 3px 5px; | |
} |
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
/** | |
* @name system24 (monochrome) | |
* @description A tui-style discord theme. Has less colors and more neutral greys and whites. | |
* @author refact0r, DeadGrip | |
* @version 1.0.0 | |
* @invite nz87hXyvcy | |
* @website https://github.com/refact0r/system24 | |
* @authorId 508863359777505290 | |
* @authorLink https://refact0r.dev/ | |
*/ |
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
// Name: Transfer.sh Uploader | |
import "@johnlindquist/kit" | |
import fs from "fs"; | |
import got from "got"; | |
import path from "path"; | |
import { pipeline, PassThrough } from "stream"; | |
import { promisify } from "util"; | |
import clipboard from "clipboardy"; | |
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
/** | |
* @name AMOLED | |
* @version 1.0.0 | |
* @description A theme that's nice on your eyes.. lights out baby! | |
* @author PandaDEV | |
* | |
* @website https://pandadev.net | |
* @source https://gist.github.com/0PandaDEV/d70f9e9f870497d4ad2bcdc2d7f1a4fb | |
**/ |