User:Austin J. Che/Extensions/history: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
m (User:Austin/Extensions/history moved to User:Austin J. Che/Extensions/history: Automatically moved page while renaming the user "Austin" to "Austin J. Che")
No edit summary
Line 1: Line 1:
This is a JavaScript [[../history.js/]] that keeps track of pages you view. A dropdown box is added to the top of the page that allows you to jump back to recently viewed pages. This requires MediaWiki > 1.8 and stores your pages as a cookie. To use, edit your user javascript at [[Special:Mypage/monobook.js]] and copy the following line to it:
This is a JavaScript [[MediaWiki:Monobook.js]] that keeps track of pages you view. A dropdown box is added to the top of the page that allows you to jump back to recently viewed pages. This requires MediaWiki > 1.8 and stores your pages as a cookie. To use, edit your user javascript at [[Special:Mypage/monobook.js]] or the site javascript and copy the following line to it:


<nowiki>document.write('<script type="text/javascript" src="http://openwetware.org/index.php?title=User:Austin/Extensions/history.js&action=raw&ctype=text/javascript"></script>');</nowiki>
<nowiki>document.write('<script type="text/javascript" src="http://openwetware.org/index.php?title=MediaWiki:Extensions/historynav.js&action=raw&ctype=text/javascript"></script>');</nowiki>


----
----
Send bugs and comments to [[Austin Che]]. Other extensions including sources can be found at [[../]].
Send bugs and comments to [[Austin Che]]. Other extensions including sources can be found at [[../]].

Revision as of 17:31, 15 July 2008

This is a JavaScript MediaWiki:Monobook.js that keeps track of pages you view. A dropdown box is added to the top of the page that allows you to jump back to recently viewed pages. This requires MediaWiki > 1.8 and stores your pages as a cookie. To use, edit your user javascript at Special:Mypage/monobook.js or the site javascript and copy the following line to it:

document.write('<script type="text/javascript" src="http://openwetware.org/index.php?title=MediaWiki:Extensions/historynav.js&action=raw&ctype=text/javascript"></script>');


Send bugs and comments to Austin Che. Other extensions including sources can be found at User:Austin J. Che/Extensions.