What's New
Off Topix: Embrace the Unexpected in Every Discussion

Off Topix is a well established general discussion forum that originally opened to the public way back in 2009! We provide a laid back atmosphere and our members are down to earth. We have a ton of content and fresh stuff is constantly being added. We cover all sorts of topics, so there's bound to be something inside to pique your interest. We welcome anyone and everyone to register & become a member of our awesome community.

Active Scripts

DrLeftover

Forum Curmudgeon (certified)
Elite Member
Joined
May 13, 2010
Posts
17,629
OT Bucks
48,582
I think we have a new record. I went to a news site to read a story, and the script blocker said there was 37 active scripts on the page.





I don't remember ever seeing that high of a number before.






You have to wonder, what are they all doing with/to your browser/computer/information?




And I couldn't even read the content I wanted because I didn't know which one to allow to see it, and I wasn't going to unblock them all.
 
Gimme the link and I'll tell you.

Don't need to worry too much, though. Flash may have too much power over files on your computer, but JavaScript generally doesn't.
 
All right.

*goes over the CNN homepage.*

Ads, ads, ads, ads, ads, poll loading thingy, ads, ads, weather loading thingy, some browser detection and browser functions detection (to make sure things actually work), some useless stuff that only seems to be there to make the code look nicer, a JSON parser, things to make developing easier, stuff to detect what a page is about and display a link to that subcategory, city lookup for the weather (seems to be fairly limited, I get London's weather), something to do with sports (dates and scores it would seem), something to detect Flash and user preferences...



Nothing to scary, it all contributes to making the site do just that little bit more.

If you're worried they're tracking you, disabling scripts isn't going to stop them. The best you can do is disable cookies so they have to store everything on their side.

You don't even have to visit a site for it to track you. Embedding little images with unique identifiers (0000001.jpg is on Google's homepage, for example) on various sites (those sites have to help, of course) and having your server track resource usage isn't that hard.

Most browsers can't even get filepaths from your computer, believe me I've tried (for something run locally, mind). Cross Page Scripting is not possible in pure JS, having your server fetch pages and loading those is possible, but unless you have some open ports (and they know which ones, etc, etc) those files can't come from your computer.

Basically the worst they can do is track your position and create annoying pages. (Something like the screen flashing red and blue...)

Oh and stalling a browser with a script is of course also possible. Using taskmanager to kill the browser solves that, though
dontknow.gif
 
Have you blocked 3rd party cookies as well? (So only the site you're actually on can create any cookies. More or less stops ads from creating cookies.)

DrLeftover said:
One thing that amazes me is how many other web addresses you have to allow to get a page on the website you're visiting to even load.
Blame ads and cloud computing.

Ok, folks, I know how to get some more speed! Let's put the images on this server, the videos on that server, the ads over here, the databases over there and the scripts here.

It's very sensible if you have the money and users. Spread the load a bit.
 
Back
Top Bottom