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: 23)


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. Dragonfly CMS
DragonflyCMS is a content management system based on PHP-Nuk
2. Diferior
Diferior is a flexible, customizable, both user and develope
3. DBHcms
DBHcms is a search engine optimized and lightweight content
4. concrete5
concrete5 content management system could be a rapid solutio
5. bloofoxCMS
bloofoxCMS is a lightweight content management system based
6. PHP Membership
PHP Membership script allows you to add password protection
7. Tube Spider
Tube Spider allows your visitors to search videos in Youtube
8. Azure CMS
Azure CMS is a universal software product for the developmen
9. Azure Portal
Azure Portal is a social networking script made with PHP pro
10. One Frog
One Frog is a content management system that allows you to u
11. Cigmas CMS
Cigmas CMS is a powerful web content management system for g
12. WebWord CMS
WebWord CMS is a full featured web content management system
13. Marjetica Content Management System
Marjetica Content Management System is a powerful, easy to u
14. Phenotype CMS
Phenotype CMS is a PHP/MySQL - Smarty Content Application Fr
15. Chupix CMS
Chupix is a content management system written in PHP and sto
16. Interspire Website Publisher
Interspire Website Publisher (formerly ArticleLive) is a con
17. Interspire Email Marketer
Interspire Email Marketer (formerly SendStudio) is a web bas
18. Comments RAM
Comments RAM is a lightweight PHP script that allows you to
19. KoolAjax
KoolAjax facilitates data exchange between server-side and c
20. KoolTreeView
KoolTreeView is a unique treeview control for PHP.

DownloadTube Editor Reviews

 
1. Sudoku Solver Software
Sudoku Solver Software is a simple yet smart and reliable to...
2. Easy PC Firewall
WARNING: According to avast! 4.8, Easy PC Firewall contains ...
3. Anti Tracks Kit
Anti Tracks Kit is a simple yet powerful and reliable softwa...
4. PerfectClock Trader Edition
PerfectClock Trader Edition is a FREEWARE, feature limited v...
5. ProLingo Italian to English Dictionary
ProLingo Italian to English is a really nice, easy to use, a...
6. Tinysoar dvd to ipod converter
Tinysoar dvd to ipod converter will allow you to easily copy...
7. Tinysoar ipod value pack
Tinysoar ipod value pack includes the Tinysoar dvd to ipod c...
8. Tinysoar ipod video converter
Tinysoar ipod video converter is a simple to use tool that c...
9. Financial Icon Library
Vista Financial Icon Library is a stunning collection of mon...
10. Tinysoar iphone video converter
Tinysoar iphone video converter is a smart, simple tool that...

Software Reviews Full List



Top Downloads

 
1. Canon PIXMA iP1000 Printer Driver
2. Canon PIXMA iP1200 Printer Driver x64 d
3. Canon PIXMA iP1200 Printer Driver
4. Realtek ALC/ 262/ 265/ 268/ 660/ 861/ 880/ 882/ 883/ 885/ 888 Audio
5. Canon PIXMA iP1300 Printer Driver a
6. Canon PIXMA MP210 MP Drivers
7. Canon PIXMA MP160 MP Drivers xp64
8. Canon PIXMA iP1600 Printer Driver
9. Canon PIXMA MP160 MP Drivers 9xME
10. Canon PIXMA iP1300 Printer Driver c
11. Asus EZVcr II
12. Canon i-SENSYS LBP2900 Printer Driver R
13. Canon LaserShot LBP-1210 Printer Driver
14. Realtek RTL8139C(L)+/RTL8139D(L)/RTL8100(L)/RTL8130/RTL8139B(L) Driver
15. Realtek RTL8100B(L)/RTL8100C(L)/RTL8101L/RTL8139C(L) Driver XP
16. Canon i560 Printer Driver
17. SendSong
18. Alcatel SpeedTouch 330/USB
19. Mercury KPC-6225V-MH
20. Epox EP-8RDA3+ Bios