- config.toml: /config.toml
- index.redir: /layouts/index.redir
- redirects-json.yml: .forestry/front_matter/templates/redirects-json.yml
- redirects.json: /data/redirects.json
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
:root { | |
--style-color: #282c34; | |
--style-color-alt: #1d1f24; | |
--sale-color: #97c37c; | |
--headline-color: #4aa4ed; | |
--visited-color: #c678dd; | |
--link-color: var(--headline-color); | |
--max-width: 1200px; | |
} |
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
@-moz-document url-prefix("https://www.youtube.com/") { | |
.ytd-thumbnail-overlay-resume-playback-renderer[style="width: 100%;"] { | |
position: relative; | |
} | |
.ytd-thumbnail-overlay-resume-playback-renderer[style="width: 100%;"]:after { | |
position: absolute; | |
bottom: 0; | |
box-sizing: border-box; | |
width: 100%; |
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
const fetch = require('node-fetch'); | |
const qs = require('querystring'); | |
const low = require('lowdb') | |
const FileSync = require('lowdb/adapters/FileSync') | |
const db = low(new FileSync('tracks.json', { | |
serialize: (obj) => JSON.stringify(obj), | |
deserialize: (data) => JSON.parse(data) | |
})) | |
db.defaults({ tracks: [] }).write() |
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
if(window.gamesrecapBookmarks) console.error('Already injected!') | |
else { | |
window.gamesrecapBookmarks = true; | |
document.head.insertAdjacentHTML('beforeend', ` | |
<style> | |
.card .bookmark { | |
position: absolute; | |
top: 5px; |
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
.ytd-thumbnail-overlay-resume-playback-renderer[style="width: 100%;"] { | |
position: relative; | |
} | |
.ytd-thumbnail-overlay-resume-playback-renderer[style="width: 100%;"]:after { | |
position: absolute; | |
bottom: 0; | |
box-sizing: border-box; | |
width: 100%; | |
height: 118px; |
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
#!/bin/bash | |
# Get IP Geo & Org info from domain names. | |
# Requires jq, curl, dig, whois | |
lookup=${@: -1} | |
fqdn=`echo $lookup | cut -d'/' -f3 | cut -d':' -f1` | |
domain=$(expr match "$fqdn" '.*\.\(.*\..*\)') | |
doCert=0 | |
doWhois=0 |
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
{ | |
"Version": "12.4.1", | |
"Name": "airlift", | |
"DestinationType": "ImageUploader, TextUploader, FileUploader", | |
"RequestMethod": "POST", | |
"RequestURL": "https://YOUR.HOST/upload/file", | |
"Headers": { | |
"X-Airlift-Filename": "$filename$", | |
"X-Airlift-Password": "YOURPASSWORD" | |
}, |
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
// Replace | |
//place { control="StatusLabel,BigPictureStatusImage,MobileStatusImage,WebStatusImage,BigPictureStatusImageInGame,MobileStatusImageInGame,WebStatusImageInGame,GameLabel" x=50 y=24 spacing=4 margin-right=8 } | |
place { control="StatusLabel,BigPictureStatusImage,MobileStatusImage,WebStatusImage,BigPictureStatusImageInGame,MobileStatusImageInGame,WebStatusImageInGame,GameLabel" x=50 y=17 spacing=4 margin-right=8 } | |
// Add | |
place { control="GameLabel" x=50 y=29 } |
I hereby claim:
- I am zackboe on github.
- I am zackboe (https://keybase.io/zackboe) on keybase.
- I have a public key whose fingerprint is FD4A F6F7 1682 B88F D3D5 577D 08B8 D7AD 8CBB 21C3
To claim this, I am signing this object:
NewerOlder