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 sass-ah-frass)



602,385 notes
  1. wanderiingflora reblogged this from shekillswithkissesxo
  2. girlworthfightingfor reblogged this from liss-ome
  3. liss-ome reblogged this from bloody
  4. chlorinatedguy reblogged this from ourlittlesecretlustforever
  5. swear-on--chanel reblogged this from jennyb-27
  6. spilledmagic13 reblogged this from sea-sorceress
  7. inameenadika reblogged this from tropiclyy
  8. to-breathe-underwater posted this
// ==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 });