If you want to disable the meta image injection on specific pages manually, you can use the following closure:
placid_should_inject(function () {
// - check if the meta information should be injected
return true; // - must return (bool)
});