Josh: just select "installed" bookmarklet from your bookmarks while on the page you want to "scroll to end"...
If it doesn't do anything then it has not been "installed" correctly - try to follow the installation instruction more carefully :)
#37 - iPuhelin.com - 31/12/2009
Scroll to end
Thanks for putting this up... I did the whole bookmark stuff, now how to scroll to end of page?
Scuse my ignorance... :)
#36 - Josh - 30/12/2009
RE: Enhancements to translation Bookmarklets
Translation Bookmarklets Updated!
Thanks to J. Evans Turner
#35 - iPuhelin.com - 01/12/2009
Enhancements to translation Bookmarklets
I noticed that my "Translate to English" bookmarklet was selecting "Spanish" as the source language every time. A very simple modification sets Google to detect the source language automatically.
Translate to English
javascript:q=location.href;void(location.href=%27http://translate.google.com/translate?hl=en&sl=auto&u=%27+q);
Translate to Finnish
javascript:q=location.href;void(location.href=%27http://translate.google.com/translate?hl=fi&sl=auto&u=%27+q);
Translate to Swedish
javascript:q=location.href;void(location.href=%27http://translate.google.com/translate?hl=sv&sl=auto&u=%27+q);
Translate to Danish
javascript:q=location.href;void(location.href=%27http://translate.google.com/translate?hl=da&sl=auto&u=%27+q);
Translate to Norwegian
javascript:q=location.href;void(location.href=%27http://translate.google.com/translate?hl=no&sl=auto&u=%27+q);
Translate to German
javascript:q=location.href;void(location.href=%27http://translate.google.com/translate?hl=de&sl=auto&u=%27+q);
Translate to French
javascript:q=location.href;void(location.href=%27http://translate.google.com/translate?hl=fr&sl=auto&u=%27+q);
Translate to Dutch
javascript:q=location.href;void(location.href=%27http://translate.google.com/translate?hl=nl&sl=auto&u=%27+q);
Translate to Russian
javascript:q=location.href;void(location.href=%27http://translate.google.com/translate?hl=ru&sl=auto&u=%27+q);
Translate to Japanese
javascript:q=location.href;void(location.href=%27http://translate.google.com/translate?hl=ja&sl=auto&u=%27+q);
#34 - J. Evans Turner - 01/11/2009
RE: Another Bookmarklet
Patrick: Thanks for the script!
Would you give an example where this could be used?
And you mean "Obviously NOT Server-Sided" - right?
#33 - iPuhelin.com - 17/10/2009
Another Bookmarklet
There is also another JavaScript code that I know which will allow you to edit the page. Obviously Server-Sided. Here she is. The code is:
I noticed that executing the script resets the iphone orientation back to regular instead of staying landscape.
I thought maybe its because I turned the phone 90' twice (in order to get landscape while holding te phone vertically) but it happens always.
Besides that I love the script!
Thanks
Safari+ works with the iPad but the keyboards are not - due to a different layouts...
javascript:%20(function()%7B%20var%20newSS,%20styles='*%20%7B%20background:%20black%20!%20important;%20color:%20lime%20!important%20%7D%20:link,%20:link%20*%20%7B%20color:%20%230000EE%20!important%20%7D%20:visited,%20:visited%20*%20%7B%20color:%20%23551A8B%20!important%20%7D';%20if(document.createStyleSheet)%20%7B%20document.createStyleSheet(%22javascript:'%22+styles+%22'%20%22);%20%7D%20else%20%7B%20newSS=document.createElement('link');%20newSS.rel='stylesheet';%20newSS.href='data:text/css,'+escape(styles);%20document.getElementsByTagName(%22head%22)%5B0%5D.appendChild(newSS);%20%7D%20%7D%20)();
If it doesn't do anything then it has not been "installed" correctly - try to follow the installation instruction more carefully :)
Scuse my ignorance... :)
Thanks to J. Evans Turner
Translate to English
javascript:q=location.href;void(location.href=%27http://translate.google.com/translate?hl=en&sl=auto&u=%27+q);
Translate to Finnish
javascript:q=location.href;void(location.href=%27http://translate.google.com/translate?hl=fi&sl=auto&u=%27+q);
Translate to Swedish
javascript:q=location.href;void(location.href=%27http://translate.google.com/translate?hl=sv&sl=auto&u=%27+q);
Translate to Danish
javascript:q=location.href;void(location.href=%27http://translate.google.com/translate?hl=da&sl=auto&u=%27+q);
Translate to Norwegian
javascript:q=location.href;void(location.href=%27http://translate.google.com/translate?hl=no&sl=auto&u=%27+q);
Translate to German
javascript:q=location.href;void(location.href=%27http://translate.google.com/translate?hl=de&sl=auto&u=%27+q);
Translate to French
javascript:q=location.href;void(location.href=%27http://translate.google.com/translate?hl=fr&sl=auto&u=%27+q);
Translate to Dutch
javascript:q=location.href;void(location.href=%27http://translate.google.com/translate?hl=nl&sl=auto&u=%27+q);
Translate to Russian
javascript:q=location.href;void(location.href=%27http://translate.google.com/translate?hl=ru&sl=auto&u=%27+q);
Translate to Japanese
javascript:q=location.href;void(location.href=%27http://translate.google.com/translate?hl=ja&sl=auto&u=%27+q);
Would you give an example where this could be used?
And you mean "Obviously NOT Server-Sided" - right?
document.body.contentEditable = 'true'; document.designMode = 'on'; void 0
copy and paste that as the link.
For more information: http://lyhyt.net/s0m
The find plugin is great! Is there a way to disable the automatic caps lock on the initial letter?
Thanks,
dan