gf.qytechs.cn

maximale Fensterbreite auf gf.qytechs.cn nutzen

当前为 2019-01-04 提交的版本,查看 最新版本

// ==UserScript==
// @name         gf.qytechs.cn
// @namespace    http*://gf.qytechs.cn/*
// @version      0.13
// @description  maximale Fensterbreite auf gf.qytechs.cn nutzen
// @author       chillchef
// @match        http*://gf.qytechs.cn/*
// @match        http*://sleazyfork.org/*
// @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 = "100%";}catch(exp){} //suchergebnisse;
    try{document.getElementById("user-script-list").style.width = "100%";}catch(exp){} //suchergebnisse;
    try{document.getElementById("script-list-option-groups").style.width = "100%";}catch(exp){} //sidebar;
})();

QingJ © 2025

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