Skip to content

Instantly share code, notes, and snippets.

View okabsd's full-sized avatar

Colin Hall-Coates okabsd

View GitHub Profile
@okabsd
okabsd / gta.source.js
Created February 28, 2016 18:20
Google Tag Assistant Source, Unminified
var h, aa = this,
k = function(a) {
return void 0 !== a
},
ba = function(a) {
a.R = function() {
return a.kb ? a.kb : a.kb = new a
}
},
ca = function(a) {
#!/bin/bash
if [ $# -eq 0 ] || [ "$1" == "" ]; then
echo 'Game name required.'
exit 1
fi
mkdir -p $1/clones
git clone https://github.com/Okahyphen/base $1/clones/base
@okabsd
okabsd / reclaimWindows10.ps1
Created May 16, 2017 14:53 — forked from alirobe/reclaimWindows10.ps1
"Reclaim Windows 10" turns off a bunch of unnecessary Windows 10 telemetery, removes bloatware, and privacy invasions. Review and tweak before running. Scripts for reversing are included and commented. Fork via https://github.com/Disassembler0 (different defaults)
##########
# Win10 Initial Setup Script
# Author: Disassembler <disassembler@dasm.cz>
# Version: 1.7, 2016-08-15
# dasm's script: https://github.com/Disassembler0/Win10-Initial-Setup-Script/
# THIS IS A PERSONALIZED VERSION
# This script leaves more MS defaults on, including MS security features.
# Tweaked based on personal preferences for @alirobe 2016-11-16 - v1.7.1
" colorsupport.vim: Use color schemes written for gvim in color terminal
"
" Maintainer: Lee JiHwan <moonz.net@gmail.com>
" Version: 1.0.5
" URL: http://www.vim.org/script.php?script_id=2682
if exists('g:loaded_colorsupport') || &cp || v:version < 700
finish
endif
let g:loaded_colorsupport = 1