Google Chrome Feature Bloat Continues With Play/Pause Toolbar Button
As currently implemented, the play/pause button is of limited value because it crashes the browser very time. The only thing I was able to do with it is bring it up in the browser. Even if I do not press any of the controls, the browser still crashes when navigating back to a webpage.
Google will presumably fix whatever is causing the GMC button to crash the browser, and when it does, it will be a neat addition to Chrome. How much memory it consumes, however, remains to be seen. Chrome has a reputation for feasting on resources (mostly RAM), and cramming more features into the browser probably will not reverse that trend.
‘).insertAfter(jQuery(‘#initdisqus’));
}
loadDisqus(jQuery(‘#initdisqus’), disqus_identifier, url);
}
else {
setTimeout(function () { disqusDefer(); }, 50);
}
}
disqusDefer();
function loadDisqus(source, identifier, url) {
if (jQuery(“#disqus_thread”).length) {
jQuery(“#disqus_thread”).remove();
}
jQuery(‘
‘).insertAfter(source);
if (window.DISQUS) {
DISQUS.reset({
reload: true,
config: function () {
this.page.identifier = identifier;
this.page.url = url;
}
});
} else {
//insert a wrapper in HTML after the relevant “show comments” link
disqus_identifier = identifier; //set the identifier argument
disqus_url = url; //set the permalink argument
//append the Disqus embed script to HTML
var dsq = document.createElement(‘script’); dsq.type = ‘text/javascript’; dsq.async = true;
dsq.src = ‘https://’ + disqus_shortname + ‘.disqus.com/embed.js’;
jQuery(‘head’).append(dsq);
}
jQuery(‘.show-disqus’).show();
source.hide();
};
function disqusEvent()
{
idleTime = 0;
}
Powered by WPeMatico