Skip to content

Instantly share code, notes, and snippets.

@Vresod
Created September 25, 2018 14:50
Show Gist options
  • Save Vresod/943ff60e75d9a59ce7882f8fc9898e0b to your computer and use it in GitHub Desktop.
Save Vresod/943ff60e75d9a59ce7882f8fc9898e0b to your computer and use it in GitHub Desktop.
thanos car
// ==UserScript==
// @name thanos car
// @namespace http://tampermonkey.net/
// @version 0.1
// @description thanos car
// @author Vresod
// @include *
// @grant none
// ==/UserScript==
(function() {
'use strict';
javascript: document.write("<head><title>thanos car</title></head><body><h1 style='text-align: center;'>thanos car</h1><p style='text-align: center'><img src='https://i.kym-cdn.com/entries/icons/original/000/027/072/thanos_car_2.jpg'></p></body>")
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment