Skip to content

Commit

Permalink
* (Nosey Hound) Updated for knighty's massive changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sollace committed Oct 28, 2014
1 parent d57d7bf commit a18d55c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Nosey Hound/Nosey_Hound.user.js
Expand Up @@ -3,7 +3,7 @@
// @namespace fimfiction-sollace
// @include http://www.fimfiction.net/user/*
// @include https://www.fimfiction.net/user/*
// @version 1.2
// @version 1.3
// @require http://code.jquery.com/jquery-1.8.3.min.js
// @grant GM_setValue
// @grant GM_getValue
Expand Down Expand Up @@ -470,7 +470,7 @@ function getUserName() {

//==API FUNCTION==//
function getUserButton() {
return $('.user_toolbar div.user_drop_down_menu a[href^="/user/"]')[0];
return $('.user_toolbar a.button[href^="/user/"]')[0];
}

//==API FUNCTION==//
Expand Down

0 comments on commit a18d55c

Please sign in to comment.