Skip to content

Instantly share code, notes, and snippets.

View vivekwebm2020's full-sized avatar

VWEBM vivekwebm2020

View GitHub Profile
@vivekwebm2020
vivekwebm2020 / 01.bash_shortcuts_v2.md
Created February 8, 2022 11:03 — forked from tuxfight3r/01.bash_shortcuts_v2.md
Bash keyboard shortcuts

Bash Shortcuts

visual cheetsheet

Moving

command description
ctrl + a Goto BEGINNING of command line
@vivekwebm2020
vivekwebm2020 / utmstrip.user.js
Created March 17, 2022 11:43 — forked from paulirish/utmstrip.user.js
userscript: Drop the UTM params from a URL when the page loads
// ==UserScript==
// @name UTM param stripper
// @author Paul Irish
// @namespace http://github.com/paulirish
// @version 1.2
// @description Drop the UTM params from a URL when the page loads.
// @extra Cuz you know they're all ugly n shit.
// @include http*://*
// ==/UserScript==