Myspace formatting shortcuts Script, Scrips, Java, DHTML, Express
Contact
 


Quick search

 



Scripts - DHTML

Scripts - DHTML (new)

Web Developer Blog

Web Developer Blog (new)

Scripts and Applications

Ajax
ASP
ASP.NET
C and C++
CFML
CGI and Perl
Flash
Java
JavaScript
PHP
Python
XML

Software Downloads

Linux

Windows

Mac

Mobile

Drivers

DHTML Scripts - Detail

 

Myspace formatting shortcuts

Date added: 2008-02-21 11:59:54

Adds a wiki-like syntax for Myspace.com (and other sites that accept HTML) and Ctrl+Enter submitting in any textarea input. In other words, you type ''this'' for italics instead of <i>this</i>

I've heard that this doesn't work anymore. I'll look at it when I have time. Hacked-up version of [Ctrl+Enter Submits](http://userscripts.org/scripts/show/624), originally meant to add some easy wiki-like formatting to discussions and work around some of Myspace.com's horrible coding. Most of the conversions also work on any site that accepts HTML input, like Fark.com or Livejournal. These could stand to be forked to separate scripts and tweaked for each site, though. Like a wiki, you type in simple text codes like **bold text** or <3>, and they get converted into real HTML like bold text or ♥ when you push the button. It also fixes a few Myspace bugs, like letting you quote more than one time per post. There are lots of text-to-html markup languages out there, and this is not consistent with any of them. To use it: # Post a topic in a forum or reply to a discussion or reply to a blog or whatever. #* (You need to use the plain text input box, not the rich text editor with all the formatting buttons. Try [this script](http://userscripts.org/scripts/show/2051) to go there by default.) # Type in your text using the shortcuts to save time. # When you're ready to submit, you probably want to copy your "source code" into the clipboard in case you want to go back and change it. A quick way to do this is to press Ctrl+A then Ctrl+C. # Then press Ctrl+Enter to do the conversions and submit. # If you like the preview, submit your post. # If you don't like it, go back as you normally would and then paste the "source code" back into the box for editing. A quick way to do this is Ctrl+A then Ctrl+V. Then go back to step 2. (Hopefully in the future the clipboard thing won't be necessary. Anyone willing to help?) Useful for any site: <table> <tbody> <tr><th>Shortcut (type this)</th> <th>Output (get this)</th></tr> <tr><td><3></td> <td>♥</td></tr> <tr><td>(TM)</td> <td>ÂÂâ„¢</td></tr> <tr><td>(C)</td> <td>©</td></tr> <tr><td>(R)</td> <td>®</td></tr> <tr><td>{SS}</td> <td>§</td></tr> <tr><td>--></td> <td>→</td></tr> <tr><td><--></td> <td>←</td></tr> <tr><td><--></td> <td>↔</td></tr> <tr><td>==></td> <td>⇒</td></tr> <tr><td><==</td> <td>⇐</td></tr> <tr><td><==></td> <td>⇔</td></tr> <tr><td>...</td> <td>… [Turned off by default]</td></tr> <tr><td>Horizontal rule:
----</td> <td>Horizontal rule:

