To see less ads Register or Login ----- Daily Fantasy Sports games 18+

Greasemonkey script to display team data on FPL league page

A Fantasy Football forum for news on fantasy football games run by the Premierleague (FPL).
Post Reply
User avatar
nickchild
FISOhead
Posts: 648
Joined: 27 Jul 2006, 23:51
FS Record: 180th Overall FPL and X-League Winner 2008/09
Contact:

Re: Greasemonkey script to display team data on FPL league page

Post by nickchild »

SloopJohn wrote:Hi Nick, I downloaded your app but I can't enter my team ID? Every time I enter 'save' it doesn't actually save...
Hmm not sure what the problem is. Haven't seen or heard of that.... Can you tell me your iOS version and give me your team ID and I will try from my end...

User avatar
SloopJohn
Kevin and Perry
Posts: 44
Joined: 01 Dec 2012, 17:06

Re: Greasemonkey script to display team data on FPL league page

Post by SloopJohn »

nickchild wrote:
SloopJohn wrote:Hi Nick, I downloaded your app but I can't enter my team ID? Every time I enter 'save' it doesn't actually save...
Hmm not sure what the problem is. Haven't seen or heard of that.... Can you tell me your iOS version and give me your team ID and I will try from my end...
Hi Nick - my IOS is 9.3.5 and my team ID is 472. Cheers

schjorp
Newbie
Posts: 2
Joined: 16 Aug 2016, 00:30

Re: Greasemonkey script to display team data on FPL league page

Post by schjorp »

I installed greasemonkey and used your two links on page 1 to install your scripts. But when I visist the fpl page, nothing is different. Any help?

Paulista
Grumpy Old Man
Posts: 1945
Joined: 13 Aug 2016, 07:49

Re: Greasemonkey script to display team data on FPL league page

Post by Paulista »

schjorp wrote:I installed greasemonkey and used your two links on page 1 to install your scripts. But when I visist the fpl page, nothing is different. Any help?
Sometimes you just gotta hit f5 and refresh the page.

Canary94
FISOhead
Posts: 787
Joined: 15 Aug 2014, 23:05

Re: Greasemonkey script to display team data on FPL league page

Post by Canary94 »

EDIT: wrong thread :oops:

mohamed3on
Newbie
Posts: 2
Joined: 07 Dec 2015, 08:46

Re: Greasemonkey script to display team data on FPL league page

Post by mohamed3on »

Hello,
This is an absolutely fantastic script. Thanks very much for making it.
I have a small issue though, the Gameweek transfers and Transfer Points Hit columns are always set to 0, even when many transfers have been made. Is this an issue with the script?

Paulista
Grumpy Old Man
Posts: 1945
Joined: 13 Aug 2016, 07:49

Re: Greasemonkey script to display team data on FPL league page

Post by Paulista »

mohamed3on wrote:Hello,
This is an absolutely fantastic script. Thanks very much for making it.
I have a small issue though, the Gameweek transfers and Transfer Points Hit columns are always set to 0, even when many transfers have been made. Is this an issue with the script?
Those columns are displaying transfers made in the current gameweek. You wrote your post 2 hours after the new Gameweek started, so that's why you will see all zero's.

That being said, it would be a useful addition to the script to add a column of transfers made the previous gameweek.

Paulista
Grumpy Old Man
Posts: 1945
Joined: 13 Aug 2016, 07:49

Re: Greasemonkey script to display team data on FPL league page

Post by Paulista »

Whilst I'm here, thanks Nick for all your work. Fantastic tool.

zomri
Wideboy
Posts: 61
Joined: 21 Aug 2013, 23:37

Re: Greasemonkey script to display team data on FPL league page

Post by zomri »

Paulista wrote:
mohamed3on wrote:Hello,
This is an absolutely fantastic script. Thanks very much for making it.
I have a small issue though, the Gameweek transfers and Transfer Points Hit columns are always set to 0, even when many transfers have been made. Is this an issue with the script?
Those columns are displaying transfers made in the current gameweek. You wrote your post 2 hours after the new Gameweek started, so that's why you will see all zero's.

That being said, it would be a useful addition to the script to add a column of transfers made the previous gameweek.
yeah, maybe mouseover number of transfers made that would show players in and out before current gw would be a great addition to an already wonderful script.

User avatar
djskope
Red & Blue Braces
Posts: 499
Joined: 07 Jan 2015, 11:54

Re: Greasemonkey script to display team data on FPL league page

Post by djskope »

