InstaSynchP Layouts

Larger layouts and fullscreen mode

目前為 2015-02-22 提交的版本,檢視 最新版本

// ==UserScript==
// @name        InstaSynchP Layouts
// @namespace   InstaSynchP
// @description Larger layouts and fullscreen mode

// @version     1.1.7
// @author      Zod-
// @source      https://github.com/Zod-/InstaSynchP-Layouts
// @license     MIT

// @include     http://*.instasynch.com/*
// @include     http://instasynch.com/*
// @include     http://*.instasync.com/*
// @include     http://instasync.com/*
// @grant       none
// @run-at      document-start

// @require     https://greasyfork.org/scripts/5647-instasynchp-library/code/InstaSynchP%20Library.js
// @require     https://greasyfork.org/scripts/2858-jquery-fullscreen/code/jqueryfullscreen.js?version=26079
// ==/UserScript==

function Layouts(version) {
    "use strict";
    this.version = version;
    this.name = 'InstaSynchP Layouts';
}

window.plugins = window.plugins || {};
window.plugins.layouts = new Layouts('1.1.7');