</td></tr> <tr><td>"Smart" 'quotes'</td> <td>“Smart” ‘quotes’</td></tr> <tr><td>0 degC = 32degF</td> <td>0 °C = 32°F</td></tr> <tr><td>x^{3}</td> <td>x3</td></tr> <tr><td>CO_{2}</td> <td>CO2</td></tr> <tr><td>3.5E2</td> <td>3.5×102</td></tr> <tr><td>+-5%</td> <td>±5%</td></tr> <tr><td>Em dashes -- those beautiful things</td> <td>Em dashes — those beautiful things</td></tr> <tr><td>En dashes for numbers: 1995-2005</td> <td>En dashes for numbers: 1995–2005</td></tr> <tr><td>**Bold text**</td> <td>Bold text</td></tr> <tr><td>//Italic text//</td> <td>Italic text</td></tr> <tr><td>__Underlined text__</td> <td><u>Underlined text</u></td></tr> <tr><td>--Strikethrough text--</td> <td><s>Strikethrough text</s></td></tr> <tr><td>''Emphasized text''</td> <td>Emphasized text</td></tr> <tr><td>'''Strongly emphasized text'''</td> <td>Strongly emphasized text</td></tr> <tr><td>[blue]blue text[/] and [r]red text[/r]</td> <td><font>blue text</font> and <font>red text</font></td></tr> <tr><td>Automagic URLs:
http://www.myspace.com</td> <td>Automagic URLs:
http://www.myspace.com</td></tr> <tr><td>Links with text: [http://www.myspace.com Myspace]</td> <td>Links with text: Myspace</td></tr> <tr><td>Wikipedia article links: [[Myspace]]</td> <td>Wikipedia article links: Myspace</td></tr> <tr><td>Image shortcut:
img=http://www.downloadtube.com/images/dhtml_scripts_library/Myspace-formatting-shortcuts-32-png </td> <td>Image shortcut:
</td></tr> <tr><td>Links with image:
[http://www.myspace.com img=http://www.downloadtube.com/images/dhtml_scripts_library/Myspace-formatting-shortcuts-32-png] </td> <td>Links with image:
</td></tr> </tbody></table> Myspace-specific: <table> <tbody> <tr><td>[q]Quoted text[/q]</td> <td>
Quoted text
</td></tr> <tr><td>[q]SomeoneWrote:
Quoted text[/q]</td> <td>
Someone wrote:Quoted text
</td></tr> <tr><td>Myspace links: [my:Firefox] or [myspace:Firefox]</td> <td>Myspace links: Myspace: Firefox</td></tr> <tr><td>Myspace group links:
[gr:Toolbar] or [group:Toolbar]</td> <td>Myspace group links:
Myspace group: Toolbar</td></tr> </tbody></table> There are 16 available colors: <font> white</font> <font> black</font> <font> navy</font> <font> green</font> <font> teal</font> <font> silver</font> <font> blue</font> <font> lime</font> <font> aqua</font> <font> maroon</font> <font> purple</font> <font> olive</font> <font> gray</font> <font> red</font> <font>fuschia</font> <font> yellow</font> Also, it converts a whole slew of special characters back into their HTML entities, so that they get past myspace's filters. It's quite lenient. The colors have lots of different tags that work, like v, violet, p, or purple for the same thing, and you can close them with [/], [/c], [/color], or whatever you started them with. Likewise, [q], [Q], [t], [quote], and so on all do the same thing. Original instructions on [myspace discussion](http://forum.myspace.com/index.cfm?fuseaction=m...)

Download

(Downloads till now: 25)


Can't start the download? Please check if the browser is not blocking the pop-up window that allows you to start the download.

Still not working? Please report to us, thanks for your time.

  

 

Leave a comment




(optional)

What is 7-3?




0 comments


 

Related DHTML Scripts

Inline Mp3 Player
Date Added: 2008-02-21
Replace every link to mp3 file on page with a tiny inline player button to hear without leave the page....
Google Date Range
Date Added: 2008-02-21
Adds GUI interface to 'daterange:' search option...
DumbTxt
Date Added: 2008-02-21
Kills 'Itellitxt' context ads...
Amazon SPL Linky
Date Added: 2008-02-21
Search the Seattle Public Library Catalog from Amazon book listings....
Popup Window Fixer
Date Added: 2008-02-21
Fixes poorly written javascript popup windows in the manner specified by http://youngpup.net/2003/popups....
music.download.com ad remover
Date Added: 2008-02-21
Removes ads at the top of music.download.com...
Search Term Highlighter
Date Added: 2008-02-21
Highlight your search terms...
The Pirate Bay Frame "Remover"
Date Added: 2008-02-21
"Gets rid" of the annoying frame on the right....
Google Maps Add Waypoint
Date Added: 2008-02-21
Add waypoints to existing maps...
Sunnyvale Library Lookup
Date Added: 2008-02-21
On Amazon, display book availability in the Sunnyvale Library. Based on LibraryLookup by Jon Udell and Palo Alto Library lookup....
Excel FoxPro Import, Export & Convert Software
Date Added: 2008-03-10
Excel FoxPro Import, Export & Convert Software Excel FoxPro Import, Export & Convert Software 7.0 - Download This Excel Add-in will al...
IGN Boards Killfile
Date Added: 2008-02-21
allows you to ignore posts from specific users...
Flickr Accesibilty Hacks
Date Added: 2008-02-21
Flickr Accesibilty Hacks - make tabing out of text areas go to the post submit button...
Hotmail rich composer
Date Added: 2008-02-21
v0.1.2, Replaces the standard composer with a rich composer...
Blogger keep current time on post
Date Added: 2008-02-21
v0.3.1+ - Blogger keep current time on postBlogger keep current time on post blog | Contact Jasper de Vries Keep current time on Blogger post. 0.3: Checkbox will not be checked when editing ...

Last 20 Scripts

 
1. Edge.js
Edge.js Javascript adds individual masks to images on web pa
2. Curl.js
Curl.js is a simple to install and use JavaScript that adds
3. Busy.js
Busy.js script permits you to add/remove loading indicators
4. Mapper.js
Mapper.js automatically ads an area highlighting to image ma
5. Filmed.js
Filmed.js script allows you to add film strip and shadows to
6. Slided.js
Slided.js script adds slide frames and shadows to images on
7. Shiftzoom.js
Shiftzoom.js script permits you to add pan and zoom function
8. Instant.js
Instant.js script allows you to add an instant picture effec
9. Glossy.js
Glossy.js script allows you to add corners, shading and shad
10. Corner.js
Corner.js script helps you to create custom corners to image
11. Sphere.js
Sphere.js script allows you to add a spherical picture effec
12. Bevel.js
Bevel.js script allows you to add bevels (and also shading,
13. jQuery Lightbox Plugin
jQuery Lightbox Plugin provides a way to display an image on
14. jQuery Tag Suggestion Plugin
jQuery Tag Suggestion plugin helps you create a subset of ta
15. jClock
jClock is a jQuery clock plugin that allows you to display c
16. jqac
jqac is a jQuery plugin that extends jQuery namespace with a
17. YUI Based Lightbox
YUI Based Lightbox is a lightweight implementation of a ligh
18. liScroll
liScroll is a jQuery news ticker made easy.
19. CSS Text Wrapper
CSS Text Wrapper allows you to generate HTML and CSS to wrap
20. ImageFlow JavaScript
ImageFlow is a JavaScript based image galery, which allows a

DownloadTube Editor Reviews

 
1. NetShareWatcher
NetShareWatcher is a smart network security improvement soft...
2. Recovery for Oracle
Recovery for Oracle is a comprehensive tool designed to help...
3. Fix My Registry
The Windows Registry is a crucial part of your PC\'s operati...
4. VeryDOC DWG to Image Converter
VeryDOC DWG to Image Converter is a powerful utility that al...
5. Free AVI to M4A Converter
Doremisoft Free AVI to M4A Converter is an easy-to-use media...
6. Replay Media Splitter
Replay Media Splitter is a really simple and easy to use aud...
7. Instant Invoice n Cashbook 2007
Instant Invoice n Cashbook 2007 is a smart and powerful invo...
8. Data Doctor Recovery Digital Camera
Data Doctor Recovery Digital Camera is a Point and Shoot cam...
9. Free AVI to MPG Converter
Doremisoft Free AVI to MPG Converter is an easiy-to-use medi...
10. 1st Disk Drive Protector
Protect your PC from the abusive use of removable media with...

Software Reviews Full List



Top Downloads

 
1. Canon PIXMA iP1200 Printer Driver
2. Canon PIXMA iP1000 Printer Driver
3. Realtek ALC/ 262/ 265/ 268/ 660/ 861/ 880/ 882/ 883/ 885/ 888 Audio
4. Realtek RTL8139C(L)+/RTL8139D(L)/RTL8100(L)/RTL8130/RTL8139B(L) Driver
5. Canon PIXMA MP210 MP Drivers
6. Canon PIXMA iP1300 Printer Driver c
7. Asus EZVcr II
8. Canon i-SENSYS LBP2900 Printer Driver R
9. dmg2iso
10. Genius Eye 110 Webcam Driver
11. Canon LaserShot LBP-1210 Printer Driver
12. Canon PIXMA iP1600 Printer Driver
13. Canon PIXMA iP1200 Printer Driver x64 d
14. SendSong
15. Canon PIXMA iP1300 Printer Driver a
16. Canon PIXMA MP160 MP Drivers xp64
17. Canon PIXMA MP220 MP Drivers
18. Canon PIXMA MP160 MP Drivers 9xME
19. BSD Subsystem
20. Lite-On Cd-Rw LTR-48327S firmware