Skip to content

Instantly share code, notes, and snippets.

View huntergregal's full-sized avatar
🏠

Hunter Gregal huntergregal

🏠
View GitHub Profile
anonymous
anonymous / inject.js
Created April 19, 2015 19:39
Hacker Experience Crappy "Cheat" script. [ Chrome extension ] You also need to download jquery and localStoragedb and place it in the same directory. (And probably rename it to fit the manifest.json)
var TITLE = "HE Script 0.4"
var DEFAULT_LOCAL_TAG = "This log is monitored by "+TITLE +" - you cant delete faster than i log ..."
var LOGGER_TIMEOUT = 2000;
var GREEN = "#76A346";
var RED = "#A34646";
var BLUE = "#4679A3";
var ORANGE = "#A39146";
var ip;
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active May 7, 2025 23:53
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname