Skip to content

Instantly share code, notes, and snippets.

@an-OK-squirrel
Created September 18, 2015 19:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save an-OK-squirrel/ff01bfe2c934c47bec36 to your computer and use it in GitHub Desktop.
Save an-OK-squirrel/ff01bfe2c934c47bec36 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name imgurify
// @namespace affsafdffasfdafsa
// @include http://prntscr.com/*
// @version 1
// @grant none
// ==/UserScript==
document.location.href = $("#screenshot-image").attr("src")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment