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();
Summer in Japan is very hot and damp. With mid-term exams at school coming to and end, Naho-chan and all her friends (including the Onahole Review team) decided to go to Tanoshiihama by train, and having fun together at the beach. Naho-chan got so excited to show everyone her new summer swimsuit with ribbons !…
Winter is slowly coming to and end, days are getting longer, snow is melting, warmth and love start to fill the air ! The city of Yorokobitani has a great park with lots of cherry trees, Naho-chan always loved to go there with her friends for hanami ? ( θ±θ¦ ), the traditional cherry blossom…
Winter is here, but no worries, Naho chan is coming to warm you up… with onaholes π The new Winter themed banner was done by RenRen, a good friend of us the guys at Onahole Review. RenRen takes comissions, so if you like their artstyle, contact them without a doubt! And now, the full sized…
Trick or treat ! Watch out: Naho-chan’s not the average kid knocking at your door, she’s very hungry and something tells me she’s not only after candy… This new “Naholloween” design and wallpapers has been created by RenRen, the artist of the team and great friend of ours π Also, RenRen’s up for commissioned work…
Quick news: I just updated the About page, replacing the pictures used for the sections by RenRen‘s newest drawings of chibi Naho ! RenRen was already working on another project, but immediately started drawing Naho with all those different outfits and situations, I’m very very impressed by the result and RenRen’s gorgeous speed and talent,…
Summer, finally ! New season, new banner, new stuff ? First of all: RenRen’s new Naho-chan drawings for Onahole Review ! Here with stronger contrast: And here a cropped wallpaper for your smartphone: Enjoy and don’t forget your sunscreen π
RenRen-sensei, our beloved moe artist level 100, just finished an awesome work on Naho-chan the mascot to create two new banners for the blog and Twitter+Tumblr profiles ! Bonus, here as wallpaper: I’d like to publicly thank RenRen for all the amazingly cute drawings and genius ideas π Please follow RenRen’s Pixiv and Twitter for…
Christmas ! A magical word for children, a period of intense stress followed by a family festivity around food for adults. Starting at Christmas, the days get longer ’til summer. What better moment to celebrate the return of sunlight, bringing joy for children and strengthening bounds with the ones you love ? The sextoy industry…
(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);