Steepandcheap

Ask for help about NoScript, no registration needed to post
Guest

Steepandcheap

Post by Guest »

I've been having troubles with the backcountry's group of lightning deals pages (steepandcheap.com, chainlove.com, and bonktown.com). I have NoScript set up to allow top level domains, but nothing else. When I go to one of those pages, obviously it doesn't work correctly. I then allow "all this page," and it still won't work. When I "allow all scripts globally," it still doesn't work. However, when I disable NS via FF's add-on page, those pages start working again (so I know the problem is NS). I've tried messing with the internal settings to NS, but I can't seem to find anything that will make a difference on those pages. Any ideas?
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0.1) Gecko/20100101 Firefox/4.0.1
User avatar
Giorgio Maone
Site Admin
Posts: 9524
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: Steepandcheap

Post by Giorgio Maone »

Can you look for error messages in Tools>Error Console?
Mozilla/5.0 (Windows NT 5.2; WOW64; rv:2.0.1) Gecko/20100101 Firefox/4.0.1
Guest

Re: Steepandcheap

Post by Guest »

Ok, I did a bit of testing with the error console, and it looks like the variable/object BCNTRY isn't getting defined (or at least I assume as much, every call to a constructor or function in that object is being returned as "...is not defined," "...is not a constructor,", or "...is not a function"), and as such, is making a lot of things go screwy.

Code: Select all

<script type="text/javascript">
    if (typeof(BCNTRY) == 'undefined') {BCNTRY = {};}
    BCNTRY.inline = function (fn) {
        if (typeof fn != 'undefined') {fn();}
    }
</script>
That's the html source where the variable first appears. Whether that's specifically what's being blocked, I don't know. I don't know why it would be, I have javascript enabled.
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0.1) Gecko/20100101 Firefox/4.0.1
User avatar
Giorgio Maone
Site Admin
Posts: 9524
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: Steepandcheap

Post by Giorgio Maone »

What should I look for to see whether the page works correctly or not?
For instance, I could make the "Select color / size" widget on the right work by just allowing ".steepandcheap.com".
Mozilla/5.0 (Windows NT 5.2; WOW64; rv:2.0.1) Gecko/20100101 Firefox/4.0.1
Guest

Re: Steepandcheap

Post by Guest »

Huh...well, see, that's the issue. Normally on other pages it works as you've described. But for some reason on these it doesn't. When I allow all this page, or even allow globally, that select size/color, quantity remaining, time remaining, and people on page widgets don't work. Only when I disable NS via the FF add-on page do they work.

I'm also running adblock plus, but I've tested it with that enabled and disabled and it doesn't make a difference.
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0.1) Gecko/20100101 Firefox/4.0.1
Guest

Re: Steepandcheap

Post by Guest »

Just to clarify, by "doesn't work" I mean that it shows the bar for each item, but no data is displayed.
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0.1) Gecko/20100101 Firefox/4.0.1
User avatar
Giorgio Maone
Site Admin
Posts: 9524
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: Steepandcheap

Post by Giorgio Maone »

Does it work on a clean [url=http://kb..org/Profile]profile[/url] with just NoScript installed?
If it does, could you try [url=http://kb..org/Standard_diagnostic_-_Firefox#Extension_issues]Standard Diagnostic[/url] to see if it's an extensions conflict?
Mozilla/5.0 (Windows NT 5.2; WOW64; rv:2.0.1) Gecko/20100101 Firefox/4.0.1
Post Reply