Skip to content

Instantly share code, notes, and snippets.

@demaisj
Created March 20, 2017 01:11
Show Gist options
  • Save demaisj/0b133378633334880768b9b70a87cf2e to your computer and use it in GitHub Desktop.
Save demaisj/0b133378633334880768b9b70a87cf2e to your computer and use it in GitHub Desktop.
Precision Salement Unique
// ==UserScript==
// @name Precision Salement Unique
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://intra.epitech.eu/*PSU*
// @grant unsafeWindow
// ==/UserScript==
(function(document) {
document.querySelector("#body-wrapper").style.backgroundImage = "url(https://cdn.discordapp.com/attachments/273814696677605377/293151306804101120/unknown.png)";
})(document);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment