DIR : /home/kozerus/public_html/dgs/dgs/goodies/DgsSgfDownloadWithoutDate.user.js
/home/kozerus/public_html/dgs/dgs/goodies
// ==UserScript==
// @name Dragon Go Server SGF filenames without date
// @namespace http://www.dragongoserver.net/goodies
// @description SGF files downloaded from dragongoserver.net will have the following filename by default: "white_player-black_player-game_id.sgf"
// @match http://*.dragongoserver.net/*
// @grant none
// @version 1.0
// ==/UserScript==
/* <scriptinfos>
Creator:
admiralnlson
http://www.dragongoserver.net/userinfo.php?uid=80346
Version 0.1.0.20130820: admiralnlson
first version
</scriptinfos> */
for (var i=0,link; (link=document.links[i]); i++)
{
link.href = link.href.replace('/sgf.php?', '/sgf.php?filefmt=$w-$b-$g&');
}
//
koh5_pano
Drag mouse to navigate.
Navigation
- Left/Right Mouse drag: Changes camera heading.
- Up/Sown Mouse drag: Changes camera pitch.
- Scroll wheel: Changes camera field of view.
- I-Key: Displays Info panel with canvas size, image size and FPS.
17.Aug.2010, Martin Wengenmayer