WoodrowShigeru / flex

Favslist Expansion » Customize and expand your Favslist experience.
http://www.favslist.com/forums/393
0 stars 0 forks source link

Module "Biggest Fan" #36

Open WoodrowShigeru opened 10 years ago

WoodrowShigeru commented 10 years ago

Let the "Biggest Fan" feature from unikGamer return, by injecting and recreating its functionality myself.

WoodrowShigeru commented 10 years ago

"Inject into mouseenter"

$('#fans .blockpage').mouseenter();  // something like this.

"Get list"

$('#fans .blockpage').map(function(){
  return this.title;
}).get();
WoodrowShigeru commented 8 years ago

Related: #64