talaric wrote: > >> I often use firebug as a WYSIWYG html editor/manipulator to remove ad- >> blocks, left and right navigators on pages before printing. But many >> times I really wish I could save that edited page just as is, and not >> with all the junk cluttering the main content area. Is it possible to >> extend it to include "Save as edited" feature ? If I copy/paste the >> html then I lose firefox's translation of image urls etc. to local >> directories. >> > > Although I'm not entirely sure this is within the scope of Firebug, I > understand where you're coming from. I tend to use a combination of > webdeveloper toolbar and firebug not as much as a WYSIWYG editor > (there are better tools for that) but rather for tweaking css rules to > get them right - because a) I hand code pretty much everything and b) > the results are immediate (no reloading the page to see the changes > take effect) > > I almost always forget to transfer css corrections I make in firebug > back to the source css file and then lose them. :) I blame myself > for that. > > -talaric > > > > yes i agree thats all its made for tweaks. this saves me hundreds of hours each year. Rather then hand code some shyt, compile, test, repeat 12 times or more, now i just code the stuff up, and tweak the UI with the realtime layout tab. The rulers are a life saver.
if you really want the modified code, use another extension like greasemonkey or such which lets you save modified css and html to a page. Also try developing your css inlinewhen testing, and then moigrate to extrenal sheets when you know its 100%. then you can literary just copy and paste into your external sheet. kara --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
