Skip to content

Instantly share code, notes, and snippets.

@brablc
Created September 27, 2016 09:32
Show Gist options
  • Save brablc/2df838bbabedb57fe8b2ac71531cec92 to your computer and use it in GitHub Desktop.
Save brablc/2df838bbabedb57fe8b2ac71531cec92 to your computer and use it in GitHub Desktop.
Tamper Monkey - Shoptet Admin Background Color.js
// ==UserScript==
// @name Shoptet Admin Background Color
// @namespace https://www.shoptet.cz/
// @version 0.1
// @description change bg color for admin!
// @author brablc
// @match https://beta.shoptet.cz/admin/*
// ==/UserScript==
(function() {
'use strict';
$('body').css('background-color', '#f5d657');
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment