![]() |
|
sharing 1 grease monkey-script on 2 desktops - Printable Version +- kanji koohii FORUM (http://forum.koohii.com) +-- Forum: Learning Japanese (http://forum.koohii.com/forum-4.html) +--- Forum: General discussion (http://forum.koohii.com/forum-8.html) +--- Thread: sharing 1 grease monkey-script on 2 desktops (/thread-4934.html) |
sharing 1 grease monkey-script on 2 desktops - frlmarty - 2010-01-31 Hi! I am working with a greasmonkey.script on my laptop. Is there a way to transfer/copy this script to a 2nd laptop? If so, could you please explain the way how to manage it? Thank you!! sharing 1 grease monkey-script on 2 desktops - frlmarty - 2010-02-03 maybe I need to rewrite the question: those who work on 2 desktops with 1 greasemonkey script- how do you handle it? Thank you! sharing 1 grease monkey-script on 2 desktops - mikemorr - 2010-02-03 I don't know about other platforms, but on Windows, the scripts are stored somewhere like C:\Users\(username)\AppData\Roaming\Mozilla\Firefox\Profiles\(whatever).default\gm_scripts\(script name). (I found that location by using Greasemonkey's "Manage User Scripts" function to edit a script, which brought up Notepad, and then I told Notepad to "Save As..." and looked to see where it was going to save.) Copy the .js file from there to any location (e.g. Desktop) on your other machine. Insert ".user" into the filename before the ".js", e.g. change "foo.js" to "foo.user.js". Then open that foo.user.js file in your other Firefox installation (with Greasemonkey already installed) and Greasemonkey should offer to install the script. I hope this helps. sharing 1 grease monkey-script on 2 desktops - tritonxg - 2010-02-03 personally I am using the useful mozilla-firefox add-on called FEBE for sunchronizing my two laptops (work/home) see below for detailed explanations http://softwarebychuck.com/febe/febe.html you can save/restore the prefs file which contains your own scripts sharing 1 grease monkey-script on 2 desktops - frlmarty - 2010-02-07 tritonxg Wrote:personally I am using the useful mozilla-firefox add-on called FEBEtritonxg, I will check this out! this sounds like what I have been looking for: "Now you can easily synchronize your office and home browsers." mikemorr unfortunataly, one platform is windows-based, the other mac os. should have toldthis form the beginning. sharing 1 grease monkey-script on 2 desktops - mikemorr - 2010-02-07 The .js file should be platform-independent JavaScript. |