Part of the NostalgicOverflow package for PhysicsOverflow. See full instructions here: http://physicsoverflow.org/17999#a18004
当前为
// ==UserScript==
// @name NostalgicOverflow
// @version 5
// @description Part of the NostalgicOverflow package for PhysicsOverflow. See full instructions here: http://physicsoverflow.org/17999#a18004
// @match http://physicsoverflow.org/*
// @match http://www.physicsoverflow.org/*
// @namespace https://greasyfork.org/users/2311
// ==/UserScript==
$('.qa-logo-link img').css('display','none');
$('.qa-logo-link').append("<a href='http://physicsoverflow.org' style='font-size:36px; color:rgb(0,150,255);'>Physics Overflow</a>");
$('.qa-nav-main-list').append($('li.qa-nav-admin-item'));