Make ExpertsExchange Friendly

By Colin O'Dell Last update Apr 6, 2009 — Installed 511 times.

Some Changes

in
Subscribe to Some Changes 1 post, 1 voice

Dayjo User

I've made the following changes to the letsJQuery function;

It now removes the 'related solutions' box which comes underneath the questions.

It also adds and anchor to the accepted solution and a Link under the question to "Skip to the accepted solution". So you can quickly get the answer from the question :)

$(".blurredAnswer, .relatedSolutions, .allZonesMain, .qStats, .lightImage, .ontopBanner, .adSense, .startFreeTrial, div#pageRight, #relatedSolutions20X6").remove();
        
$(".sectionTwo:first").after('<h2><a style="color: #ee6600;" href="#theanswer">Skip To The Accepted Solution >></a></h2><br />');
$(".acceptedHeader").before('<a id="theanswer" name="theanswer"></a>');