您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
try to take over the world!
// ==UserScript== // @name TWI forums 1 block nodes // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match https://forums.tripwireinteractive.com/* // @grant none // ==/UserScript== (function() { 'use strict'; window.themehouse.nodes.grid_options = {"0":{"max_columns":{"enable":1,"value":"1"},"min_column_width":{"enable":1,"value":"250px"},"fill_last_row":{"enable":1,"value":"0"}},"2329468":{"max_columns":{"enable":1,"value":"1"},"min_column_width":{"enable":1,"value":"250px"},"fill_last_row":{"enable":1,"value":"0"}},"2329459":{"max_columns":{"enable":1,"value":"1"},"min_column_width":{"enable":1,"value":"250px"},"fill_last_row":{"enable":1,"value":"0"}},"2329461":{"max_columns":{"enable":1,"value":"1"},"min_column_width":{"enable":1,"value":"250px"},"fill_last_row":{"enable":1,"value":"0"}},"2329463":{"max_columns":{"enable":1,"value":"1"},"min_column_width":{"enable":1,"value":"250px"},"fill_last_row":{"enable":1,"value":"0"}},"2":{"max_columns":{"enable":1,"value":"2"},"min_column_width":{"enable":1,"value":"250px"},"fill_last_row":{"enable":1,"value":"0"}}}; window.themehouse.nodes.ele = new window.themehouse.nodes.grid({ layout: window.themehouse.nodes.grid_options, settings: { }, }); window.themehouse.nodes.ele.register(); })();