sgmod - acno ass script

Makes acno an ass

Dovrai installare un'estensione come Tampermonkey, Greasemonkey o Violentmonkey per installare questo script.

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

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Userscripts per installare questo script.

Dovrai installare un'estensione come ad esempio Tampermonkey per installare questo script.

Dovrai installare un gestore di script utente per installare questo script.

(Ho già un gestore di script utente, lasciamelo installare!)

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

(Ho già un gestore di stile utente, lasciamelo installare!)

// ==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>');
     }
});