noscript check in a browser

Questions about programming languages and debugging
Post Reply
User avatar
maboroshi
Dr. Mab
Dr. Mab
Posts: 1624
Joined: 28 Aug 2005, 16:00
18

noscript check in a browser

Post by maboroshi »

I was thinking about writing some sort of app that disables the noscript check html code in my browser so I could view web sites with out javascript enabled that use this function

Any ideas on where to start

Cheers

Maboroshi

I thought about removing this feature from the html engine in my browser. Im not certain but Im pretty sure theres an html/xml parser in my browser... I could be mistaken

Any advice :)

And yes it has more uses than porn sites

User avatar
Gogeta70
^_^
^_^
Posts: 3275
Joined: 25 Jun 2005, 16:00
18

Post by Gogeta70 »

I suppose you could filter all information coming in from your browser?
¯\_(ツ)_/¯ It works on my machine...

User avatar
maboroshi
Dr. Mab
Dr. Mab
Posts: 1624
Joined: 28 Aug 2005, 16:00
18

Just was thinking

Post by maboroshi »

Just was thinking I could write my own parser for html and just use sockets

don't know what I was thinking I feel dumb now :P

User avatar
FrankB
Ph. D. in Sucko'logics
Ph. D. in Sucko'logics
Posts: 315
Joined: 06 Mar 2006, 17:00
18
Location: Belgistahn
Contact:

Post by FrankB »

Yes, you could do that.
You could write your own SGML parser and by doing so so : your own DTD's and make the noscript tag as to be a non required or reserved entity.


But then the only problem is .. Windows and DTD because Windows use its own XML : "MSXML".
Great.
I'll be back on this later on.

Post Reply