Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4333930
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T10:27:34+00:00 2026-05-21T10:27:34+00:00

PROBLEM BACKGROUND: I usually leave my browser parked on my fantasy baseball live scoring

  • 0

PROBLEM BACKGROUND:

I usually leave my browser parked on my fantasy baseball live scoring page overnight. The next day, the browser is always sluggish and frequently crashes.

After some investigation, I’m convinced it’s caused by a cookie being updated every 1 second by the site. If I have 5 tabs open on the sites’ domain (which I frequently do), it updates the cookie 5 times per second.

DEBUGGING:

I use Firefox 4.0 with firebug and firecookie.

The session cookie is called “fsr.a” and contains a *nix timestamp. I believe it’s called “foresee-trigger” and it’s some kind of adware.

You can see it in action here (no need to log in): http://www.cbssports.com/

The cookie seems to be set by this file: http://sports.cbsimg.net/js/phase2-min-v0047.js

THE FIX:

I’ve tried Adblocking it, but that broke the site. I tried writing a Greasemonkey script to counter it, but I’m not good enough with JS yet. I obviously can’t block all cookies on the domain.

Just looking for ideas or maybe a pointer in the right direction with a Greasemonkey script.

EDIT:

I wonder if I can just change the timer variable with Greasemonkey to update the cookie less frequently?

For reference, I believe this is the code responsible for the “fsr.a” cookie:

var FSR = {
    version: "5.3.0",
    date: "11/11/2009",
    enabled: true,
    files: "http://images.cbssports.com/script/foresee/",
    id: "7alXWMyc064b1ROgR/DloA==",
    sites: [{
        path: /\w+-?\w+\.(com|org|edu|gov|net)/
    }, {
        path: ".",
        domain: "default"
    }]
};

function fsr$setAlive() {
    var a = new Date().getTime();
    document.cookie = "fsr.a=" + a + ";path=/" + ((FSR.site.domain) ? ";domain=" + FSR.site.domain + ";" : ";")
}(function () {
    if (window != window.top) {
        return
    }
    function g(k) {
        if (typeof k == "object") {
            var l = k.constructor.toString().match(/array/i);
            return (l != null)
        }
        return false
    }
    var e = FSR.sites;
    for (var h = 0, a = e.length; h < a; h++) {
        var c;
        if (!g(e[h].path)) {
            e[h].path = [e[h].path]
        }
        for (var j = 0, b = e[h].path.length; j < b; j++) {
            if (c = document.location.href.match(e[h].path[j])) {
                FSR.siteid = h;
                FSR.site = FSR.sites[FSR.siteid];
                if (!FSR.site.domain) {
                    FSR.site.domain = c[0]
                } else {
                    if (FSR.site.domain == "default") {
                        FSR.site.domain = false
                    }
                }
                if (!FSR.site.name) {
                    FSR.site.name = c[0]
                }
                var d = ["files", "js_files", "image_files", "html_files"];
                for (var h = 0, f = d.length; h < f; h++) {
                    if (FSR.site[d[h]]) {
                        FSR[d[h]] = FSR.site[d[h]]
                    }
                }
                break
            }
        }
        if (c) {
            break
        }
    }
    if (!window["fsr$timer"]) {
        fsr$setAlive();
        window["fsr$timer"] = setInterval(fsr$setAlive, 1000)
    }
})();

Alternate paste: http://pastebin.com/YrHFCZn1

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T10:27:35+00:00Added an answer on May 21, 2026 at 10:27 am

    It looks like you need to be registered and logged in for that site to set that cookie. I won’t do that, so I can’t test the fix.

    BUT, looking at that JS, one or more of the following should work from Greasemonkey:

    1. clearInterval (unsafeWindow["fsr$timer"]);   unsafeWindow["fsr$timer"] = null;

    2. unsafeWindow["fsr$setAlive"] = function () {}


    Worse comes to worst:

    1. Copy that JS file to your PC.
    2. Edit it, to kill that timer.
    3. Use adblock to block just the original JS file.
    4. Use Greasemonkey to apply your modified JS.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Problem background I have a post-commit script for my SVN repository which archives &
So the transparent background problem is solved. Now, every time I show the form
I am having a problem setting the background of UITableView to a UIImageView (see
Background : An art teacher once gave me a design problem to draw a
Problem Hey folks. I'm looking for some advice on python performance. Some background on
I'm doing background subtraction using opencv. The problem is the foreground object is not
I have the following problem. The background color in a ListView is set LightGreen
I want to fix the Background while only the ListFields scrolls. Current Problem: Scrolling
I have a button with a transparent background on a wpf window. Problem is,
It seems like a trivial problem, but nothing I've tried will make the background

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.