# Title Language Pasted on Will expire on Paste type
1507 The easiest way to watch Palm Springs movies in Australia JavaScript 2020-07-18 @ 11:36:13 UTC Never Public
View raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
var txt = The easiest way to watch Palm Springs movies in Australia;

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>);