Skip to content

Instantly share code, notes, and snippets.

View anevins12's full-sized avatar
🌱

Andrew Nevins anevins12

🌱
  • Intopia
  • Melbourne
View GitHub Profile
@anevins12
anevins12 / bluenile-lifesize-gem.js
Last active June 14, 2021 16:15
Adds a button that views the gemstones in their real life measurements
// ==UserScript==
// @name Bluenile view gem in real size.
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Adds a button that resizes the gem imagery to the approximate measurement of the gem.
// @author anevins12
// @match https://www.bluenile.com/uk/build-your-own-ring/*
// @icon https://www.google.com/s2/favicons?domain=bluenile.com
// @grant none
// ==/UserScript==
@anevins12
anevins12 / james-allen-ring-hider.js
Created July 7, 2021 20:52
James Allen ring hider
// ==UserScript==
// @name James Allen ring hider
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Provides a button for each ring to hide it, should you be in a position of narrowing it down. Refreshing the page undoes the hiding.
// @author You
// @match https://www.jamesallen.com/engagement-rings/solitaire/14k-rose-gold-2mm-comfort-fit-solitaire-engagement-ring-item-41238
// @icon https://www.google.com/s2/favicons?domain=jamesallen.com
// @grant none
// ==/UserScript==