Skip to content

Instantly share code, notes, and snippets.

View itspacrat's full-sized avatar
🦀
Learning more rust

Blake itspacrat

🦀
Learning more rust
View GitHub Profile
@itspacrat
itspacrat / parkcity_obs_twitch_chat.css
Last active April 28, 2021 01:13 — forked from Bluscream/obs_twitch_chat.css
Twitch chat transparent popout for OBS (ParkCity)
/*
Twitch chat browsersource CSS for OBS
Just set the URL as https://www.twitch.tv/%%TWITCHCHANNEL%%/chat?popout=true
And paste this entire file into the CSS box
Original by twitch.tv/starvingpoet, github.com/Bluscream, modified once
more by twitch.tv/parkcity_gaming (github.com/parkcitymedia)
todo: right align the stuff
@itspacrat
itspacrat / Macro Parameters
Created January 18, 2021 18:26 — forked from Parmeisan/Macro Parameters
Roll20 - Macro Parameters
// Purpose: Allows you to automatically fill in macro variables, from chat or from another macro.
// Usage: #MacroName(param1,param2)
// Do NOT include a space after MacroName and before the (. If you do that, Roll20 intercepts it
// before sending it to the chat, and there's nothing I can do to help you. :)
var parm_macro_params = parm_macro_params || {};
// Interrupts all chat messages to check for macros.
on("chat:message", function(msg)