i've tried that, but doesn't work. Also replaced the .tld with .de/.com for exact match, but doesn't help. I think problem doesn't depend on the @match, cause the editor gets injected, so the match works.
Am Freitag, 27. März 2015 20:15:17 UTC+1 schrieb janekptacijarabaci: > > > https://github.com/greasemonkey/greasemonkey/issues/2096 > > I therefore propose: > > From: > > // @match *://*.ebay.tld/ws/eBayISAPI.dll* > > To: > > // @match *://*.ebay.tld/ws/eBayISAPI.dll* > // @include http://*.ebay.tld/ws/eBayISAPI.dll* > // @include https://*.ebay.tld/ws/eBayISAPI.dll* > > Dne čtvrtek 26. března 2015 22:09:39 UTC+1 Netzvamp napsal(a): > >> Hi, >> i've done an small userscript, that replaces the description editor on >> ebay with TinyMCE. You can get it here: >> https://github.com/Netzvamp/tinymce-ebay >> >> <https://github.com/Netzvamp/tinymce-ebay/raw/master/screenshot.jpg> >> It runs good in Chrome/Tampermonkey but not in Firefox/Greasemonkey. In >> Firefox the ebay-Editor gets replaced, TinyMCE gets rendered, but nothing >> is functional. I've investigated, that there are no events registered on >> any of the TMCE-Button or menus, only on these two dropbox-buttons. I've >> tried to load the js files later or point tinymce to a child of >> unsafewindow, but no success. Any tips or advise for me? What can i do? >> >> >> -- You received this message because you are subscribed to the Google Groups "greasemonkey-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/greasemonkey-users. For more options, visit https://groups.google.com/d/optout.
