SA Forums Custom Accesskeys

By sethaurus Last update Nov 29, 2009 — Installed 334 times.

fixed links

in
Subscribe to fixed links 1 post, 1 voice

otwr Scriptwright
FirefoxX11

I like. One little thing I added:

if (link) {
location.assign(link.href);
}else{
location.assign(action);
}

... then you can do

var associations = {

n: 'next page ยป',

p: 'previous page',

r: 'Reply',

u: 'User Control Panel',

l: 'last page',

f: 'first page',
g: 'http://forums.somethingawful.com/forumdisplay.p...'

};