Advertisement
lenchan139

Untitled

Apr 23rd, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name         Mastodon Scaler
  3. // @namespace    http://tampermonkey.net/
  4. // @version      0.1
  5. // @description  try to take over the world!
  6. // @author       You
  7. // @match        https://pawoo.net/
  8. // @match        https://pawoo.net/web/*
  9. // @grant        none
  10. // ==/UserScript==
  11.  
  12. (function() {
  13.     'use strict';
  14.  
  15.     // Your code here...
  16.     document.body.style.zoom=0.95;
  17.  
  18. })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement