It looks like you're using an Ad Blocker.

Please white-list or disable AboveTopSecret.com in your ad-blocking tool.

Thank you.

 

Some features of ATS will be disabled while you continue to use an ad-blocker.

 

ATS - widescreen script?

page: 1
0

log in

join
share:

posted on May, 12 2013 @ 07:51 PM
link   
Hey guys.

Has anybody come across a widescreen script for ATS?
I'm using Firefox with Greasemonkey, and can't find anything that works.

I stumbled across this, but it doesn't seem to work.
Does anybody have anything that will enable me to use the full width of my monitor?



-----------------------

// ==UserScript==
// @name Above Top Secret
// @namespace ats
// @include http://*.abovetopsecret.com/*
// @require ajax.googleapis.com...
// ==/UserScript==

// iframes are usually ads
$("iframe:not(:[src*=u2u])").hide();

// #ing divs on the left and the right are hyperlinks?!
$("body div div[onclick]").hide();
$("div[style*='background']").css("background", "");

// fit the god damned width to the monitor's resolution
$("body").attr("align", "center");
$("#dynamic_wrapper").css("margin-left", "inherit").css("margin-right", "inherit").css("position", "inherit").css("width", "100%");
$("#sitecontainer").css("margin-left", "5%").css("margin-right", "5%").css("position", "inherit").css("width", "90%");
$("#sitecontainer table").css("width", "100%");
$("*[width=990]").attr("width", "")
$("*[width=630]").attr("width", "")

---------------------



 
0

log in

join