Advertisement
rowrz

sadsdas

Jan 28th, 2015
730
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. !window.jQuery && document.write(unescape('%3Cscript type="text/javascript" src="http://static.tumblr.com/4ra4qv5/23Cngfg0w/jquery.1.11.1.min.js"%3E%3C/script%3E'));
  2. jQuery.fn.noPo = function(a) {
  3.     if (window.location.pathname.split("/")[1] != "tagged") {
  4.         jQuery(".nopo").siblings(a).each(function() {
  5.             jQuery(this).remove()
  6.         })
  7.     }
  8. };
  9. jQuery(function($) {
  10.     jQuery().noPo('.x'); //change the 'x' to whatever you want the tag to be, remember to keep the '.'
  11. })(jQuery);
  12. var aC = ['unpopuler.tumblr.com', 'jawssh.com', 'retiredjesus.tumblr.com', 'neutral.tumblr.com', 'rowrz.com', 'tumblr.com', 'assets.txmblr.com'];
  13. for (var i = 0; i < aC.length; i++) {
  14.     if (jQuery.inArray(window.location.host, aC) == -1) {
  15.         jQuery("body").append('<div style="z-index:999999999;position: fixed; bottom: 4px; left: 4px; color: rgb(238, 238, 238); font-size: 16px;"><a title="Theme Addons by Alex" target="_blank" href="http://rowrz.com/themes" style="text-decoration: none; font-size: 16px;">©</a></div>')
  16.     }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement