Omnimaga

General Discussion => Technology and Development => Web Programming and Design => Topic started by: Juju on June 04, 2013, 05:47:00 pm

Title: Random bookmarklets
Post by: Juju on June 04, 2013, 05:47:00 pm
Code: [Select]
javascript:(function(){var fs=document.createElement("script");fs.onload=function(){Derpy();};fs.src="http://juju2143.ca/mousefly.js";document.head.appendChild(fs);}());
You ought to copy-paste that in the URL bar. :P
Title: Re: Random bookmarklets
Post by: Streetwalrus on June 04, 2013, 05:49:27 pm
That is an awesome one Juju. :P I bet Sorunome will like it.
Title: Re: Random bookmarklets
Post by: Sorunome on June 04, 2013, 07:17:11 pm
dang it, chrome just searches for that in google D:

EDIT: Uh, DERPY!!!!!!!!!!! :D

EDIT 2: Did you use browserponies or did you recreate your own version?
Title: Re: Random bookmarklets
Post by: Juju on June 04, 2013, 10:21:54 pm
I did my own version from scratch. Nice to know you like it ^_^
Title: Re: Random bookmarklets
Post by: DJ Omnimaga on June 04, 2013, 11:34:54 pm
Wasn't there already a topic for those? ???

That's kinda cool, though :P
Title: Re: Random bookmarklets
Post by: Juju on June 05, 2013, 12:08:39 am
Was too lazy to necropost that one, and I kinda was in a hurry. Feel free to merge it if you find it though. And thanks ^_^
Title: Re: Random bookmarklets
Post by: imo_inx on June 05, 2013, 01:26:23 am
I found this one while poking around :P

Code: [Select]
javascript:document.body.style.background='url(http://f.cl.ly/items/0x1J350B3E3t1h1b1m2r/0002.gif)';soundManager.stop('omfgdogs');soundManager.createSound({id: 'omfgnyan',url: 'http://iwantaneff.in/nyan.mp3',volume: 50,autoPlay: true,loops:999});void(0);
EDIT: Try this one too! It's a pony platformer...
Code: [Select]
javascript:(function(s){s=document.createElement('script');s.src='http://websplat.bitbucket.org/websplat/loader.js';document.getElementsByTagName('head')[0].appendChild(s);})()
Title: Re: Random bookmarklets
Post by: Sorunome on June 05, 2013, 04:43:59 pm
lol @ first one ^^

and the pony platformer is a pretty interesting idea! :D
how can you check for collisions with other html elements though?