Skip to content

Instantly share code, notes, and snippets.

View mark05e's full-sized avatar

mark05E mark05e

View GitHub Profile
@Brayyy
Brayyy / ER auto-login.user.js
Last active April 4, 2024 21:58
UserScript - ExtremeReach auto-login
// ==UserScript==
// @name ER auto-login
// @namespace https://github.com/Brayyy
// @version 1.4.1
// @description Automatically login to ER using Google providor
// @author balmini@extremereach.com
// @match https://app.extremereach.com/Login*
// @match https://app.dev-extremereach.com/Login*
// @icon https://www.google.com/s2/favicons?sz=64&domain=extremereach.com
// @updateURL https://gist.github.com/Brayyy/09d01cb4ef27d5d09a2243553e624481/raw/ER%2520auto-login.user.js
@andrewiankidd
andrewiankidd / gallerix-scraper.user.js
Created July 8, 2022 18:09
Userscript to download all images in a Gallerix.org set
// ==UserScript==
// @name Gallerix Scraper
// @namespace http://andrewkidd.co.uk/
// @version 0.1
// @description Batch grab gallerix images
// @author You
// @match https://gallerix.org/storeroom/*
// @match https://gallerix.org/pic/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=gallerix.org
// @grant GM_openInTab
@gusalbukrk
gusalbukrk / deploy.md
Last active April 9, 2023 20:48
#ssh #nginx
@ChristopherA
ChristopherA / plantuml-test.md
Last active June 25, 2022 03:15
PlantUML Test

Plant UML

This is another text diagramming tool akin to Mermaid. This does not seem to work with default GitHub markdown parser, but it is available in both GitLab and HackMD.

https://plantuml.com

!define ICONURL https://raw.githubusercontent.com/tupadr3/plantuml-icon-font-sprites/v2.1.0
skinparam defaultTextAlignment center
!include ICONURL/common.puml
// ==UserScript==
// @name Bing Searcher
// @namespace https://gist.github.com/vonalbert
// @version 1.4
// @downloadURL https://gist.github.com/vonalbert/afd436ad5d7d65a3c00e1b53acc9cf2c
// @updateURL https://gist.github.com/vonalbert/afd436ad5d7d65a3c00e1b53acc9cf2c
// @description Perform some searches on bing.com to make MS happy :)
// @author Alberto Avon
// @match http*://www.bing.com/*
// @grant none
@langheran
langheran / MonitorElementSound.user.js
Last active May 10, 2022 18:52
google cloud console MonitorElementSound.user.js
// ==UserScript==
// @name MonitorElementSound
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @include /^https://[^\/]*(console|pipelines|aws|github|gitlab|notebook|jupyter)[^\/]*\.com/.*/
// @icon https://www.google.com/s2/favicons?sz=64&domain=qwiklabs.com
// @grant GM_xmlhttpRequest
// @connect lasonotheque.org
@gildas-lormeau
gildas-lormeau / README.MD
Last active September 3, 2023 12:43
CLI to transform a SingleFileZ page into a SingleFile page
@dennisstewart
dennisstewart / treasurydirect_copypasta.user.js
Last active January 27, 2023 22:44
Re-enables the password box on TreasuryDirect.gov so I can paste from my password manager
// ==UserScript==
// @name TreasuryDirect Copypasta
// @version 0.2
// @description Allow creds to be pasted from a password manager into the TreasuryDirect login form.
// @author Dennis Stewart
// @license The Strong Style Public License https://raw.githubusercontent.com/dennisstewart/cvs-checker-py/main/LICENSE
// @match https://*.treasurydirect.gov/RS/PW-Display.do*
// @icon https://www.google.com/s2/favicons?sz=64&domain=treasurydirect.gov
// @grant none
// ==/UserScript==