Hi - has anybody got the "FPL get player info" bit of this script working ok with Firefox?
(The league standings part of the script works great - thanks!)

My page
https://fantasy.premierleague.com/a/team/my
Looks exactly the same with the script as it does without it - even if I refresh.
Maybe the URL changed or something?

User avatar
MoSe
Dumbledore
Posts: 9550
Joined: 10 Sep 2014, 12:25
Location: next door S.Siro stadium
FS Record: FISODAS CUP Winner Season 25
FISO H2H Winner: 15/16 Div2 - 16/17 Div1
FISO Mirror: 16/17 PL Winner

Re: Greasemonkey script to display team data on FPL league page

Post by MoSe »

Hey dj
The my team url wiil show his own ream to each one clicking it! :lol:

pfc_ivan
Treebeard
Posts: 153
Joined: 30 Aug 2015, 19:29

Re: Greasemonkey script to display team data on FPL league page

Post by pfc_ivan »

2rs1 wrote:I found this tonight. It is incredibly useful. Thanks a lot!
pfc_ivan wrote:
kidzio wrote:Hi Nickchild, I was just wondering if your script will be changed to reflect the 2nd wildcard availability? Thanks once again for the great script! Lastly, a happy new year to you!
Hello all,

I was also wondering about this. As of now, it does not reflect the 2nd wildcard availability.

Great work nonetheless guys!
I did a quick fix to handle the second wildcard. This will discard wilcards played before GW 20, so it should probably be solved in a better way (by looking at the current gw or something...).
Changed line 626 to read the last wildcard played:

Code: Select all

			arr4 = arr3[arr3.length - 2].split('<td>');
and line 752 to discard wildcards played in 2015;

Code: Select all

if(wcinfo == "No wildcards played" || wildcardGW < 20) {
Someone that knows a little more coding than I do, can you please confirm if changing these lines would work in this years version of the script? Thank you! :D

User avatar
Cliffard
FISOhead
Posts: 810
Joined: 08 Oct 2008, 00:00
Location: Trondheim, Norway

Re: Greasemonkey script to display team data on FPL league page

Post by Cliffard »

Anyone else having troubles with this lately? It usually helps to refresh the page, or enter via Leagues rather than My Team, but nothing's worked this weekend.

User avatar
From4corners
FISO Jedi Knight
Posts: 20107
Joined: 24 Aug 2009, 22:32
Location: London

Re: Greasemonkey script to display team data on FPL league page

Post by From4corners »

Cliffard wrote:Anyone else having troubles with this lately? It usually helps to refresh the page, or enter via Leagues rather than My Team, but nothing's worked this weekend.
Same here, entering via leagues (rather than open the league pages in a new tab) seems to have the columns, but not all the data. Refreshing helps, at times. Have experienced this for months though.

Paulista
Grumpy Old Man
Posts: 1945
Joined: 13 Aug 2016, 07:49

Re: Greasemonkey script to display team data on FPL league page

Post by Paulista »

Working fine for me lads (on Chrome).

User avatar
Cappadonna
Red & Blue Braces
Posts: 349
Joined: 04 Aug 2007, 16:35

Re: Greasemonkey script to display team data on FPL league page

Post by Cappadonna »

I'm on Chrome and for some reason it only displays certain users' data in the League tab. In my league of 22 people only six have the information displayed - the rest is blank.

User avatar
streety
FISOhead
Posts: 935
Joined: 13 Oct 2005, 18:35
Location: Swindon, UK
Contact:

Re: Greasemonkey script to display team data on FPL league page

Post by streety »

Working fine for me in Chrome. I have to do a hard refresh on the page for the links to come up.

Thanks for sharing :)

User avatar
danzku
Treebeard
Posts: 250
Joined: 28 Jan 2014, 17:51
FS Record: FISO Forum League Cup 2016 Champion
Landlord of The Rounded Keeper 2021/22

Re: Greasemonkey script to display team data on FPL league page

Post by danzku »

Cappadonna wrote:I'm on Chrome and for some reason it only displays certain users' data in the League tab. In my league of 22 people only six have the information displayed - the rest is blank.
same problem for me

User avatar
Oxford NZ
Dumbledore
Posts: 6923
Joined: 06 Jan 2017, 03:35
FS Record: They think it's all over!

Re: Greasemonkey script to display team data on FPL league page

Post by Oxford NZ »

I am sure it must have been mentioned on here before but I have to disable the Better FPL app for this to work with chrome.
Great application, many thanks Nick :-)

