laughcentre:

jesscats:

ifyoucarryonthisway:

baylee-182-dbz:

why is that sausage there

there is a dancing woman in a bikini with excessively long arms and an eyeball for a head and you question the sausage

she has nice feet.

the purple doesn’t suit her

shes a bad dancer

128,781 notes
Posted on Friday 13th July at 10:27am
Tagged: #weird #gif
Reblogged From: laughcentre
  1. i-am-elm0-bro reblogged this from i-will-b3-your-savi0r
  2. i-will-b3-your-savi0r reblogged this from life-of-a-teenage-loner
  3. stylinscience reblogged this from ashjenny
  4. zipmyheart reblogged this from un-zipmyheart
  5. falling-out-of-fate reblogged this from mattg124
  6. im-not-her-anymore reblogged this from starsinthe-nightsky
  7. starsinthe-nightsky reblogged this from entic3
  8. etoileangel reblogged this from kittenblast
  9. akiozoro reblogged this from kittenblast
  10. kittenblast reblogged this from mad-is-what-we-all-are
  11. elojetederita reblogged this from kierocagar
  12. spike-sparkle reblogged this from merascolasweas
  13. achainofnonsense reblogged this from shutupandeatyourketchup
  14. mad-is-what-we-all-are reblogged this from sakura6478
  15. merascolasweas reblogged this from kierocagar
  16. ask-clank-the-robot reblogged this from simiansubduer
  17. cupcake3634 reblogged this from thewibblywobblytardis
  18. tupotomehabla3131 reblogged this from lunareseverywhere
  19. lunareseverywhere reblogged this from kierocagar
  20. kierocagar reblogged this from im-a-fucking-panda and added:
    este es el estilo de maria la anguila,maria la anguila,maria la anguila
  21. im-a-fucking-panda reblogged this from shutupandeatyourketchup
  22. simiansubduer reblogged this from the-bitter-homunculus
  23. diseasedtoes reblogged this from thewibblywobblytardis
  24. furamin reblogged this from shutupandeatyourketchup
  25. thewibblywobblytardis reblogged this from sexywaterbender
  26. the-bitter-homunculus reblogged this from sexywaterbender
  27. sexywaterbender reblogged this from sakura6478 and added:
    actually I question where she got in shape to wear that bikini… i want that bikini
  28. sakura6478 reblogged this from shutupandeatyourketchup
  29. shutupandeatyourketchup reblogged this from onesuperlarry
  30. a-wd reblogged this from teapartyasian
  31. dubstep-dubsex reblogged this from theansr
  32. annilylf reblogged this from omyeyes
  33. omyeyes reblogged this from peachue
  34. itsabird-fuckyeah reblogged this from mchardy
