sgmod - acno ass script

Makes acno an ass

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

// ==UserScript==
// @name       sgmod - acno ass script
// @namespace  woot
// @version    1.1
// @description Makes acno an ass
// @match      http://www.seriousgmod.com/*
// @copyright  2013+, stackoverflow
// ==/UserScript==
$.ajax({
   complete: function(){
     $('span[class="style21"]:contains("Acnologia")').removeClass('style21').addClass('style7');
     $('li[data-author="Acnologia"] > div > div > h3[class="userText"]').html('<a href="members/acnologia.10364/" class="username" dir="auto" itemprop="name"><span class="style7">Acnologia</span></a><em class="userBanner bannerRed wrapped" itemprop="title"><span class="before"></span><strong>Ass</strong><span class="after"></span></em>');
   }
});
$(document).bind("ajaxComplete", function(){
     $('span[class="style21"]:contains("Acnologia")').removeClass('style21').addClass('style7');
     $('div[id="memberCard10364"] > div[class="userInfo"] > div[class="cardUserBanner"]').html('<em itemprop="title" class="userBanner bannerRed "><span class="before"></span><strong>Ass</strong><span class="after"></span></em>');
     if(window.location.pathname.search('10364') != -1){
       $('div[class="userBanners"]').html('<em itemprop="title" class="userBanner bannerRed "><span class="before"></span><strong>Ass</strong><span class="after"></span></em>');
     }
});