johndoe12345 Posted December 1, 2011 Share Posted December 1, 2011 When using the google chrome console/firebug is there a way to save a script so I do not have to keep copying and pasting it every time I need to use it. I use this script gp.GameStarter.execGameStart(8,1,1) to multi client my game on this site http://archlord.webzen.com/Default.aspx and get past gameguard that stops me from using multiple clients. (but sometimes it says the client is already running. I want to be able to save it somewhere so all I have to do is just recall it , instead of opening a note pad copying it then pasting it. (looking for something as quick as copy paste but less annoying.) I have tried using google to search for this and only came up with 1 solution that I have yet to try running developer tools on a file:// URL, you can do something like: s = document.createElement('script'); s.src = 'file://path/to/script.js'; document.body.appendChild(s) As a workaround you could also paste in your oft-repeated code snippet into the developer tools also Maybe there is a way to save a profile of all my different accounts and when I go to the page I can pull up the different profiles and automatically sign in and start the next client. Quote Link to comment https://forums.phpfreaks.com/topic/252227-firebugchrome-console-question/ Share on other sites More sharing options...
johndoe12345 Posted December 19, 2011 Author Share Posted December 19, 2011 anyone able to confirm or help on this ? Quote Link to comment https://forums.phpfreaks.com/topic/252227-firebugchrome-console-question/#findComment-1299291 Share on other sites More sharing options...
scootstah Posted December 19, 2011 Share Posted December 19, 2011 You can create bookmarklets, or save greasemonkey scripts on Firefox. Quote Link to comment https://forums.phpfreaks.com/topic/252227-firebugchrome-console-question/#findComment-1299355 Share on other sites More sharing options...
johndoe12345 Posted January 24, 2012 Author Share Posted January 24, 2012 You can create bookmarklets, or save greasemonkey scripts on Firefox. Ya but I do not want to download another plug-in I would rather just use firebug in FF or google chrome , I just want to be able to recall the simple script when ever I need it. Quote Link to comment https://forums.phpfreaks.com/topic/252227-firebugchrome-console-question/#findComment-1310774 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.