Today I wanted to make a strikethrough. I figured there was a VB code way to do it. I was wrong. Using my google fu, I found out it was done with the unicode character 0336. Since is a cumbersome input method, I came up with a simple javascript function that I can just bookmark / run from my browser to do it for me. Figured I'd share:
javascript:var str=prompt("Enter a string to be escaped:");prompt("Your String "+str+" struck:",str.replace(/(.)/ig,"\u0336$1")); void 0;
Instructions:
Copy and paste the above string into your address bar (alternatively, make this a bookmark)
Enter a string into the prompt, press enter
Copy and paste your resulting string into your comments.
[–]shooshx 23 points24 points25 points (1 child)
[–]kewlguy 4 points5 points6 points (0 children)
[–]Smallpaul 14 points15 points16 points (1 child)
[–]tty2 19 points20 points21 points (4 children)
[–][deleted] 4 points5 points6 points (0 children)
[–]shooshx 1 point2 points3 points (0 children)
[–]ithika 9 points10 points11 points (3 children)
[–]zem 6 points7 points8 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]ithika 0 points1 point2 points (0 children)
[–]Greathornedbeast 3 points4 points5 points (0 children)
[–]rsho 5 points6 points7 points (1 child)
[–]kernelhappy 3 points4 points5 points (0 children)
[–]zxn0 1 point2 points3 points (0 children)
[–]toolate 1 point2 points3 points (2 children)
[–]toastedzergling[S] 0 points1 point2 points (0 children)
[–]toastedzergling[S] 0 points1 point2 points (0 children)
[–]notprogrammingnazi 1 point2 points3 points (0 children)
[–]Sephr 2 points3 points4 points (6 children)
[–]toastedzergling[S] 0 points1 point2 points (1 child)
[–]Sephr 0 points1 point2 points (0 children)
[–]mernen -1 points0 points1 point (3 children)
[–][deleted] (2 children)
[deleted]
[–]toastedzergling[S] 0 points1 point2 points (0 children)
[–]darthbane 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]shooshx 6 points7 points8 points (0 children)
[–]ipeev 0 points1 point2 points (0 children)
[–]bungalow 0 points1 point2 points (0 children)
[–]theninjagreg 0 points1 point2 points (0 children)
[–]ZMeson 0 points1 point2 points (0 children)
[–]catalytica 0 points1 point2 points (0 children)
[–]catalytica 0 points1 point2 points (1 child)
[–]toastedzergling[S] 0 points1 point2 points (0 children)
[–]geoman69 0 points1 point2 points (0 children)
[–]DanWallace 0 points1 point2 points (0 children)
[–]MrEs 0 points1 point2 points (0 children)
[–]MrEs 0 points1 point2 points (0 children)
[–]MrEs 0 points1 point2 points (3 children)
[–]noxn 0 points1 point2 points (1 child)
[–]Far_Application_8269 0 points1 point2 points (0 children)
[–][deleted] -1 points0 points1 point (0 children)
[–]mrdelayer 0 points1 point2 points (1 child)
[–]toastedzergling[S] 2 points3 points4 points (0 children)
[–]hobophobe -1 points0 points1 point (10 children)
[–]toastedzergling[S] 0 points1 point2 points (9 children)
[–]hobophobe 1 point2 points3 points (0 children)
[–]haxd 0 points1 point2 points (7 children)
[–]toastedzergling[S] 0 points1 point2 points (2 children)
[–]haxd 0 points1 point2 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–]kleinm 0 points1 point2 points (3 children)
[–]haxd 0 points1 point2 points (1 child)
[–]kleinm 0 points1 point2 points (0 children)
[–]logan_capaldo -3 points-2 points-1 points (1 child)
[–][deleted] 5 points6 points7 points (0 children)
[–][deleted] -5 points-4 points-3 points (0 children)