Skip to content

Instantly share code, notes, and snippets.

View arobinsongit's full-sized avatar

Andrew Robinson arobinsongit

View GitHub Profile
@arobinsongit
arobinsongit / Script_Template.ps1
Created August 12, 2023 10:48 — forked from 9to5IT/Script_Template.ps1
PowerShell: Script Template
#requires -version 2
<#
.SYNOPSIS
<Overview of script>
.DESCRIPTION
<Brief description of script>
.PARAMETER <Parameter_Name>
<Brief description of parameter input required. Repeat this attribute if required>
@arobinsongit
arobinsongit / deleteAmazonSavedItems.js
Created September 29, 2019 15:29 — forked from MichaelLawton/deleteAmazonSavedItems.js
Removes all Amazon saved for later items on the cart page. It will only remove visible items. You might want to scroll first to make more items visible. To use paste code in developer console (Ctrl+Shift+J or Cmd+Opt+J in Chrome) then press enter.
function deleteSavedItems() {
var query = document.querySelectorAll("#sc-saved-cart input[value=Delete]")
if (query.length) {
query[query.length -1].click();
}
if (query.length > 1) {
setTimeout(deleteSavedItems,100);
}
else {
console.log('Finished');
@arobinsongit
arobinsongit / boxstarter-clean.ps1
Last active October 18, 2018 13:53 — forked from jessfraz/boxstarter.ps1
Boxstarter Commands for a new Windows box.
# Description: Boxstarter Script
# Original Author: Jess Frazelle <jess@linux.com>
# Current Author : Andy Robinson (or whatever github says)
# Last Updated: 2018-10-18 (or whatever github says)
#
# Install boxstarter:
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
#
# You might need to set: Set-ExecutionPolicy RemoteSigned
#

Keybase proof

I hereby claim:

  • I am arobinsongit on github.
  • I am aprobi (https://keybase.io/aprobi) on keybase.
  • I have a public key whose fingerprint is 605A 9A57 657D 799A 9071 5A9B 3BEC 3F36 2A39 A0AE

To claim this, I am signing this object: