Post Reply 
Firefox Noscript and Sidki's JS Insertion
Sep. 11, 2008, 01:25 PM
Post: #3
RE: Firefox Noscript and Sidki's JS Insertion
This is being injected into the top of every page by the Header Top Add: Initial JS Code filter.

If you look at the replacement text:

Code:
\t<script id="proxScrHead" type="text/javascript">//<![CDATA[\r\n
\t if (typeof prxCountLd == "undefined") {\r\n
\t   var prxO = {oSet: {\r\n
\t     $_cfg: "$GET(cfg)", $_level: \6,\5
$_xns: document.documentElement ? document.documentElement.namespaceURI : null,\r\n
\t     $GET(jsVarsT)\r\n
\t     $GET(jsVarsB)\r\n

You can see that it prints out different variables. I think this page would be of some help: http://feather.elektrum.org/book/src.html

We'll have to somehow pass along the different values in an include of the Javascript, such as:

Code:
<script id="proxScrLink" src="http://local.ptron/sidki_h_2008-01-02/proxjs-full.js?$_cfg=2008-01-02&$_level=4&....." type="text/javascript">

And, in turn, we'll need to modify the Javascript file to read the values passed (using the parseQuery function in the URL I linked above).

Sounds like a pretty interesting project Wink I'll see what I can do. I can't really test it out since Firefox is blocked, but if I understand how NoScript works correctly, this would theoretically work.
Visit this user's website
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Firefox Noscript and Sidki's JS Insertion - Guest - Sep. 07, 2008, 11:32 PM
RE: Firefox Noscript and Sidki's JS Insertion - Kye-U - Sep. 11, 2008 01:25 PM

Forum Jump: