var selector = {"jetpack_enabled":"","image":"https:\/\/blog.onahole.eu\/wp-content\/plugins\/catch-infinite-scroll\/image\/loader.gif","load_more_text":"Load More","finish_text":"No more items to display","event":"click","navigationSelector":"nav.navigation, nav#nav-below","nextSelector":"nav.navigation .nav-links a.next, nav.navigation .nav-links .nav-previous a, nav#nav-below .nav-previous a","contentSelector":"main","itemSelector":"article.status-publish","type":"post","theme":"blog-nano"};
function wassup_get_screenres(){
var screen_res = screen.width + " x " + screen.height;
if(screen_res==" x ") screen_res=window.screen.width+" x "+window.screen.height;
if(screen_res==" x ") screen_res=screen.availWidth+" x "+screen.availHeight;
if (screen_res!=" x "){document.cookie = "wassup_screen_reseab4fc0be4742f089e47962cbb71592b=" + encodeURIComponent(screen_res)+ "; path=/; domain=" + document.domain;}
}
wassup_get_screenres();
It’s time again for a bimestrial poll to let you decide what onaholes I should request to vendors ! There are some new interesting stuff, but I’ll throw some older ones too that are still relevant π results:
It’s time again for a bimestrial poll to let you decide what onaholes I should request to vendors ! Quick news: hot summer, 38Β°C / 100Β°F that start to harm my beloved onaholes. Naho-chan is so lucky having fun at the sea.. Meanwhile I’ve been doing some tweaking on the blog, making it faster and…
It’s time again for a bimestrial poll to let you decide what onaholes I should request to vendors ! Quick news: I have no idea how it will work out as I have quite a lot of events coming up in my life, hopefully I can find a new pace. Anyway, Onahole Review slowly becomes…
The previous 2 months were lots of fun. Winter is coming to an end, let’s not waste any more time and see what’s going to be next ! Results: Comment: roger, I’ll see what I can get π But hey, guys…Β boku no pico ? It was limited edition, ToysHeart discontinued it loooong ago….
Snowmen and grasshoppers, my to-review drawer is almost empty ! Quick quick, the poll π What yummy stuff will it be this time ? Mmmh. At least one ToysHeart and one PPP must be please, and then a few extras of your choice ! The options with link are from my wishlist, and you can…
It’s this time again ! Let’s add more stuff into my backlog π I’m still halfway the previous poll’s votes, and NLS added a certain special something on the top. You’ll see ^^ Not much new stuff lately, I expect a release from G-Project anytime soon, aside that more will come for Christmas I guess….
Hello and welcome to the third poll ! Internet boys and girls, I have a problem. I can’t keep up to the pace π With the previous poll I already got quite some stuff (still have Bumpy Sisters and La Bocca Della Verita waiting). And my wishlist on J-List is pretty empty (Tied Up Girl…
Hey, everybody take a seat please π After the successful first poll for J-List, 2 months worth of commissions stacked up (because yes J-List sends out every 2 months). It’s up to you now to choose what products from my current shopping list will be bought with the commissions, and it’s quite something ! 2014…
(function() {
var dropdown = document.getElementById( "cat" );
function onCatChange() {
if ( dropdown.options[ dropdown.selectedIndex ].value > 0 ) {
dropdown.parentNode.submit();
}
}
dropdown.onchange = onCatChange;
})();
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="https://statistics.onahole.eu/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '1']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
var ticking = false;
function lazyLoad() {
var images = document.querySelectorAll('.lazyload');
if (!images.length) window.removeEventListener("scroll", scrollHandler);
for (var i=0, nb=images.length ; i <nb ; i++) {
var img = images[i]
var rect = img.getBoundingClientRect();
var isVisible = ((rect.top - window.innerHeight) < 500 && (rect.bottom) > -50 ) ? true : false ;if (isVisible) {
if (!img.src) {
img.src = img.dataset.src;
img.classList.remove('lazyload');
}
}
}
}function scrollHandler() {
if (ticking) return;
window.requestAnimationFrame(function() {
lazyLoad();
ticking = false
});
ticking = true;
}window.addEventListener("DOMContentLoaded", function() { lazyLoad() });
window.addEventListener("scroll", scrollHandler);