General :  K-Meleon Web Browser Forum
General discussion about K-Meleon 
View Page Cache
Posted by: bst82551
Date: December 24, 2005 05:15AM

I noticed that in some of the builds that use the "" command, that you would get just a blank white page when you tried viewing the page cache information. I took scraps from other macros to put this one together.
If you think it needs any modifications, please post them.

in macros.cfg
PageCache{
id(ID_SELECT_URL); id(ID_EDIT_COPY); $pageurl = getclipboard();
$client=index($pageurl,"https://")==0 ? "HTTP-memory-only":"HTTP";
$var="about:cache-entry?client=".$client."&sb=1&key=".$pageurl;
index($pageurl,"http")==0 ? opennew($var):"";
}


in menus.cfg
macros(PageCache, Page Cache)


Brian

Options: ReplyQuote
Re: View Page Cache
Posted by: bst82551
Date: December 24, 2005 05:18AM

I mean the "ID_VIEW_PAGE_INFO" command, not the "" command

Brian

Options: ReplyQuote


K-Meleon forum is powered by Phorum.