Dinosaur? What dinosaur? I don't see a dinosaur ....
Here's a workaround for ya Johnny! LOL
♬"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!!!
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'.
Och na laddie. If thay wantae uise th' count doon timer then thay wull hae tae add months. Na, add years tae.
Andyscot
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);
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);
Works in Chrome......
......except you misspelled Color! ;-)
andyson:Works in Chrome......except you misspelled Color! ;-)
ScottHope:Have you managed to work out the code paste in FF yet Andy?
No sir. And I quit tryin! LOL