Flickr More User Links

By scragz Last update Dec 9, 2010 — Installed 3,239 times.

A little tweak...

in
Subscribe to A little tweak... 2 posts, 1 voice



decembre Scriptwright
FirefoxWindows

► The Result :

buttonsonside-Test-(More-User-Links)-2

► Change fav's by" by a little fav star :

iconfave = '';

► Modification code :
//decembre change "FAv's by" > "by Me" , "Leech " by " DcK" , icon Fav ( + iconfave + ) et by Me
subNavPrep();
if (doShowYourFavsOfTheirs()) appendSubNavLink(getUsername() + ' '+ iconfave + ' by Me ', yourFavsOfTheirsLink());
if (doShowPopularLink()) appendSubNavLink('Pop', popularLink());
//if (doShowScoutLink()) appendSubNavLink('Sct', scoutLink());
if (doShowLeechLink()) appendSubNavLink('DcK', leechLink());
//if (doShowTheirFavsOfYours()) appendSubNavLink('Me ' + iconfave + getUsername(), theirFavsOfYoursLink());
}
} else if (config.showOnPhotoPage && _gi('button-bar')) { // photo page
GM_log("getUserId(): "+getUserId());
GM_log("getIsItMe(): "+getIsItMe());
GM_log("getMyUsername(): "+getMyUsername());
GM_log("getUsername(): "+getUsername());
photoNavPrep();

if (doShowYourFavsOfTheirs()) appendPhotoNavLink(getUsername() + ' '+ iconfave + ' by Me ', yourFavsOfTheirsLink());
//if (doShowTheirFavsOfYours()) appendPhotoNavLink(' Me ' + iconfave + getUsername(), theirFavsOfYoursLink());
if (doShowPopularLink()) appendPhotoNavLink('Pop', popularLink());
//if (doShowScoutLink()) appendPhotoNavLink('Sct', scoutLink());
if (doShowLeechLink()) appendPhotoNavLink('Dck', leechLink());

► The More User Link after...:

 
decembre Scriptwright
Firefox

another site for "POP"
:
var popularLink = function()
{
return 'http://en.flickeflu.com/photos/' + getUserId() + '/interesting';
};

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel