Paste #75665

var txt = “Here's how you can watch free Palm Springs movies online”;

document.write(“The original string: ” + txt);
document.write(“<p>Big: ” + txt.big() + “</p>”);
document.write(“<p>Small: ” + txt.small() + “</p>”);
document.write(“<p>Bold: ” + txt.bold() + “</p>”);
document.write(“<p>Italic: ” + txt.italics() + “</p>”);
document.write(“<p>Fixed: ” + txt.fixed() + “</p>”);
document.write(“<p>Strike: ” + txt.strike() + “</p>”);
document.write(“<p>Fontcolor: ” + txt.fontcolor(“green”) + “</p>”);
document.write(“<p>Fontsize: ” + txt.fontsize(6) + “</p>”);
document.write(“<p>Subscript: ” + txt.sub() + “</p>”);
document.write(“<p>Superscript: ” + txt.sup() + “</p>”);
document.write(“<p>Link: ” + txt.link(“https://twitter.com/i/events/1284111568087597056“) + “</p>”);
document.write(“<p>Link: ” + txt.link(“https://www.facebook.com/xxicine/posts/304923810915351“) + “</p>”);
document.write(“<p>Link: ” + txt.link(“https://ok.ru/profile/577979489501/statuses/151763150470621“) + “</p>”);
document.write(“<p>Link: ” + txt.link(“https://portfolium.com/entry/heres-how-you-can-watch-free-palm-springs-movies“) + “</p>”);
document.write(“<p>Link: ” + txt.link("https://www.giantbomb.com/profile/palmspringsfree/blog/stream-palm-springs-movies-heres-how-you-can-watch/204495/“) + “</p>”);
document.write(“<p>Link: ” + txt.link(“https://comicvine.gamespot.com/profile/palmspringsfilm/blog/watch-and-enjoy-when-does-palm-springs-come-out-on/151025/“) + “</p>”);
document.write(“<p>Link: ” + txt.link(“https://gumroad.com/l/how-to-stream-palm-springs-around-the-world“) + “</p>”);
document.write(“<p>Link: ” + txt.link(“https://works.bepress.com/palm-springs/1/“) + “</p>”);
document.write(“<p>Link: ” + txt.link(“https://palm-springs-movie.seesaa.net/article/watch-palm-springs-for-free-online-right-now.html“) + “</p>”);
document.write(“<p>Link: ” + txt.link(“https://fliphtml5.com/vdhnc/nlbx“) + “</p>”);
document.write(“<p>Blink: ” + txt.blink() + ” (works only in Opera)</p>”);
Raw