nikitaw99
Gadabout Pipsqueak

Preparing update for Stickventures :)
Posts: 129
Pronouns: he/him/his
|
Post by nikitaw99 on Aug 18, 2016 10:15:35 GMT
|
|
|
Post by obsidalicious on Aug 18, 2016 10:29:32 GMT
So you figured out how to inject javascript into mspafa. I think that's more as statement about the inadequacies of that site, rather than your 'wizardry'.
|
|
nikitaw99
Gadabout Pipsqueak

Preparing update for Stickventures :)
Posts: 129
Pronouns: he/him/his
|
Post by nikitaw99 on Aug 18, 2016 10:34:24 GMT
So you figured out how to inject javascript into mspafa. I think that's more as statement about the inadequacies of that site, rather than your 'wizardry'. yes
|
|
|
Post by SpottedBlades on Aug 18, 2016 22:16:40 GMT
Why not making this thread useful and teaching others how to do it?
|
|
nikitaw99
Gadabout Pipsqueak

Preparing update for Stickventures :)
Posts: 129
Pronouns: he/him/his
|
Post by nikitaw99 on Aug 19, 2016 7:40:39 GMT
Why not making this thread useful and teaching others how to do it? Why would I really need to teach them HTML and JAVASCRIPT? I just pointed out that you can use ANY HTML TAG in pages.
|
|
|
Post by SpottedBlades on Aug 19, 2016 11:17:22 GMT
Because not everyone knows how to use Javascript? If your trick is so easy to do, why do you make an entire thread to congratulate yourself?
|
|
|
Post by jacquerel on Aug 19, 2016 11:56:41 GMT
What does any of this have to do with fucking
|
|
|
Post by Sharkalien on Aug 19, 2016 17:13:32 GMT
Why not making this thread useful and teaching others how to do it? You could always just view the page source. Looks like this was the code used: <div id="text0" class="text"><script type="text/javascript">function shuffle(array) { var currentIndex = array.length, temporaryValue, randomIndex; while (0 !== currentIndex) { randomIndex = Math.floor(Math.random() * currentIndex);currentIndex -= 1;temporaryValue = array[currentIndex];array[currentIndex] = array[randomIndex];array[randomIndex] = temporaryValue;}return array;}var randomArray = ["the", "quick", "brown", "fox", "jumps", "over", "the", "lazy", "dog"];shuffle(randomArray);document.write(randomArray[0] + " " + randomArray[1] + " " + randomArray[2] + " " + randomArray[3] + " " + randomArray[4] + " " + randomArray[5] + " " + randomArray[6] + " " + randomArray[7] + " " + randomArray[8]);</script> </div> <section id="panel1" class="panel"> <div id="text1" class="text">i am </div> </section> I'm not sure just how useful this function actually is, or why you would even want it in your adventure
|
|
|
Post by obsidalicious on Aug 19, 2016 22:17:47 GMT
I'm not sure just how useful this function actually is, or why you would even want it in your adventure Maybe you could have a Sburb-venture in which the Hero of Void is so mysterious and unknown that their name keeps changing. Or you could even implement a true retcon where, after you reach some page, the site sets a cookie for you that makes previous pages show different content should you go back to view them. Or if you are an actually, legitimate javascript wizard, you could just make your own Openbound-esque walk around and embed it into the site.
|
|
|
Post by heroguy on Aug 20, 2016 5:17:04 GMT
Or randomly scramble letters for a pseudo-sbahj effect?
|
|