Orkut community Go to Last Page on Reply

By gultus Last update Oct 9, 2009 — Installed 580 times. Daily Installs: 2, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 4, 0, 0, 1, 0, 2, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0

There are 3 previous versions of this script.

// ==UserScript==
// @version 1
// @name Orkut community Go to Last Page on Reply
// @author  http://www.orkut.com/Profile.aspx?uid=15963659674315462805
// @namespace
// @description Navigates to last page by default when u reply on communities
// @include http://*orkut*CommMsgs*&na=4
// ==/UserScript==

window.location.href = window.location.href.replace(/na=4/, 'na=2');
/********************************************************************
The script simply checks for na=4 at the end of url which is the default when u reply on a community. 
I didnt see any occasions where it is at the end.
It had some other variables appended after na=4 in other cases.
So i safely assume the include takes care of the urls and the script is fired only when u reply on the community.
If any problem occurs do let me know by a scrap.
********************************************************************/