User Rating:(not enough votes)
Saving vote...
Deleting vote...
deletevote
Your Rating:X/10
You need to be registered
if you want your vote to count.
Rollover to rate this babe
Current rank: unranked
- Body type: Slim
- Boobs: Real/Natural
- Pubic hair: Shaved/Brazilian
- Tattoos: Many
Aloe Goddess Performances
Solo: Nudity (Full), Masturbation, Dildo
Aloe Goddess Photos (Uploaded By Our Users)
Aloe Goddess Links
No links posted yet.
Commenting is disabled for non-registered users. Please register and login if you want to leave comments.
User comments
More Like Aloe Goddess
Yana Love
Giulia Wylde
Murrrrrrka
Angie Faith
Ashley Marti
Tanya Bahtina
Grettagrand
Stina Kye
Lillian Faye
Persefone
Do you want to login or register? Use these links: Login | Register
");$("body,html").animate( { scrollTop: $("#quickjump").offset().top-100 }, 400 //speed );}function saveComment(commentid) {var comment = $("#comment-"+commentid+"-textarea").val();$.post( "/ajax-savecomment.php", { commentid: commentid, comment: comment, type: 'profile' }).done(function( data ) {if (data.success != "true"){alert(data.message);}else{$("#comment-"+commentid+"-textarea").hide();$("#comment-"+commentid).html(nl2br(comment));$("#comment-"+commentid).show();} });}function cancelSaveComment(commentid) {$("#comment-"+commentid).html($("#comment-"+commentid+"-textarea").val());$("#comment-"+commentid+"-textarea").hide();$("#comment-"+commentid).show();}function LoadWhenReady() {$( window ).resize(function() {CheckThumbRows();});CheckThumbRows();initAddToList();$(".outlink").click(function() { var link = $(this).prop("href");$.post( "/track", { x: link }, function( data ) {});});$("#aliasinfobtn").click(function() {$("#aliasinfo").slideToggle("fast");})$("#down").click(function() {if ($(this).css("cursor") == "auto") { return; }var countprofimg = 0;$(".prof").each(function() {if (!$(this).is(':hidden')){countprofimg++;if (countprofimg == 1){$(this).hide(500);}}else{if (countprofimg > 3){countprofimg++;}if (countprofimg == 3){$(this).show(500);$("#up").css({'cursor':'pointer', opacity: 1.0});$("#down").css({'cursor':'auto', opacity: 0.3});countprofimg++;}if (countprofimg > 4){$("#down").css({'cursor':'pointer', opacity: 1.0});}}});});$("#up").click(function() {if ($(this).css("cursor") == "auto") { return; }var countprofimg = 0;$($(".prof").get().reverse()).each(function() {if (!$(this).is(':hidden')){countprofimg++;if (countprofimg == 1){$(this).hide(500);}}else{if (countprofimg > 3){countprofimg++;}if (countprofimg == 3){$(this).show(500);$("#down").css({'cursor':'pointer', opacity: 1.0});$("#up").css({'cursor':'auto', opacity: 0.3});countprofimg++;}if (countprofimg > 4){$("#up").css({'cursor':'pointer', opacity: 1.0});}}});});$("#up").css({'cursor':'auto', opacity: 0.3});$("a.img").click(function () { $("#topframe").hide(); } );$( "#favoritewidget" ).on( "click", "a.removeuserlisting", function() {var listid = $(this).attr('id').replace('removelisting-','');$.post( "/ajax-removefrom-list.php", { babeid: 87155, listid: listid }, function( data ) {if (data.success == "true"){ReloadLists(); window.dataLayer = window.dataLayer || []; dataLayer.push({ 'event': 'interaction', 'category': 'User Lists', 'action': 'Removed', 'label': 'Custom List' });}else{showNoty(data.message, "error");}});return false;});$( "#favoritewidget" ).on( "click", "#favoritebutton", function() { alert("You need to be registered and logged in if you want to use this feature"); insertLoginLink(); });$("#editsimilararea").on("click","#submitsimilar",function(e) {// prevent default form submite.preventDefault(); alert("You need to be registered and logged in if you want to use this feature"); insertLoginLink();});$( "#favoritewidget" ).on( "click", "#unfavoritebutton", function() {$.post( "/ajax-favorite.php", { babeid: 87155, score: "-1" }, function( data ) {if (data.success == "true"){ReloadLists(); window.dataLayer = window.dataLayer || []; dataLayer.push({ 'event': 'interaction', 'category': 'User Lists', 'action': 'Removed', 'label': 'Favorites' });}else{showNoty(data.message, "error");}});});$(".reportlink").click(function() {$("#dialog").html("");var linkid = $(this).attr('id').replace('reportlink-','');$.ajax({ url: "/ajax-dialogs.php?dialog=reportlink&linkid=" + linkid, success: function(data){ $("#dialog").html(data); $("#dialog").dialog( { title: "Report link", modal: true, width: 450,buttons: {"Report": function() {reportLink();},Cancel: function() {$( this ).dialog( "close" );}} }); }});return false;});$("#submitlinkbutton").click(function( event ) {$("#submitlink").click();});$(document).on('click', '.commentvotingbox button', function() {var commentid = $(this).attr('data-commentid');var vote = $(this).attr('data-vote');if ($(this).hasClass("voted")) { vote = 0; }$.post( "/ajax-vote-comment.php", { commentid: commentid, vote: vote, type:1 }, function( data ) {if (data.success == "true"){var parentbox = $("#comment-"+commentid).parent();parentbox.find("span.comment-upvote-count").text(data.upvotes);parentbox.find("span.comment-downvote-count").text(data.downvotes);if (data.currentuservote == -1){parentbox.find("button.commentvotingup").removeClass("voted");parentbox.find("button.commentvotingdown").addClass("voted");}else if(data.currentuservote == 1){parentbox.find("button.commentvotingup").addClass("voted");parentbox.find("button.commentvotingdown").removeClass("voted");}else{parentbox.find("button.commentvotingdown").removeClass("voted");parentbox.find("button.commentvotingup").removeClass("voted");}showNoty(data.message,'success');}else{showNoty(data.message,'error');}});})$("#flagprofile,#editbio,#uploadphoto,#submitlink,#submitcomment,.replycommentbutton,.reportcomment").click( function() { alert("You need to be registered and logged in if you want to use this feature"); insertLoginLink(); return false; });window.parent.getScript('https://www.babepedia.com/fancybox5/fancybox/fancybox.umd.js',function(){ var giftofspeed = document.createElement('link'); giftofspeed.rel = 'stylesheet'; giftofspeed.href = 'https://www.babepedia.com/fancybox5/fancybox/fancybox.css'; giftofspeed.type = 'text/css'; var godefer = document.getElementsByTagName('link')[0]; godefer.parentNode.insertBefore(giftofspeed, godefer); $('#profbox a[rel="gallery"]').click(function() { $(".useruploads img.lazy[data-src]").each( function() { $(this).attr("src",$(this).attr("data-src")); $(this).removeAttr("data-src"); $(this).removeClass("lazy"); }); }); Fancybox.bind('[rel="gallery"]', { groupAll : true, dragToClose: false, idle: false, Toolbar: { items: { thumbsup: { tpl: ``, click: () => { const fancybox = Fancybox.getInstance(); if (!fancybox.getSlide().thumbSrc) return; $.post( "/ajax-vote-image.php", { path: fancybox.getSlide().thumbSrc, babeid: 87155, vote: 1}) .done(function( data ) { if (data.success == "true") { showNoty(data.message,'success'); } else { showNoty(data.message,'error'); } }); } }, thumbsdown: { tpl: ``, click: () => { const fancybox = Fancybox.getInstance(); if (!fancybox.getSlide().thumbSrc) return; $.post( "/ajax-vote-image.php", { path: fancybox.getSlide().thumbSrc, babeid: 87155, vote: -1}) .done(function( data ) { if (data.success == "true") { showNoty(data.message,'success'); } else { showNoty(data.message,'error'); } }); } } }, display: { left: [], middle: ["prev", "infobar", "next"], right: ["zoomIn", "slideshow", "fullscreen", "download", "close",], }, }, contentClick: "toggleCover", Images: { Panzoom: { panMode: "mousemove", mouseMoveFactor: 1.1, mouseMoveFriction: 0.12, }, zoom: true, initialSize: "fit",wheel:"slide", }, Thumbs: { type: 'modern', }, Carousel: { transition: "crossfade", friction: 0.12, preload: 1, }, on: { 'Carousel.ready Carousel.change': (fancybox) => { fancybox.container.style.setProperty( '--bg-image', `url("${fancybox.getSlide().thumbSrc}")` ); }, },});});};