Web Archive Save Link

Adds a save button to web archive pages.

目前为 2014-10-18 提交的版本。查看 最新版本

// ==UserScript==
// @name       Web Archive Save Link
// @version    1.4
// @description  Adds a save button to web archive pages.
// @match      https://web.archive.org/web/*
// @match      http://web.archive.org/web/*
// @grant      none
// @namespace https://greasyfork.org/users/4072
// ==/UserScript==
 
$( "#wmtb" ).append( "<a href='http://web.archive.org/save/" + wbCurrentUrl + "'><img src='http://www.clker.com/cliparts/F/6/s/8/x/V/button-save-hi.png' height='27px' width='70px' /></a>" );