Facepunch frontpage double column

Brings back the double column style

目前為 2015-01-13 提交的版本,檢視 最新版本

// ==UserScript==
// @name         Facepunch frontpage double column
// @version      0.1
// @description  Brings back the double column style
// @author       DrTaxi - Reagy
// @match        http://facepunch.com/
// @grant        none
// @namespace https://gf.qytechs.cn/users/8353
// ==/UserScript==

$(function(){
    $(".forums").first().next().nextAll().appendTo($("<td valign='top' class='FrontPageForums'></td>").insertAfter(".FrontPageForums"));
});

QingJ © 2025

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