Skip to content

Instantly share code, notes, and snippets.

View BGBRWR's full-sized avatar
🦖

Austin Walker BGBRWR

🦖
View GitHub Profile
@BGBRWR
BGBRWR / google-chat-dark-mode.user.js
Last active January 27, 2026 18:45
Gmail's Google Chat Dark Mode
// ==UserScript==
// @name Google Chat Dark Theme
// @namespace https://mail.google.com/mail/u/0/
// @version 1.0.3
// @description Change the Google Chat theme in Gmail
// @author GH - @bgbrwr
// @match https://chat.google.com/u/0/frame?shell=6&pt=15&origin=https%3A%2F%2Fmail.google.com*
// @icon https://www.google.com/s2/favicons?sz=64&domain=google.com
// @grant none
// @updateURL https://gist.githubusercontent.com/BGBRWR/4279964f21a7b1bda05aa22d0506f477/raw/google-chat-dark-mode.user.js
@BGBRWR
BGBRWR / workit.bash
Last active February 10, 2019 06:58 — forked from gibatronic/workit.bash
Automatically run workon when entering a directory
function check_for_virtual_env {
[ -d .git ] || git rev-parse --git-dir &> /dev/null
if [ $? -eq 0 ]; then
local ENV_NAME=`basename \`pwd\``
if [ "${VIRTUAL_ENV##*/}" != $ENV_NAME ] && [ -e $WORKON_HOME/$ENV_NAME/bin/activate ]; then
workon $ENV_NAME && export CD_VIRTUAL_ENV=$ENV_NAME
fi
elif [ $CD_VIRTUAL_ENV ]; then
{
description: "asdf",
duration: "1m",
exam_required: false,
frequency_id: 1,
is_active: false,
name: "bob",
test_questions: Array(1) [
0:{question_text: "Whga",
required: true,