Skip to content

Instantly share code, notes, and snippets.

@MWFIAE
Created June 2, 2018 23:06
Show Gist options
  • Save MWFIAE/5fd7442158a318a2a5ffc535c1951d8a to your computer and use it in GitHub Desktop.
Save MWFIAE/5fd7442158a318a2a5ffc535c1951d8a to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Steemnova - No Sidebar
// @namespace http://tampermonkey.net/
// @version 0.1
// @description give me your cookies!
// @author MWFIAE
// @match https://steemnova.intinte.org/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
if(toggleAside)
toggleAside();
// Your code here...
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment