gf.qytechs.cn

maximale Fensterbreite nutzen

目前為 2017-12-05 提交的版本,檢視 最新版本

// ==UserScript==
// @name         gf.qytechs.cn
// @namespace    http*://gf.qytechs.cn/*
// @version      0.1
// @description  maximale Fensterbreite nutzen
// @author       chillchef
// @match        http*://gf.qytechs.cn/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    try
    {
        var e = document.getElementsByClassName("width-constraint");
        e[0].style.maxWidth = "95%"; //header
        e[1].style.maxWidth = "95%"; //content
    }catch(exp){}
    try{document.getElementById("browse-script-list").style.width = "80%";}catch(exp){} //suchergebnisse;
    try{document.getElementById("user-script-list").style.width = "80%";}catch(exp){} //suchergebnisse;
    try{document.getElementById("script-list-option-groups").style.width = "17%";}catch(exp){} //sidebar;
})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址