Forums

Help › Forums

meter

Tue, Feb 26 2013 1:09 PM (5 replies)
  • vincent59
    60 Posts
    Tue, Feb 26 2013 9:34 AM

     

    im i the only one having major problems with there meter im i have taken practice swings dosent work now ever shot my meter goes all the way to the end click the mouse dosent stop sometimes its misses or sometimes goes 2 feet ?

  • WGTicon
    12,511 Posts
    Tue, Feb 26 2013 10:04 AM

    hi

    that does sound like there is an issue. can you try other browsers and see if it improves?

    -wgticon

  • ct690911
    7,205 Posts
    Tue, Feb 26 2013 10:25 AM
    I hd the same problem when I as using the chrome browser..I have since switched to internet explorer and it works better...other browsers are also supposedly good...maxthon 3, firefox etc.
  • ScottHope
    10,607 Posts
    Tue, Feb 26 2013 11:06 AM

    Adding a button to the game client to switch the colour filter on and off.

    To get the button to appear on the game client you will need to install another browser extension. This time it's Tampermonkey. Click the link left and look for the link for your browser on Tampermonkey's home page.

    Once installed, click the Tampermonkey toolbar icon on your browser then click the Dashboard button...

    ...in the Dashboard, click the create New userscript button...

    ...in the New userscript code window, select all the pre-installed code, and delete it...

    Copy the script below, and paste it into the New userscript code window...

    // ==UserScript==
    // @name         Filter
    // @namespace    http://tampermonkey.net/
    // @version      0.1
    // @description  try to take over the world!
    // @author       You
    // @match        http://www.wgt.com/gameclient.aspx*
    // @grant        none
    // ==/UserScript==

    (function() {
        'use strict';

    var game1 = document.getElementById("game");
    var game2 = document.getElementById("gameclient");
    var newbtn = document.createElement("button");
    newbtn.setAttribute("id","colbtn");
    newbtn.setAttribute("type","button");
    newbtn.innerHTML = "Filter";
    newbtn.addEventListener("click",change);
    game1.appendChild(newbtn);
    function change(){game2.classList.toggle("colOn");newbtn.classList.toggle("colOn");}
    })();

    ...then click the save button...

    ...now you can close the Tampermonkey browser tab.

    Next, you'll need to add a bit more CSS to the Stylish browser extension.

    Click on the Stylish toolbar icon on your browser and click the edit button...

    ...if you already have a CSS filter value for the game client, then make a note of it and  

  • bubbadork
    984 Posts
    Tue, Feb 26 2013 12:30 PM

    As a lawyer would say: "Asked and answered." (Many times.) 

  • ScottHope
    10,607 Posts
    Tue, Feb 26 2013 1:09 PM
    10 match template
    Download/view code
    20 match template
    Download/view code
    30 match template
    Download/view code
    40 match template
    Download/view code
    50 match template
    Download/view code
    30 match pairs
    template 4 rounds
    Download/view code
    25 match template
    with tier & average
    columns
    Download/view code
    10 match borderless template
    Download/view code
    20 match borderless
    template
    Download/view code
    30 match borderless template
    Download/view code
    20 match borderless
    template with tier &
    average columns
    Download/view code
RSS