Did you get your site approved by the Scratch Team?
Offline
TorbyFork234 wrote:
Did you get your site approved by the Scratch Team?
No, how might I do that?
EDIT: We have to wait till June
Last edited by GeonoTRON2000 (2012-04-06 21:07:36)
Offline
I have brought it to full compatibility with Rookwood101's antidote, including the detector image, so now it's honestly a question of which you prefer.
Offline
nathanprocks wrote:
GeonoTRON2000 wrote:
Teehee. New version. All onloads disabled.
Did you disable the <script /> and <iframe />? (Yes, in-line frames can run JS too lol.)
Yes. Along with all HTML. That's a different plugin by me.
Offline
nathanprocks wrote:
GeonoTRON2000 wrote:
It now passively enables HTML.
For example:
<input type="text" value="You can't do this in BBCode." />This is very insecure. That is why Rookwood101 didn't put that in his code (and also made it hard to hack the tags to add code too).
Mehehehehe... with this new version... you can add code, but it has no effect!!!!
Offline
GeonoTRON2000 wrote:
nathanprocks wrote:
GeonoTRON2000 wrote:
It now passively enables HTML.
For example:
<input type="text" value="You can't do this in BBCode." />This is very insecure. That is why Rookwood101 didn't put that in his code (and also made it hard to hack the tags to add code too).
Mehehehehe... with this new version... you can add code, but it has no effect!!!!
At least... not javascript. You can still use CSS.
Offline
rookwood101 wrote:
It wouldn't be document.cookie. That returns all cookies. What you want is this:
function getCookieArray() {
var cookies = document.cookie.split("; ");
var cookie = [];
for (var i = 0; i < cookies.length; i++) { var sel = cookies[i]; things = sel.split("="); var name = things[0]; var value = things[1]; cookie[name] = value; }
return cookie;
}
var cookies = getCookieArray();
alert('If you\'re seeing this, the userscript isn\'t secure. Your session id: '+cookies["PHPSESSID"]+'. I could easily extract your password and send it to a third party source.');Offline
ANNOUNCEMENT! PLEASE READ:
This will now be called GTDote, due to a request by rookwood101 that it not be called antidote. Thank you for your time. There is also a short download link: http://yon.se/gtdote
Offline
GeonoTRON2000 wrote:
TorbyFork234 wrote:
Did you get your site approved by the Scratch Team?
No, how might I do that?
EDIT: We have to wait till June![]()
Wait... nevermind. It's been approved.
Offline