GameFAQs Old-Style left of post.

Old-Style left of post.

// ==UserScript==
// @name         GameFAQs Old-Style left of post.
// @Author       Judgmenl
// @namespace    Kraust
// @version      1.2.0
// @description  Old-Style left of post.
// @author       Kraust
// @match        http://*.gamefaqs.com/*
// @grant        none
// ==/UserScript==

$(".msg_below").css("position", "relative");
$(".msg_below").each(function(index){
    $(this).parent().prev().append($(this).detach());
});

$(".message_num").each(function(index){
    $(this).parent().append($(this).detach());
});

$(".edited").css("display", "block");
$(".action_after").hide();
$(".options").css("float", "none");

QingJ © 2025

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