You could use the Greasemonkey plugin to manipulate the DOM (using javascript) on your rendered page.
On Feb 22, 10:58 am, alooster <[email protected]> wrote: > Yes, I am not a web developer, and so only have access to the rendered > code to play with. We are low on resources and this project has fallen > to me. I'm comfortable with css so I was able to write text to the > page using Stylish. Now I just need to add a few divs and I don't know > how to do that. > > On Feb 20, 5:56 pm, Brian Di Palma <[email protected]> wrote: > > > Ummm I really don't know where to begin with this set of questions, I > > presume it's safe to say that you are not a comfortable web developer? Your > > don't sound as if you do web dev as a main job. I'm guessing the reason you > > can't access the services is probably down to the common domain security > > issues > > >https://developer.mozilla.org/En/Same_origin_policy_for_JavaScript > > > As for writing to the web page after load there are several ways of > > manipulating the page after load; you could try reading up on innerHTML. > > Really though if you plan to do this project properly I would suggest > > getting more familiar with web technologies and web deving! > > > On Fri, Feb 20, 2009 at 9:57 PM, alooster <[email protected]>wrote: > > > > I am doing a functional prototype of a dynamic "browse results" page > > > that uses webservices and asynchronus calls to return data. > > > Unfortunately I can only leverage the live site and the services and > > > calls will not work if the page is outside the production domain. > > > > I want to preserve the current functionality and move around a few UI > > > elements on the page. I have accomplished that using Stylish. Now I > > > need to introduce new html with javascript calls to the page. > > > > How can I accomplish this using firebug or any other firefox plugin/ > > > addon and make the changes persist through the session. > > > > This prototype will be used for a usability study. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/firebug?hl=en -~----------~----~----~----~------~----~------~--~---
