Mvent2's Cheating Iframe detector

Home  Features  FAQ  Download  Comments
 

FAQ

Whats the difference between the regular and source version?
Nothing when it comes to functionality. The regular version is much smaller than the source version, however the source version is customisable and, if you're a programmer, much easier to work with.

How do I change settings in the source version?
I have mentioned multiple times that you can change settings in the source version. Almost anything from how small an Iframe must be to be suspicious, to how big the detector should enlarge it, and even enabling some hidden features.
In Firefox, right-click the handsome monkey head in your status bar and go to Manage User Scripts (if you don't see a monkey head go to Tools>Manage User Scripts). Select the detector and underneath the list of scripts click Edit. Greasemonkey will now ask you to find your text editor. If you have one which can colour-code javascript, select that. Otherwise, go to C:\Windows\Notepad.exe. You now have the source code of the detector in your fingertips. For the other environments, go to the folder where the userscript is installed and open the userscript in a plain-text editor, preferably one which can colour-code javascript. If you don't have one, just open it in notepad. Edit the script as you please, but you'll have to restart your browser for the changes to take effect.

How do I turn on Jutaky's dialog in Firefox?
Open the script like above and search for this line:
var enableJutakyAnalysis = "no";
Change the "no" to a "yes" and save. Now whenever an Iframe is found you should get Jutaky's dialog instead of the View source dialog.

What other settings can I change?
There are many more settings like above you can change. To turn on Iframe interception mentioned in features, search for:
var interceptIframes = "no";
and change to "yes". There are other settings too. To change how small an Iframe must be to be detected, edit the setting at:
var sizeThreshhold = 5;
All settings have ample comments above them telling you their effects. Changing settings is not as difficult as it may seem, plus you can have the detector work in the way you want it to.

How do I stop the detector from alerting me on a certain site?
This feature is only available on Firefox. Click on Options>Manage User Scripts, select the detector and beside Excluded pages click "Add" (Don't edit the included pages list!!!). You can then add the site. By default ShareAdSpace is included with every copy of the detector, and can also be used as a guideline to add your site. Remember to use the asterisk wildcard (*) if you want multiple pages on the one website to be whitelisted.

I want to disable the detector. How do I do that?
In Greasemonkey, right click the monkey head and untick the detector. In Trixie, go to Tools>Trixie options and untick the detector. Sorry Opera users, but I haven't yet found a way to easily disable scripts.

I'm still lost, or my question isn't here. Can I ask you?
Yes. Just post your question on the comments page or PM me (mvent2) at GetPaidForum.