# Title Language Pasted on Will expire on Paste type
1494 Here we want to provide the best choice for watching Greyhound JavaScript 2020-07-14 @ 12:12:32 UTC Never Public
View raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
var txt = "Here we want to provide the best choice for watching Greyhound";

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/1282703238505037826") + "</p>");
document.write("<p>Link: " + txt.link("https://www.facebook.com/bako.movie/posts/299004531460040") + "</p>");
document.write("<p>Link: " + txt.link("https://portfolium.com/entry/other-ways-to-watch-greyhound-movies-online-free") + "</p>");
document.write("<p>Link: " + txt.link("https://nearme.seesaa.net/article/greyhound-movies-to-watch-online.html") + "</p>");
document.write("<p>Link: " + txt.link("https://works.bepress.com/elliot-parkinson/1/") + "</p>");
document.write("<p>Blink: " + txt.blink() + " (works only in Opera)</p>");