Internet Archive - Correct character set
http://greasefire.userscripts.org/scripts/source/9171.user.js
// ==UserScript==
// @name Internet Archive - Correct character set
// @namespace http://userscripts.org/users/7010
// @include http://web.archive.org/web/*
// ==/UserScript==
try{
var contentCharSet = l(getCharSet());
if( contentCharSet && contentCharSet != l(document.characterSet))
correctCharSet();
} catch(e){}
function getCharSet(){
return getContentType().match(/charset=(.*)/) ?
RegExp.$1 : '';
}
function getContentType(){
for(var i=0, metas=document.getElementsByTagName("meta") ; i
-
Cancel
-
About syntax(Markdown)
Use Markdown format.
- Paragraph
- Text before empty line become a paragraph.
- Emphasis
- Wrap the part to be emphasized with "*".
- Code
- Wrap the part to be emphasized with "*".
- Lists
- The head of line is made "-"(hyphen). The head of line is made "1."(figure and period) when list items is ordered.
- Headings
- The head of line is made "#".
- Blockquotes
- The head of line is made ">"
- Links
- It is described [link text](link url).
- Images
- It is described .
See also
Script Details
| name | Internet Archive - Correct character set |
| namespace | http://userscripts.org/users/7010 |
| include | http://web.archive.org/web/* |
| digest(MD5) | 73b7111a3bd5540a46f0c5882cbb10f9 |
| created at | 2010-03-04T12:09:09Z |
Related Scripts
|
|
200 users | 2009-03-17 |
|
|
166 users | 2009-03-17 |
|
|
103 users | 2009-03-17 |
|
|
45 users | 2010-01-01 |
|
|
32 users | 2009-02-02 |
Updates
- 2010-03-04T12:09:09Z Internet Archive - Correct character set http://userscripts.org/users/7010 73b7111a3bd5540a46f0c5882cbb10f9


