Poll

did you put any in your bookmarks bar? PS! THIS IS NOT SPAM! it will not affect any internet access and it can not find your private data!

no
10 (55.6%)
only one
2 (11.1%)
i put in two
0 (0%)
i got three
1 (5.6%)
i have four
0 (0%)
I GOT FIVE OR MORE!
2 (11.1%)
5+ and added my own to this topic
2 (11.1%)
I ADDED ALL OF THEM!!!
1 (5.6%)

Total Members Voted: 18

Author Topic: bookmarklets  (Read 2910 times)

have you ever been looking for bookmarklets?

i have, i didn't find much good ones, so i made this topic. in this topic people add there own bookmarklets, and take some from this post. this is the first topic about bookmarklets, and i want it to be a good one.

but JUST to clarify things... do you even know what a bookmarklet is?

if you don't... a  bookmarklet is a thing where you drag it to you bookmarks or favorites section and when you click it... something happens! and i mean something on teh page, not a new page appears. thats a bookmark. not a bookmarklet.

i made this topic so you can put random bookmarklets in and people can use them.
copy the code, then when you are on google chrome, go to the tools, bookmark manager, add new page, and name it something and paste the code where it says URL.

i had a  bookmarklet right here that was like that old Japanese game "katamari" , but it didn't quit work from the code, so go to katkack.com, it will have the bookmarklet for you.

when you use THIS bookmarklet, a window appears giving you data and such. when it is done loading press start. then just like in the game katamari, you can roll up stuff on the page.

NOTE! the codes are ABOVE the descriptions. here are a few fun bookmarklets

Code: [Select]
]javascript:document.body.contentEditable ='true'; document.designMode='on'; void 0
this allows you to edit any word on any site. (doesn't work well on google.com ) it doesn't really save it, only you can see. when you refresh the page it's gone.

Code: [Select]
javascript:document.body.contentEditable ='false'; document.designMode='off'; void 0
this allows you to turn off "edit mode" and fool your friends. ( with a blinking line saying " hey, i'm editing " they will know something is wrong so use this to trick them )

Code: [Select]
javascript:(function(){function R(w){try{var d=w.document,j,i,t,T,N,b,r=1,C;for(j=0;t=["object","embed","applet","iframe"][j];++j){T=d.getElementsByTagName(t);for(i=T.length-1;(i+1)&&(N=T[i]);--i)if(j!=3||!R((C=N.contentWindow)?C:N.contentDocument.defaultView)){b=d.createElement("div");b.style.width=N.width; b.style.height=N.height;b.innerHTML="<del>"+(j==3?"third-party "+t:t)+"</del>";N.parentNode.replaceChild(b,N);}}}catch(E){r=0}return r}R(self);var i,x;for(i=0;x=frames[i];++i)R(x)})()
this code is epic. it deletes most, or all of the advertisements on the screen! this one is awesome!
« Last Edit: January 19, 2012, 06:51:25 AM by blobo »

this code is epic. it deletes most, or all of the advertisements on the screen! this one is awesome!
Seems legit.

to add other bookmarklets, just copy the thing from your bookmarks bar, it should put the code in for you. don't forget to tell us what it does.
 

don't forget to tell us what it does.
Who is "us" and why do you want to know what it does if you already know?

us being readers. and add your own. and if you add your own, say what it does so the READERS KNOW WHAT IT DOES! duh!
« Last Edit: December 09, 2011, 03:41:57 PM by blobo »

while i wait for comments i keep playing with the katamari one i put up there. i keep rolling up my topic XD


pointless coloured op
why?

 i colored so people would know which script is with witch description. you never know when an idiot will get confused and whines about it on a forum.
« Last Edit: December 10, 2011, 07:51:09 AM by blobo »

(code)

(description)



(different code)

(different description)



and so on

whatever, will anyone post bookmarklets or is it just going to be conversations?

Take off the color and put
Code: [Select]
around the codes. Tell us what each of them do, too.

Code: [Select]
javascript:var%20noch=prompt('How%20many%20options%20are%20there?','');if%20(noch!=null)%20alert('Choose%20option%20'+Math.round(noch*Math.random()))
It's a dice, you can choose how many sides the dice has, it decides the outcome at random...


Code: [Select]
javascript:var script = document.createElement("script"); script.src="http://gravityscript.googlecode.com/svn/trunk/gravityscript.js"; document.body.appendChild(script);void(0);
this doesn't work TOO well, but it's a gravity script. it makes objects on the screen fall.