Christian Science Monitor - trouble with snapshot
Debug ID is D495581223
I can add CSM articles using the address bar icon, and it adds a snapshot to the item record. But double clicking the snapshot goes to a page that says "sorry this page has moved or does not exist" (with links and ads visible but no article content). The snapshots saved this way are automatically named "CS Monitor Printable," which is interesting because I couldn't find a printer-friendly option on the pages.
Example:
http://www.csmonitor.com/World/Middle-East/2013/0728/In-Egypt-journey-down-a-Nile-of-discontent
When I add the articles using the "Create web page item" button within Zotero, it does save a snapshot of the article. However, I'm getting Flash and Shockwave warnings when I open the saved snapshot.
Is there a way to get a "clean" snapshot from this site?
Many thanks,
Cassie
I can add CSM articles using the address bar icon, and it adds a snapshot to the item record. But double clicking the snapshot goes to a page that says "sorry this page has moved or does not exist" (with links and ads visible but no article content). The snapshots saved this way are automatically named "CS Monitor Printable," which is interesting because I couldn't find a printer-friendly option on the pages.
Example:
http://www.csmonitor.com/World/Middle-East/2013/0728/In-Egypt-journey-down-a-Nile-of-discontent
When I add the articles using the "Create web page item" button within Zotero, it does save a snapshot of the article. However, I'm getting Flash and Shockwave warnings when I open the saved snapshot.
Is there a way to get a "clean" snapshot from this site?
Many thanks,
Cassie
The problem now is that if we get the print, then the site automatically opens the printer window which is annoying.
If we get the regular page we get the flash etc. warning you're getting, and perhaps more importantly we only get the current page for multi-page articles like the one you link to. So I'm still figuring out what the best way forward is.
@aurimas - would there be a way to get rid of the printer issue? Probably not, I assume?
If we only want to prevent printing, we could add something like
<script type="text/javascript">window.print = function() {}</script>
as the first element in the HEAD when we generate snapshots. Though that would prevent any embedded print functionality (a small price to pay for this annoyance in general).Alternatively, we could remove all scripts (which is what Firefox does when you save a page). That would break some pages, but I feel like interactive content is not something you should expect to be saved in a snapshot. It becomes more like a PDF (static).