/*
* @title Tumblr no teaser
* @description hidden teaser banner on Tumblr
* @include http://*.tumblr.com/*
* @license MIT http://opensource.org/licenses/MIT
* @javascript_url
*/
(function () {
var teaser = document.body.querySelector('#tumblr_teaser_follow');
if (!teaser) return;
// no effect [hidden]
teaser.style.display = 'none';
})();