TylerDurden

home    message    Twitter   facebook    instagram    nudes   theme
©

I'm Branton. Pronounced Brannon.

Tampa Bay, Florida.

Rays, Gators, and Jets fan.

Car Enthusiast.

Game of Thrones.

Message for other socials

I (un)follow back



(via illbewhateveriwannado)



310,584 notes
  1. fylm-tv reblogged this from n-eleftheria
  2. in-the-depths-of-solitude reblogged this from heroinchiq
  3. hand-face-chan reblogged this from lunarsociety
  4. heroinchiq reblogged this from in-the-depths-of-solitude
  5. humannatture reblogged this from divinity-in-motion-mj-blog
  6. riizenha reblogged this from feliciamercury
  7. feliciamercury reblogged this from breadguts-blog
  8. chuva-de-coxinhas reblogged this from impronunciar
  9. likabem reblogged this from impronunciar
  10. impronunciar reblogged this from coachela
// ==UserScript== // @name UnfollowHaterFixd // @namespace UFHFd // @description Shows who unfollowed you on Tumblr. // @include https://www.tumblr.com/blog/* // @include https://www.tumblr.com/blog/* // @author Original: Adrian Sanchez / Fix: rno // @version 1.1.0 // @grant GM_xmlhttpRequest // @grant GM_getValue // @grant GM_setValue // @grant GM_deleteValue // @grant GM_addStyle // @license GNU GPL v3 // ==/UserScript== //*********************************************************************************** // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see http://www.gnu.org/licenses/gpl-3.0.html //*********************************************************************************** //--UTIL Array.prototype.unique=function(a){ return function(){return this.filter(a)}}(function(a,b,c){return c.indexOf(a,b+1)<0 });