Forums

Help › Forums

Nerdy thread

Mon, Feb 19 2024 8:38 AM (96 replies)
  • donsprintr
    2,063 Posts
    Mon, May 16 2016 12:13 PM

    Dinosaur? What dinosaur? I don't see a dinosaur ....

  • andyson
    6,415 Posts
    Mon, May 16 2016 12:57 PM

    Here's a workaround for ya Johnny!  LOL

  • WigerToods2010
    8,445 Posts
    Mon, May 16 2016 12:58 PM

    ♬"Drink to me only. Ahhh Thaaaat's all I axe... and I will drinnnnk ah-to yoooooooo"♬

     

     

    Update:

    Lmao @ Andy!

    I was thinking of doing that - 25 days is a helluva long animation though. :)

     

    Nurra update:

    Soz, Scott - that kent Andy made me do it!!!

  • WigerToods2010
    8,445 Posts
    Mon, May 16 2016 1:22 PM

    andyson:

    Here's a workaround for ya Johnny!  LOL

    WGT have been in touch to ask if they can use the above themselves as the countdown timer to a glitch free game...

     

    Just swayin'.

  • andyson
    6,415 Posts
    Mon, May 16 2016 4:01 PM

    Och na laddie. If thay wantae uise th' count doon timer then thay wull hae tae add months.  Na, add years tae.

    Andyscot

  • ScottHope
    10,085 Posts
    Sat, May 21 2016 7:42 AM
    00:00:00

    Just testing stuff out again. Select and copy the text in blue below. Press [F12] to open the developer tools and click the ELEMENTS, INSPECTOR or DOM EXPLORER tab, then click the CONSOLE tab. Paste the copied text in at the prompt and hit enter (or click the green play icon if in Internet Explorer) then close the dev tools window [X]. May not work in all browsers.

    var clock = document.querySelectorAll(".clock")[0];document.querySelectorAll(".codeclock")[0].style.display = "none";function liveClock(){clock.innerHTML = new Date().toString().substr(16,8)}; var bkground = document.querySelectorAll("body")[0];function backCol(){col="";for (i=0; i<3; i++){col += ("0"+(Math.floor(Math.random()*256).toString(16))).slice(-2)}; bkground.style.cssText = "background:#"+col+";transition:background 10s";};backCol();var runit = setInterval(backCol,20000);var clkrun = setInterval(liveClock,1000);

  • ScottHope
    10,085 Posts
    Thu, Jun 16 2016 6:09 AM

    Colour Changer

    More silliness...

    Select and copy the text in blue below. Press [F12] to open the developer tools and click the ELEMENTS, INSPECTOR or DOM EXPLORER tab, then click the CONSOLE tab. Paste the copied text in at the prompt and hit enter (or click the green play icon if in Internet Explorer) then close the dev tools window [X]. May not work in all browsers. (Give it about ten seconds before giving up on it).

    var box = document.querySelectorAll(".ForumPostArea")[6];document.querySelectorAll(".ForumPostHeader")[6].style.background = "transparent";var text = document.querySelectorAll(".ForumPostContentText")[6];document.querySelectorAll(".codecolourchanger")[0].style.display = "none";function bground(){num1 = Math.floor(Math.random()*16777216);box.style.cssText = "background:#"+num1.toString(16)+";transition:background 2s";text.style.cssText = "color:#"+((num1+8388608)%16777216).toString(16)+";transition:color 2s";}var runit = setInterval(bground,10000);

  • andyson
    6,415 Posts
    Fri, Jun 17 2016 1:13 PM

    Works in Chrome......

    ......except you misspelled Color! ;-)

  • ScottHope
    10,085 Posts
    Fri, Jun 17 2016 1:28 PM

    andyson:
    Works in Chrome......except you misspelled Color! ;-)
    Hehe, that's where I can get tripped up easily, have to spell it your way in the code but like to spell it my way elsewhere.  : )   Glad it works for someone else besides Thomas and myself though. Have you managed to work out the code paste in FF yet Andy?

  • andyson
    6,415 Posts
    Fri, Jun 17 2016 4:06 PM

    ScottHope:
    Have you managed to work out the code paste in FF yet Andy?

    No sir.  And I quit tryin!  LOL

RSS