Skip to content

Instantly share code, notes, and snippets.

View stripedpurple's full-sized avatar
💭
📷

Nixua stripedpurple

💭
📷
View GitHub Profile
BREW
---------------------------------------
ant
arp-scan
autoconf
automake
bash
bitchx
boost
cairo
H4sIAFM9+1oAA+1d6XbiRtPO38xV6GVOvpOcuEG9aPOWCC0TJ8az4Uwy5z3nPTLItmbYBoQ9nqvJteTKvpYQi0DsCISpSmwzoiXoqu6q7lI9j7ClUMmyRYR1VUSsqBeRpioMkaJMbSJrssLMfN3xah3vruH43bb73dIicpEZC/8qshT+FUnv36JIscTId5gSWSYiI0z+TsQKlcXvBHH5j1peuh3faQvCd86N0267vj+tHW92e7uNL7RdMZoN3234qNx2Gp1bt42sRqVZ9Rp3x4Jy4/kvBu8/tdxjwXe/+oV7v147efF95d5pd1z/rNtBTqfieS9Kbqfj3LnoonosnKqyqFqSoiBNYRgxifBxVcQ2YiYhVFOLtm3p5y9KXt1Ff7rtjtdsHAs4Lwo/lpyK8Pq98JdQ4oNOwDhPhf/+SBmT8nIeq//96acXL16cVr0HoeM/1dyz3I1T+XzXbnYb1eNGs+Hmzl8IXE5v2uMvfOem5goVt1ZrOdWgh2c5MRf+u9NyKv1/3zTbVbcdvpz4AFRp1prt4/bdzY9Eko6in59ObrmO0K1T92pPx3rbc2pHv7m1B9f3Ks5Rh6sVddy2d3ty0/yKOt63QLe9T0H8yEndad95jWOx9fUk+l7h616L8GV4+QeHX5j/bXTr/GKVY69xz//6vTc7Ph+5lfuxg9439xjL/AI1r+Gie9e7u/cHTR7cdvD9asip8Yl9fON03KBZ9LlBT2tOq+Me91/034h0FX6xoTpU6Sj8/6eTEW15dT4aRo3SM8NNs/o00O06KgmvEe9zX0u8T6Gv6iS/XeE9Sn4nUb39N52a77a5E5x2Wdfp8EYd/npR8/SPJFlodFTNsdqIfns6boOC01RwT8lV4SFsdZbzm62Bu0i66oi+kw0yYgVB4T9i76c/6R69qn8fvkkn32wHnYps1WnWvGr8jeEklZQjAVPKf8l9p/XMLTxmzbpXrdbc/3j1VrPt809LsGpoWUe4b7u3Z7l73+edLBRuvOa957uV+3ylWU80
@echo off
echo Killing all chrome process
taskkill /F /IM chrome.exe
echo Waiting a few seconds before starting the Kiosk...
"C:\windows\system32\ping" -n 5 -w 2000 127.0.0.1 >NUL
REM Launching Chrome
start chrome.exe --incognito --kiosk --chrome "https://goldmedalcloud.net/board/kiosk/#!?locationId=philadelphia" --disable-pinch --overscroll-history-navigation=0 --disable-web-security --user-data-dir --test-type
#!/bin/bash
# Check to see if the script was run as Root
if [[ "$EUID" -ne 0 ]]; then
log err "Sorry, you need to run this as root"
exit 1
fi
sudo apt install pv -y
umount /dev/mmcblk*
external=$(lsblk /dev/sd* | grep "^sd.*/media/ubuntu/" | grep -o "/media/ubuntu/.*")
// ==UserScript==
// @name Instagram Downloader
// @namespace http://stripedpurple.io
// @version 2018.12.29.2
// @description Download images from instagram. This was created so that I can test lightroom presets and LUTs on existing photos.
// @author Austin Barrett
// @match *://www.instagram.com/*
// @grant none
// ==/UserScript==
// ==UserScript==
// @name Snahp Link Copier
// @namespace http://stripedpurple.io
// @version 2018.12.30.2
// @description adds copy button to Snahp link list
// @author Austin Barrett
// @match *://links.snahp.it/*
// @grant none
// ==/UserScript==
// ==UserScript==
// @name DC Universe Capture Modifier
// @namespace http://stripedpurple.io
// @version 2019.01.03.1
// @description makes css tweaks for my benafit
// @author Austin Barrett
// @match *://www.dcuniverse.com/videos/watch/*
// @grant none
// ==/UserScript==
#!/bin/bash
#
# Startup script for a node project
#
# require forever to be installed
#
# chkconfig: - 84 16
# description: node project
# Source function library.
^(.+[-_.])??adse?rv(er?|ice)?s?[0-9]*[-.]
^(.+[-_.])??m?ad[sxv]?[0-9]*[-_.]
^(.+[-_.])??xn--
^adim(age|g)s?[0-9]*[-_.]
^adtrack(er|ing)?[0-9]*[-.]
^advert(s|is(ing|ements?))?[0-9]*[-_.]
^aff(iliat(es?|ion))?[-.]
^analytics?[-.]
^banners?[-.]
(function () {
var modal = document.createElement('div');
modal.id = 'pihole-modal';
modal.style.cssText =
"background: rgba(0,0,0,0.5); \
position: fixed; \
width: 100%; \
height: 100%; \
top: 0; \
left: 0; \