Javascript-Snippet to replace the very limited eBay auctioneditor with the mighty TinyMCE Editor. It's extended with Dropbox integration to insert images and load templates hostet on Dropbox. It also replaces the placeholders {title} and {subtitle} with the values from the ebay form fields on load.
-
You need an Userscriptmanager for your Browser:
- Tampermonkey for Chrome
- Greasemonkey for Firefox Doesn't working for now, see the known issues 😕
-
Click on this link and the Scriptmanager asks you about installation:
- 🇬🇧 English Version: https://rawgit.com/Netzvamp/tinymce-ebay/master/tinymce-ebay.user.js
- 🇩🇪 German Version: https://rawgit.com/Netzvamp/tinymce-ebay/master/tinymce-ebay.de.user.js
-
Go to ebay.com or the eBay in your country and start an new auction to see the editor in action
- Doesn't work with Firefox/Greasemonkey: TinyMCE gets injected but doesn't respond on any action 😕
- Can't dynamic load different language files for TinyMCE on runtime, only one with the @require from the scriptmanager. Cause of that i've done a seperate german version, but will work to get back to one file.