Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name Demirror
- // @namespace http://tampermonkey.net/
- // @version 0.1
- // @description try to take over the world!
- // @author You
- // @match http://rutracker.net/*
- // @grant none
- // ==/UserScript==
- (function() {
- 'use strict';
- document.getElementsByTagName("BODY")[0].removeAttribute("style");
- })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement