NostalgicOverflow

Part of the NostalgicOverflow package for PhysicsOverflow. See full instructions here: http://physicsoverflow.org/17999#a18004

目前為 2014-05-29 提交的版本,檢視 最新版本

// ==UserScript==
// @name       NostalgicOverflow
// @version    1.4
// @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'));