Skip to content

Instantly share code, notes, and snippets.

@StefRe
Created January 22, 2018 09:58
Show Gist options
  • Save StefRe/e933aab5b7c7f55e1b14b7134499e422 to your computer and use it in GitHub Desktop.
Save StefRe/e933aab5b7c7f55e1b14b7134499e422 to your computer and use it in GitHub Desktop.
tumbview enable context menu on big image for slideshow thumbnails
// ==UserScript==
// @name tumbview enable context menu on big image
// @namespace Violentmonkey Scripts
// @match *://tumbview.com/*/plus/*
// @grant GM_addStyle
// ==/UserScript==
GM_addStyle ( `
#bigprev {
width: 20%; !important;
}
#bignext {
width: 20%; !important;
}
` );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment