The Cellar  

Go Back   The Cellar > Main > Home Base
FAQ Community Calendar Today's Posts Search

Home Base A starting point, and place for threads don't seem to belong anywhere else

Reply
 
Thread Tools Display Modes
Old 07-18-2009, 09:48 PM   #1
monster
I hear them call the tide
 
Join Date: Dec 2005
Location: Perpetual Chaos
Posts: 30,852
why would I need to know that? When I'm browsing, I'm using my mouse, not my keyboard. Plus I like to burn my bridges! Real Intrepid Internet Explorers never go Back!
__________________
The most difficult thing is the decision to act, the rest is merely tenacity Amelia Earhart
monster is offline   Reply With Quote
Old 07-18-2009, 09:56 PM   #2
xoxoxoBruce
The future is unwritten
 
Join Date: Oct 2002
Posts: 71,105
OK, my mistake. When she said back button I though she meant clicking the back button with the mouse, not the backspace button on the keyboard. That's why it seemed incredulous that you wouldn't know that.
__________________
The descent of man ~ Nixon, Friedman, Reagan, Trump.
xoxoxoBruce is offline   Reply With Quote
Old 07-19-2009, 07:06 AM   #3
DanaC
We have to go back, Kate!
 
Join Date: Apr 2004
Location: Yorkshire
Posts: 25,964
Quote:
Originally Posted by xoxoxoBruce View Post
OK, my mistake. When she said back button I though she meant clicking the back button with the mouse, not the backspace button on the keyboard. That's why it seemed incredulous that you wouldn't know that.
*chuckles* ok. Fair enough.
__________________
Quote:
There's only so much punishment a man can take in pursuit of punani. - Sundae
http://sites.google.com/site/danispoetry/
DanaC is offline   Reply With Quote
Old 07-19-2009, 07:38 AM   #4
Scriveyn
amnesic-confabulatory opsimath
 
Join Date: Oct 2006
Location: Between my ears
Posts: 739
Ever herard of Bookmarklets?

It is javascript code stored in a bookmark ('favourites' for IE users). There are lots out there.

I use this for going to the next page:
Code:
javascript:(function(){ var e,s; IB=1; function isDigit(c) { return ("0" <= c && c <= "9") } L = location.href; LL = L.length; for (e=LL-1; e>=0; --e) if (isDigit(L.charAt(e))) { for(s=e-1; s>=0; --s) if (!isDigit(L.charAt(s))) break; break; } ++s; if (e<0) return; oldNum = L.substring(s,e+1); newNum = "" + (parseInt(oldNum,10) + IB); while (newNum.length < oldNum.length) newNum = "0" + newNum; location.href = L.substring(0,s) + newNum + L.slice(e+1); })();
It increases the last number in the current URL by 1.

So the &page=2 in the URL becomes &page=3 for example.

Assign it to a context menu item and/or hot key in your browser. Bingo!


(I use Opera browser)
Scriveyn is offline   Reply With Quote
Old 07-21-2009, 05:36 PM   #5
Sheldonrs
Master Dwellar
 
Join Date: Oct 2006
Location: Los Angeles, CA
Posts: 4,412
*shift* + *Backspace*
__________________
Laugh and the world laughs with you; cry and the world laughs AT you.
Sheldonrs is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT -5. The time now is 03:52 AM.


Powered by: vBulletin Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.