Skip to content

Instantly share code, notes, and snippets.

View angeldeniz11235's full-sized avatar
💭
Looking for Development work

Angel De Niz angeldeniz11235

💭
Looking for Development work
  • Equisoft
  • San Diego
View GitHub Profile
@angeldeniz11235
angeldeniz11235 / intra-environment scratchpad
Created October 26, 2022 00:15
Scratchpad to transfer text between computers
#oh-my-zsh pluggins
--> https://gist.github.com/n1snt/454b879b8f0b7995740ae04c5fb5b7df
@angeldeniz11235
angeldeniz11235 / quizsail-violentmonkey.js
Last active February 4, 2022 01:59
ViolentMonkey Chrome extension script to make selecting quiz answers faster - using the arrow keys and enter key
// ==UserScript==
// @name quizsail.com
// @namespace Violentmonkey Scripts
// @match https://www.quizsail.com/quiz-engine.html*
// @require https://code.jquery.com/jquery-3.6.0.min.js
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js
// @downloadURL https://gist.githubusercontent.com/angeldeniz11235/faac00ac0f158c9b43d89f2c323d93f5/raw/
// @updateURL https://gist.githubusercontent.com/angeldeniz11235/faac00ac0f158c9b43d89f2c323d93f5/raw/
// @grant none
// @version 1.4.1