User avatar
I Am Ville
Red & Blue Braces
Posts: 349
Joined: 05 Sep 2016, 21:48
FS Record: FPL Best 5,025 (16/17)

Re: Greasemonkey script to display team data on FPL league page

Post by I Am Ville »

Does this work on ipad?

User avatar
Ardrageen
Red & Blue Braces
Posts: 415
Joined: 24 Jul 2008, 14:38
FS Record: Retired from FPL. Used to be ok at it. 120th FPL. 1st FFS HOF.

Re: Greasemonkey script to display team data on FPL league page

Post by Ardrageen »

Oxford NZ wrote:I am sure it must have been mentioned on here before but I have to disable the Better FPL app for this to work with chrome.
Great application, many thanks Nick :-)
Thanks for the tip. Disabling Better FPL worked for me too.

User avatar
Mav3rick
FISO Jedi Knight
Posts: 20858
Joined: 20 Jul 2009, 20:35
FS Record: FPL: 1082, 1201, 1800, 10203

The stats are dark and full of errors.

Re: Greasemonkey script to display team data on FPL league page

Post by Mav3rick »

Ardrageen wrote:
Oxford NZ wrote:I am sure it must have been mentioned on here before but I have to disable the Better FPL app for this to work with chrome.
Great application, many thanks Nick :-)
Thanks for the tip. Disabling Better FPL worked for me too.
You don't have to disable the whole of better FPL, just the league part, so when on the FPL site, click the Better FPL button chose options and then uncheck the last option:

Image

User avatar
Ardrageen
Red & Blue Braces
Posts: 415
Joined: 24 Jul 2008, 14:38
FS Record: Retired from FPL. Used to be ok at it. 120th FPL. 1st FFS HOF.

Re: Greasemonkey script to display team data on FPL league page

Post by Ardrageen »

Thanks Mav3rich. I will give that a try.

User avatar
Beerfuelledman
FISO Knight
Posts: 13220
Joined: 13 Oct 2005, 18:26
Location: In Norn Iron
FS Record: FISO 17/18 FPL Cash Draft League Winner

Re: Greasemonkey script to display team data on FPL league page

Post by Beerfuelledman »

I have Better FPL as an extension on Chrome (must have come across it first). Should I get this instead or are they much of a muchness?
I read about an iOS app earlier - Is there an Android one?

t88
Treebeard
Posts: 261
Joined: 01 Dec 2010, 23:05

Re: Greasemonkey script to display team data on FPL league page

Post by t88 »

There's been no new posts on this subject. Does any1 know if the script work on any Android browsers?

User avatar
sstaffsw
Grumpy Old Man
Posts: 1917
Joined: 08 Dec 2011, 10:47
Location: Wolverhampton

Re: Greasemonkey script to display team data on FPL league page

Post by sstaffsw »

Anyone know if this useful tool still works with Firefox? I'm not having any luck with it.

User avatar
kidzio
Wideboy
Posts: 53
Joined: 06 Sep 2015, 14:42

Re: Greasemonkey script to display team data on FPL league page

Post by kidzio »

It cannot work on mobile. It is still working in desktop. I'm using chrome but it shouldn't be any different.


Sent from my iPhone using Tapatalk

User avatar
andybarrell
Dumbledore
Posts: 8990
Joined: 13 Oct 2005, 18:26
Location: Southend-on-Sea
FS Record: 2013 Licence to Kill Winner
2019 S15 R2 Championship Winner
2020 FISO H2H League 1 Winner
2020 5aSide Champions (Falcons)
Contact:

Re: Greasemonkey script to display team data on FPL league page

Post by andybarrell »

seems to have stopped on Chrome as well now

User avatar
nickchild
FISOhead
Posts: 648
Joined: 27 Jul 2006, 23:51
FS Record: 180th Overall FPL and X-League Winner 2008/09
Contact:

Re: Greasemonkey script to display team data on FPL league page

Post by nickchild »

It's still working for me on Firefox, though most of the time you do need to perform a refresh once the league is loaded...

Which Chrome extenstion are you using? I will check it out

User avatar
andybarrell
Dumbledore
Posts: 8990
Joined: 13 Oct 2005, 18:26
Location: Southend-on-Sea
FS Record: 2013 Licence to Kill Winner
2019 S15 R2 Championship Winner
2020 FISO H2H League 1 Winner
2020 5aSide Champions (Falcons)
Contact:

Re: Greasemonkey script to display team data on FPL league page

Post by andybarrell »

tampermonkey

View Latest: 1 Day View Your posts
Post Reply

Return to “Fantasy PremierLeague.com (FPL)”