NostalgicOverflow

Part of the NostalgicOverflow package for PhysicsOverflow. See full instructions here:

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

  1. // ==UserScript==
  2. // @name NostalgicOverflow
  3. // @version 1.1
  4. // @description Part of the NostalgicOverflow package for PhysicsOverflow. See full instructions here:
  5. // @match http://physicsoverflow.org/*
  6. // @match http://www.physicsoverflow.org/*
  7. // @namespace https://greasyfork.org/users/2311
  8. // ==/UserScript==
  9.  
  10. $('.qa-logo-link img').css('display','none');
  11. $('.qa-logo-link').append("<a href='http://physicsoverflow.org' style='font-size:36px; color:rgb(0,150,255);'>PhysicsOverflow</a>");