Closed Bug 1567945 Opened 5 years ago Closed 5 years ago

Create UA override for beeg.com

Categories

(Web Compatibility :: Interventions, enhancement)

enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: ksenia, Assigned: ksenia)

References

Details

The site is hiding content on the page with the following script:

        if (beeg.useragent.indexOf('Firefox') >= 0) {
            $('#tpl-index').hide(0);
            move = false;
        }

So for the UA override we'd need to replace "Firefox" with an empty string

Assignee: nobody → kberezina
Status: NEW → ASSIGNED

PR merged to github and shipped in https://bugzilla.mozilla.org/show_bug.cgi?id=1568636

Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.