NRL Fantasy Fanatics



Join the forum, it's quick and easy

NRL Fantasy Fanatics

NRL Fantasy Fanatics - A place for discussion of NRL Fantasy / Virtual Sports / Super Coach and other Fantasy Sports

    2017 NRL.com Fantasy Thread Part 11

    Krump
    Krump

    Posts : 8454
    Reputation : 4770
    Join date : 2015-07-31
    Location : Your mums room

    2017 NRL.com Fantasy Thread Part 11 - Page 38 Empty Re: 2017 NRL.com Fantasy Thread Part 11

    Post by Krump Fri Mar 03, 2017 12:40 pm

    my tv broke wrote:FANHUB are retarded. If you are familiar with using the "inspect element" dev tool in Chrome you can get the 'R' button to show easily, and change your reserves. I have tested this and it works.

    HOW TO (on chrome, firefox should be fairly similar i would assume, but i don't use FF):

    - Right click the bottom grey bar on the player you want to make a reserve (eg to the left of the "S" & "T" buttons), and click "INSPECT".

    - The element inspector tab will open at the bottom, with
    Code:
    "<div class="team-player-subinfo">"
    highlighted.

    - Click the black arrow on the left to expand this part of the code.

    - It will then show 4 or 5 spans relating to the buttons. Locate the third span down which is the code to show the 'R', this is the code:

    Code:
    <span class="right team-r ng-binding" ng-hide="hide_reserve" ng-click="setReserve(data.id, playerLockout)" style="display: none;">R</span>

    - Right click this and then choose "Edit as HTML".

    - REMOVE this part:
    Code:
    style="display: none;"

    - Click somewhere else on the screen to make it take effect. You will see the 'R' available on the player. Make your change and save Smile

    Surely they will fix this, this morning.
    I can't wait for @SI to try this
    White Lightning
    White Lightning
    Fanatic

    Posts : 13779
    Reputation : 4707
    Join date : 2015-10-13

    2017 NRL.com Fantasy Thread Part 11 - Page 38 Empty Re: 2017 NRL.com Fantasy Thread Part 11

    Post by White Lightning Fri Mar 03, 2017 12:41 pm

    MTB is an IT wizard. Thanks mate. I will attempt this.
    Mulvy
    Mulvy
    Moderator

    Posts : 22027
    Reputation : 13429
    Join date : 2016-01-26
    Location : Mulvania

    2017 NRL.com Fantasy Thread Part 11 - Page 38 Empty Re: 2017 NRL.com Fantasy Thread Part 11

    Post by Mulvy Fri Mar 03, 2017 12:41 pm

    only just noticed kapow has dpp
    filthridden
    filthridden
    Moderator

    Posts : 18614
    Reputation : 11501
    Join date : 2015-09-28

    2017 NRL.com Fantasy Thread Part 11 - Page 38 Empty Re: 2017 NRL.com Fantasy Thread Part 11

    Post by filthridden Fri Mar 03, 2017 12:43 pm

    Krump wrote:
    I can't wait for @SI to try this


    I imagine he'll go through all the steps cautiously and somehow it will result in him posting a gif in this thread.
    my tv broke
    my tv broke
    Fanatics Immortal

    Posts : 26877
    Reputation : 19131
    Join date : 2016-01-08

    2017 NRL.com Fantasy Thread Part 11 - Page 38 Empty Re: 2017 NRL.com Fantasy Thread Part 11

    Post by my tv broke Fri Mar 03, 2017 12:43 pm

    haha, I do know a little bit of web dev but certainly not an expert.

    Used to be able to get presale tickets (to origin games and the like) on ticketek in similar way, they seem to have wised up to this method though.
    Chewie
    Chewie
    Fanatic

    Posts : 16457
    Reputation : 11233
    Join date : 2016-02-03
    Location : Top of the FOG

    2017 NRL.com Fantasy Thread Part 11 - Page 38 Empty Re: 2017 NRL.com Fantasy Thread Part 11

    Post by Chewie Fri Mar 03, 2017 12:44 pm

    my tv broke wrote:FANHUB are retarded. If you are familiar with using the "inspect element" dev tool in Chrome you can get the 'R' button to show easily, and change your reserves. I have tested this and it works.

    HOW TO (on chrome, firefox should be fairly similar i would assume, but i don't use FF):

    - Right click the bottom grey bar on the player you want to make a reserve (eg to the left of the "S" & "T" buttons), and click "INSPECT".

    - The element inspector tab will open at the bottom, with
    Code:
    "<div class="team-player-subinfo">"
    highlighted.

    - Click the black arrow on the left to expand this part of the code.

    - It will then show 4 or 5 spans relating to the buttons. Locate the third span down which is the code to show the 'R', this is the code:

    Code:
    <span class="right team-r ng-binding" ng-hide="hide_reserve" ng-click="setReserve(data.id, playerLockout)" style="display: none;">R</span>

    - Right click this and then choose "Edit as HTML".

    - REMOVE this part:
    Code:
    style="display: none;"

    - Click somewhere else on the screen to make it take effect. You will see the 'R' available on the player. Make your change and save Smile

    Surely they will fix this, this morning.

    HAHA So much win! Nice work!

    For the desperate Fantasy fanatic there's always a way!
    RandomSil
    RandomSil
    Moderator

    Posts : 9841
    Reputation : 3165
    Join date : 2015-01-12
    Age : 31

    2017 NRL.com Fantasy Thread Part 11 - Page 38 Empty Re: 2017 NRL.com Fantasy Thread Part 11

    Post by RandomSil Fri Mar 03, 2017 12:44 pm

    my tv broke wrote:FANHUB are retarded. If you are familiar with using the "inspect element" dev tool in Chrome you can get the 'R' button to show easily, and change your reserves. I have tested this and it works.

    HOW TO (on chrome, firefox should be fairly similar i would assume, but i don't use FF):

    - Right click the bottom grey bar on the player you want to make a reserve (eg to the left of the "S" & "T" buttons), and click "INSPECT".

    - The element inspector tab will open at the bottom, with
    Code:
    "<div class="team-player-subinfo">"
    highlighted.

    - Click the black arrow on the left to expand this part of the code.

    - It will then show 4 or 5 spans relating to the buttons. Locate the third span down which is the code to show the 'R', this is the code:

    Code:
    <span class="right team-r ng-binding" ng-hide="hide_reserve" ng-click="setReserve(data.id, playerLockout)" style="display: none;">R</span>

    - Right click this and then choose "Edit as HTML".

    - REMOVE this part:
    Code:
    style="display: none;"

    - Click somewhere else on the screen to make it take effect. You will see the 'R' available on the player. Make your change and save Smile

    Surely they will fix this, this morning.

    Cheers man, appreciate it as I can fix my damn reserves now.
    Fortitude
    Fortitude

    Posts : 4604
    Reputation : 2655
    Join date : 2016-02-25
    Location : National Capital

    2017 NRL.com Fantasy Thread Part 11 - Page 38 Empty Re: 2017 NRL.com Fantasy Thread Part 11

    Post by Fortitude Fri Mar 03, 2017 12:45 pm

    Krump wrote:
    I can't wait for @SI to try this

    Does it update your score to include the new R? Or is it just changing the display?
    my tv broke
    my tv broke
    Fanatics Immortal

    Posts : 26877
    Reputation : 19131
    Join date : 2016-01-08

    2017 NRL.com Fantasy Thread Part 11 - Page 38 Empty Re: 2017 NRL.com Fantasy Thread Part 11

    Post by my tv broke Fri Mar 03, 2017 12:47 pm

    Fortitude wrote:

    Does it update your score to include the new R? Or is it just changing the display?

    It will only work if you choose another player who has not yet played.

    Thankfully, the actual changes are done on the server-side, so you can't cheat.


    Last edited by my tv broke on Fri Mar 03, 2017 12:48 pm; edited 1 time in total
    AL
    AL

    Posts : 1553
    Reputation : 1815
    Join date : 2016-01-10

    2017 NRL.com Fantasy Thread Part 11 - Page 38 Empty Re: 2017 NRL.com Fantasy Thread Part 11

    Post by AL Fri Mar 03, 2017 12:47 pm

    Aardvark Ratnick wrote:TPG went well for minutes played , just hope Benny is slowly working him in, I thought he showed more than Arrow and Ese but maybe thats just because I owned him afro  

    I thought he went great too, was very solid and hard to handle. Arrow was good also but is a small middle forward and probably not ideal to run him and McGuire at the same time for long periods. I wasn't too fussed with Herman, didn't seem to offer much to me and thought Joe Ofa outplayed him in the WCC - not sure what is doing there but I think the fringe players will probably all get rotated throughout the year so come origin time they all know what they are up for.

    The bench didn't play a lot of minutes considering Glenn's concussion - guess we had already used a fair chunk of interchanges by then so had to battle on and WB probably wanted the experienced blokes on the field when we got the wobbles.
    big jono
    big jono

    Posts : 123
    Reputation : 13
    Join date : 2016-03-03

    2017 NRL.com Fantasy Thread Part 11 - Page 38 Empty Re: 2017 NRL.com Fantasy Thread Part 11

    Post by big jono Fri Mar 03, 2017 12:48 pm

    Surely even if he plays a few weeks Jacks gets stuff all points, with Cronk, Smith, and Munster all around him sharing the duties hes gonna be a catch and pass man isnt he?

    my tv broke wrote:

    Just from a footy point of view he looked really solid. Was very close to busting through a couple of times. With a bit more footy he can become a real weapon for us outside Milford.

    Yep, he looked real solid. Calm under the high ball too, is good news fantasy wise as he will keep his spot in the side which was a concern.
    wolfking
    wolfking
    Fanatics Immortal

    Posts : 32900
    Reputation : 13207
    Join date : 2016-04-26
    Age : 39
    Location : Brisbane

    2017 NRL.com Fantasy Thread Part 11 - Page 38 Empty Re: 2017 NRL.com Fantasy Thread Part 11

    Post by wolfking Fri Mar 03, 2017 12:49 pm

    filthridden wrote:The team I ended up with:

    Smith (c) (McInnes)
    Fifita, Ese'ese (Faufusi)
    Surgess, ET, SiMat (Sironen)
    Johnson, Lamb (Elgey)
    Talakai, Idris
    Tedesco, RTS, Hayne

    I-paps, Yates, MCK, Field, Kelly, Cotric, Python, Suli

    90k ITB which is a lot more than I had planned for.

    Hopefully ET gets through a tonne of tackling in the wet.

    Easy E in your starting side?
    my tv broke
    my tv broke
    Fanatics Immortal

    Posts : 26877
    Reputation : 19131
    Join date : 2016-01-08

    2017 NRL.com Fantasy Thread Part 11 - Page 38 Empty Re: 2017 NRL.com Fantasy Thread Part 11

    Post by my tv broke Fri Mar 03, 2017 12:50 pm

    [quote="AL"]

    I actually thought Herman was pretty good. Carried the ball with intent and his speed in the definsive line was good. A few defensive lapses but thats ok. He's fantasy irrelevant, will never get the mins in that pack.
    Fortitude
    Fortitude

    Posts : 4604
    Reputation : 2655
    Join date : 2016-02-25
    Location : National Capital

    2017 NRL.com Fantasy Thread Part 11 - Page 38 Empty Re: 2017 NRL.com Fantasy Thread Part 11

    Post by Fortitude Fri Mar 03, 2017 12:50 pm

    my tv broke wrote:

    It will only work if you choose another player who has not yet played.

    Thankfully, the actual changes are done on the server-side, so you can't cheat.

    Yeah dumb question. Sorry. When I actually looked at how it worked, I realised I was being dome
    wolfking
    wolfking
    Fanatics Immortal

    Posts : 32900
    Reputation : 13207
    Join date : 2016-04-26
    Age : 39
    Location : Brisbane

    2017 NRL.com Fantasy Thread Part 11 - Page 38 Empty Re: 2017 NRL.com Fantasy Thread Part 11

    Post by wolfking Fri Mar 03, 2017 12:52 pm

    Any ideas how much Brailey and Moga will go up in price?
    Hannah2
    Hannah2

    Posts : 581
    Reputation : 448
    Join date : 2016-02-27

    2017 NRL.com Fantasy Thread Part 11 - Page 38 Empty Re: 2017 NRL.com Fantasy Thread Part 11

    Post by Hannah2 Fri Mar 03, 2017 12:53 pm

    Anyone else having trouble signing into fantasy site? Says my email or password are wrong, but they aren't! I need to fix my team after reading late mail re Idris!
    Fortitude
    Fortitude

    Posts : 4604
    Reputation : 2655
    Join date : 2016-02-25
    Location : National Capital

    2017 NRL.com Fantasy Thread Part 11 - Page 38 Empty Re: 2017 NRL.com Fantasy Thread Part 11

    Post by Fortitude Fri Mar 03, 2017 12:55 pm

    How about everyone dissing Brailey's effort last night.

    Tough crowd in here, I thought he looked fairly solid (for a debutant at 138k), wasn't falling off tackles, wasn't caught out of position. People keep saying how 'gassed' he was. Debut hooker that was never going to play any more than 60mins. Literally any other debutant in any position getting that score you'd be happy
    wolfking
    wolfking
    Fanatics Immortal

    Posts : 32900
    Reputation : 13207
    Join date : 2016-04-26
    Age : 39
    Location : Brisbane

    2017 NRL.com Fantasy Thread Part 11 - Page 38 Empty Re: 2017 NRL.com Fantasy Thread Part 11

    Post by wolfking Fri Mar 03, 2017 12:55 pm

    Hannah2 wrote:Anyone else having trouble signing into fantasy site? Says my email or password are wrong, but they aren't! I need to fix my team after reading late mail re Idris!

    What now?

    THe site is working fine for me.
    silvertop
    silvertop

    Posts : 240
    Reputation : 61
    Join date : 2017-02-25

    2017 NRL.com Fantasy Thread Part 11 - Page 38 Empty Re: 2017 NRL.com Fantasy Thread Part 11

    Post by silvertop Fri Mar 03, 2017 12:56 pm

    Hannah2 wrote:Anyone else having trouble signing into fantasy site? Says my email or password are wrong, but they aren't! I need to fix my team after reading late mail re Idris!

    Maybe clear cache close browser and try again. Its gonna be buggy today, maybe get moves done nice and early
    Krump
    Krump

    Posts : 8454
    Reputation : 4770
    Join date : 2015-07-31
    Location : Your mums room

    2017 NRL.com Fantasy Thread Part 11 - Page 38 Empty Re: 2017 NRL.com Fantasy Thread Part 11

    Post by Krump Fri Mar 03, 2017 12:58 pm

    silvertop wrote:

    Maybe clear cache close browser and try again. Its gonna be buggy today, maybe get moves done nice and early
    Just imagine how bad it would be if they actually managed to grow their market share. It'd be 2014 all over again if they had 150k users

      Current date/time is Sun Apr 28, 2024 10:36 pm