InstaSynchP Layouts

Larger layouts and fullscreen mode

  1. // ==UserScript==
  2. // @name InstaSynchP Layouts
  3. // @namespace InstaSynchP
  4. // @description Larger layouts and fullscreen mode
  5.  
  6. // @version 1.1.8
  7. // @author Zod-
  8. // @source https://github.com/Zod-/InstaSynchP-Layouts
  9. // @license MIT
  10.  
  11. // @include *://instasync.com/r/*
  12. // @include *://*.instasync.com/r/*
  13. // @grant none
  14. // @run-at document-start
  15.  
  16. // @require https://greasyfork.org/scripts/5647-instasynchp-library/code/InstaSynchP%20Library.js
  17. // @require https://greasyfork.org/scripts/2858-jquery-fullscreen/code/jqueryfullscreen.js?version=26079
  18. // ==/UserScript==
  19.  
  20. function Layouts(version) {
  21. "use strict";
  22. this.version = version;
  23. this.name = 'InstaSynchP Layouts';
  24. }
  25.  
  26. window.plugins = window.plugins || {};
  27. window.plugins.layouts = new Layouts('1.1.8');