Please login or register. Welcome to the Studio, guest!


Quick Links:


newBookmarkLockedFalling

crazynarutard

crazynarutard Avatar

*****
Senior Studio Member

1,470


August 2005
/\.com(\/(index\.cgi(#\w+|\?(action=home)?)?)?)?$/

EDIT: Haven't tested it with the action=home yet :P

EDIT2: works, + I added logout :P


Last Edit: Nov 18, 2005 21:18:37 GMT by crazynarutard

Ross

Ross Avatar

**
Official Member

70


October 2005
action=home is where you're taken after clicking on the 'Mark as Read' button :)

crazynarutard

crazynarutard Avatar

*****
Senior Studio Member

1,470


August 2005
elindir said:
action=home is where you're taken after clicking on the 'Mark as Read' button :)

aha..... :o

Singular

Singular Avatar
v4 Studios :: Coming Soon

***
Dedicated Member

238


September 2005
crazyj said:
/\.com(\/(index\.cgi(#\w+|\?(action=(home|logout)?)?)?)?)?$/

EDIT: Haven't tested it with the action=home yet :P

EDIT2: works, + I added logout :P

wait, can't you use this:

if (!location.href.match(/action|board/i)) {
Further Solutions :: Hosting :: Scripts :: Templates
furthersolutions.com

v4 Studios - Coming soon

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
I don't think you can get logout.... and no GBoy. But you're close.

if (!location.href.match(/action=[^h]|board/i)) {

But I'm not sure if theres other features that have the "h" for first letter in action =/

Nate

Nate Avatar

**
Official Member

85


July 2007
cddude229 said:
I don't think you can get logout.... and no GBoy. But you're close.

if (!location.href.match(/action=[^h]|board/i)) {

But I'm not sure if theres other features that have the "h" for first letter in action =/
headersfooters :P

crazynarutard

crazynarutard Avatar

*****
Senior Studio Member

1,470


August 2005
cddude229 said:
I don't think you can get logout.... and no GBoy. But you're close.

if (!location.href.match(/action=[^h]|board/i)) {

But I'm not sure if theres other features that have the "h" for first letter in action =/

Click logout and you get action=logout :P

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
But I don't believe it stays in the URL.

Ross

Ross Avatar

**
Official Member

70


October 2005
crazyj said:
cddude229 said:
I don't think you can get logout.... and no GBoy. But you're close.

if (!location.href.match(/action=[^h]|board/i)) {

But I'm not sure if theres other features that have the "h" for first letter in action =/

Click logout and you get action=logout :P


I tested and it doesn't. In fact, I believe mark as read is the only one that takes you to a different page. :)

newBookmarkLockedFalling