您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Larger layouts and fullscreen mode
// ==UserScript== // @name InstaSynchP Layouts // @namespace InstaSynchP // @description Larger layouts and fullscreen mode // @version 1.1.8 // @author Zod- // @source https://github.com/Zod-/InstaSynchP-Layouts // @license MIT // @include *://instasync.com/r/* // @include *://*.instasync.com/r/* // @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.8');