You are not logged in.
Hi,
The IPB && vBulletin boards have an option to view the topic in print mode and display all of the quote, code boxes' contents.. I'm trying to print a topic to file:
https://bbs.archlinux.org/viewtopic.php?id=78454
and when using just the browser's print option, the boxes do not display all of the text.
Any help?
Last edited by nimd4 (2012-10-07 23:43:41)
Offline
It's hackish, but you can remove the stylesheets. I'm using
javascript:(function(){var%20i,x;for(i=0;x=document.styleSheets[i];++i)x.disabled=true;})();
as a Firefox bookmarklet.
Readability plugins (a more sophisticated version of the above js function) are another way.
Offline