******************************************************************************* Flyovers ******************************************************************************* Important things like exploit attempts or site-specific actions are displayed as a flyover, if you hover over the respective links at the bottom left of the page. Contents: js in js out comments hits site cookies pics vars Non-Flyover: Clickable links to toggle target objects on/off: ............................................................................. - flash/iframe/java/marquee/media toggle all such element instances at once. - "styles" opens a popup with a style selector. - "toggle: bg-xxx" toggles a single bgsound element, where the source's extension is "xxx". Blocked JS events to button, click to execute: ............................................................................. - timers (setTimeout and setInterval) - event handlers (many, e.g.: onerror, onload) - event listeners for window, document, and document.body (e.g.: listen:load, attach:error) js in: blocked inline scripts ............................................................................... Format: Location: Ad_list Ad_keyword - ? - Length (Bytes) js out: blocked external scripts ............................................................................... Format: Location: Ad_list Ad_keyword Example: body Func Code: AdD adlink comments: blocked comments ............................................................................... hits: blocked JS Methods ............................................................................... site: site-specific keywords ............................................................................... The site-specific keywords are set in Exceptions.ptxt and Exceptions-U.ptxt. cookies: site-specific cookies ............................................................................... stroke lined if the browser has rejected the cookie, or denied JS access to it. Possible fields: First Set-Cookie Header In Last Original Set-Cookie Header In Cookies Killed or Modified Cookie Header Out Cookies in Session Please note a document may come with a bunch of set-cookie headers, hence first/last. "First" is the first set-cookie header after possible manipulations on our part "Last" is the last set-cookie header before possible manipulations on our part "First" is only identical to "Last" if there was just one set-cookie header *and* its value hasn't been modified by the config. pics: content copied from blocked "PICS-Label" meta tag ............................................................................... vars: global Prox vars not being reset (Debug Mode Only) ............................................................................... See Global_Vars.txt for details. * to be updated *