');
} else {
var query = elem.find('.keywords').html();
$.ajax({
context: elem,
url: 'https://wn.com/api/upge/cheetah-search-adv/video',
cache: true,
data: {
'query': query
},
dataType: 'jsonp',
success: function(text) {
if (text.length > 0) {
video_id = text[0].id;
elem.find('.player').html('
');
}
}
});
}
}
var stopAllYouTubeVideos = function() {
var iframes = document.querySelectorAll('iframe');
Array.prototype.forEach.call(iframes, function(iframe) {
iframe.contentWindow.postMessage(JSON.stringify({ event: 'command', func: 'pauseVideo' }), '*');
});
}
jQuery(function() {
jQuery(".playVideo").live("click", function() {
if(!$(this).hasClass("played")){
stopAllYouTubeVideos();
var elem = $(this);
setTimeout(function(){
mouseOverMe(elem);
}, 1000);
}
});
jQuery(".description_box .expandContent").live("click", function() {
elem = $(this).parent().parent().parent().find('.descContent');
if(elem.height() > 51) {
elem.css('height', '44px');
$(this).html('Show More
');
}else{
elem.css('height', 'auto');
$(this).html('Hide
');
}
});
jQuery('.interview-play-off').click(function() {
$(".interview-play-off").hide();
$(".interview-play").show();
$(".videoplayer-control-pause").click();
});
jQuery(".video-desc .show_author_videos").live("click", function() {
query = $(this).attr('title');
container = $(this).parent().parent().parent().find('.video-author-thumbs');
$(this).parent().parent().parent().find('.video-author-thumbs').css('height', '220px');
jQuery.ajax({
url: '/api/upge/cheetah-photo-search/videoresults',
data: {'query': query},
success: function(text) {
if(!text) { text = i18n("No results"); }
container.html(jQuery(text));
}
});
});
});
// -->
Latest News for: esoteric
Edit
Public Technologies
17 Mar 2026
) Esoteric Ebb is taking Steam by storm - but how does a branching narrative CRPG like this come together? In this guest blog, Christoffer Bodegård unpacks complex narrative design ...
Edit
AV Club
14 Mar 2026
It’s a question I’ve been wrestling with quite a bit this week, as I spent 20 hours with Esoteric Ebb, a game that couldn’t wear the influences and inspirations shining on its medieval vambraces more clearly if it wanted to.
Edit
Gamespot
05 Mar 2026
In one of Esoteric Ebb's chambers lies a chest ... Esoteric Ebb is a lot like the mimic in this scene ... In Esoteric Ebb, you are the Cleric, a bumbling idiot and magical savant sent by the magistrate to ...
Edit
Newsweek
04 Mar 2026
While games like "Baldur’s Gate 3" recreate the rules of the setting, and even let you visit places within the official lore, what "Esoteric Ebb" (now available on Steam) brings to the table is different.
Edit
Rock, Paper, Shotgun
03 Mar 2026
Among the first things I did in Esoteric Ebb was spectacularly injure myself by posing a question to a kobold guard that was actually a statement ... Read more .