Bleue Test Room

... just to see a board with style-switcher

CHAT CHAT SEARCH SEARCH

 


  << Previous Topic | Next Topic >>.RETURN TO INDEX.  

Mozilla Bookmarklets

July 18 2004 at 1:38 AM
Phil  (Login mrpip)

 
Because of firefox 0.9.1 I have now switched over to Firefox full time and looking at bookmarklets (very handy) and have 2 for increasing the colums and widths of textareas on all pages witch I found great (index, forum edit pages)

Create 2 new bookmarks and copy the code in to each bookmark
Code:
Textarea Width Increase
javascript:(function(){var i,x; for(i=0;x=document.getElementsByTagName('textarea')[i];++i) x.rows += 5; })()

Textarea Height Increase
javascript:(function(){var i,x; for(i=0;x=document.getElementsByTagName('textarea')[i];++i) x.cols += 5; })()


Each time you click on ether bookmark will keep increasing the width or height by 5

I annoyance is that it won't work on Textareas that have its style width and or height set

Looking at the code it may work with IE too but when I can't be bothered to run IE, 1 of these days I will check it out

Nw54 Scripts

 
 Respond to this message   
AuthorReply
Phil
(Login mrpip)

IE, It works

July 18 2004, 2:05 AM 

Just added to favorites in IE, and it works

Now to update the IE context menu


oops just noticed the code above, the 1st bookmark is the height increase and 2nd the width

Nw54 Scripts

 
 Respond to this message   


(Login Ed_Homes)
BlueStaff

Re: Mozilla Bookmarklets

July 18 2004, 3:16 PM 

Absolultely brilliant, Phil!
Came across a Favlets page the other day, too.
sigh... dunno where .. but one thing I've grabbed when passing through that page:


Code:
javascript:void(document.location='http://validator.w3.org/check?uri='+document.location)


The code sends every focussed page straight to the w3 validator-check.

Guess I have to find the favlets page again.

And here you go.. it's a different page, but there are some booklets on it: http://www.bookmarklets.com/tools/categor.html






Reference Linklist greetz Ed

 
 Respond to this message   
Phil
(Login mrpip)

Re: Mozilla Bookmarklets

July 18 2004, 11:49 PM 

Quote:
"Guess I have to find the favlets page again."

LOL I have to use google every time to because I keep forgetting to bookmark the sites.

The validator script is a must.

The http://www.bookmarklets.com/tools/categor.html site is 1 I found yesterday and now have a list of 30 bookmarklets added all helping me to create my own

Nw54 Scripts

 
 Respond to this message   
Current Topic - Mozilla Bookmarklets
  << Previous Topic | Next Topic >>.RETURN TO INDEX.  
 Copyright © 1999-2009 Network54. All rights reserved.   Terms of Use   Privacy Statement