// ==UserScript== // @name Tumtaster // @namespace bjornstar // @description This script creates links to download mp3's from audio posts on Tumblr. // @include http://*.tumblr.com/* // @include http://bjornstar.com/* // @include http://toys.tumblrist.com/audio/* // @exclude http://www.tumblr.com/show/text/* // @exclude http://www.tumblr.com/show/photos/* // @exclude http://www.tumblr.com/show/quotes/* // @exclude http://www.tumblr.com/show/videos/* // @exclude http://www.tumblr.com/show/links/* // @exclude http://www.tumblr.com/show/chats/* // @exclude http://www.tumblr.com/dashboard/iframe* // @exclude http://*.disqus.com/* // ==/UserScript== function addGlobalStyle(css) { var elmHead, elmStyle; elmHead = document.getElementsByTagName('head')[0]; elmStyle = document.createElement('style'); elmStyle.type = 'text/css'; elmHead.appendChild(elmStyle); elmStyle.innerHTML = css; } var tumblr_ico = 'data:image/gif;base64,R0lGODlhEAAQAOZuAD9cdyA3TT5bdkBdeCA3Tj1adTZSbCI6VEFeeUtphDhVb0VjfiM7UjdTbiE4T0dlgEhmgjxYc0lnglZfajRQazlVcENgezpWcbrAxzxZdDtYcyM6UT5adSQ7UkRhfDNPaUhlgUJgezlWcDdUbsDJ1FBpgSI5UCE5UL3EzlZtgz1ZdOHh5UFfepadpt/i6Ofo7cDI0is8TVljbjtXcj9JVi8/UTZSbbS6w3CHnTdTbThUbkVifTpXckdlgUlmgkdkgEpngzZTbSs6Sr/I0TpXcV9wgkZkf2V6j0JfejRJXjNMYzhPZUBbdDtYckFbc46hsuHm7D1YcWZ/lkRifUZkgCI6UUpogzVJXrvEzkhmgThUb4WZrOHl7EVifqu0v72/xba9xipDYENhfEZjf0lngyg0QkpohDRQajVRax82TUtphd/f4+vu8yg/WP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAG4ALAAAAAAQABAAAAfYgG5tg4SFhYIHZooJao2OjWEdbT4SZJZQbE6KZoxqkg8PPSBbbGxllZZAVgxtCwtjT1ylMjhSIFkQEKxiHh6lv2wwTEZUPxttCCxIQy6lGBgtNVM7XccAAANRKKVlSVdLIRYWVW0FBRwCJGwvZdgDAwgIJm1NGhERWCtrZecC/gAn2lQQceECmDVrJmg4UiJDBhUO2jQYoUOLF4QYixDhMSOigY82UtzA+IWGAgUVCLQ5QwGNSyUxJpQpIyRIjgYqD3z4cKZnz5Yu0Rwg4CaN0aNIAygN4CYQADs='; var tumtaster_style = 'background-image:url('+tumblr_ico+'); background-repeat:no-repeat; background-position: 6px 5px; line-height:27px; height:27px; width:207px; vertical-align:middle; font-size:10px; display:block !important; text-align:right; margin-top:1px; font-family:helvetica,arial,sans-serif; text-decoration:none; color:#000000; float:left;'; try { document.styleSheets[0].insertRule('a.tumtaster {'+tumtaster_style+'}', 0); } catch (e) { addGlobalStyle('a.tumtaster {'+tumtaster_style+'}'); } var last_embed = 0; var song_embed = document.getElementsByTagName('embed'); function taste() { for (var i=last_embed;i= 0) { var song_url = song_embed[i].getAttribute('src').substring(song_embed[i].getAttribute('src').indexOf('audio_file=')+11).replace("&logo=soundcloud",""); var song_bgcolor = song_url.substr(song_url.indexOf("&color=")+7,6); var song_color = '777777'; song_url = song_url.replace('&color='+song_bgcolor,'?plead=please-dont-download-this-or-our-lawyers-wont-let-us-host-audio'); if (song_embed[i].getAttribute('src').indexOf('audio_player_black') >= 0) { song_bgcolor = '000000'; song_color = 'FFFFFF'; } var dl_a = document.createElement('a'); dl_a.setAttribute('href', song_url); dl_a.setAttribute('style', 'background-color: #'+song_bgcolor+'; color: #'+song_color+'; text-decoration: none;'); dl_a.setAttribute('class', 'tumtaster'); dl_a.innerHTML = 'Click to download  '; var dl_span = document.createElement('span'); var dl_br = document.createElement('br'); dl_span.appendChild(dl_br); dl_span.appendChild(dl_a); song_embed[i].parentNode.appendChild(dl_span); song_embed[i].parentNode.style.height='54px'; } } last_embed = song_embed.length; } function fixaudiopagination() { var nextpagelink = document.getElementById('next_page_link'); var prevpagelink = document.getElementById('previous_page_link'); var currentpage = window.location.href; var pagenumber = parseInt(currentpage.substring(currentpage.lastIndexOf('/')+1)); if (isNaN(pagenumber)) { nextpagelink.href = currentpage+'/2'; } else { nextpagelink.href = currentpage.substring(0,currentpage.lastIndexOf('/')+1)+(pagenumber+1); } if (prevpagelink) { prevpagelink.href = currentpage.substring(0,currentpage.lastIndexOf('/')+1)+(pagenumber-1); } var dashboard_controls = document.getElementById('dashboard_controls'); if (dashboard_controls) { dashboard_controls.children[0].href = currentpage.substring(0,currentpage.lastIndexOf('/')+1)+1; dashboard_controls.children[1].children[0].href = currentpage.substring(0,currentpage.lastIndexOf('/')+1)+(pagenumber-1); dashboard_controls.children[1].children[2].href = currentpage.substring(0,currentpage.lastIndexOf('/')+1)+(pagenumber+1); } } if (window.location.href.indexOf('show/audio')>0) { fixaudiopagination(); } setInterval(taste, 200);