This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//requires up here | |
var kimonoApiKey = "***********"; | |
var siteIds = [ | |
"496ix4qu", //Daily Intelligencer | |
"451rb3y0", //Mashable --> To Delete (improperly formatted) | |
"9p482mnm", //Vox Dot Com | |
"464bh2bk", //i09 | |
"b9kri09g", //Mediaite |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
User-agent: * | |
Allow: / | |
# Overall Sitemap | |
Sitemap: http://mic.com/sitemap.xml | |
# Google News Sitemap | |
Sitemap: http://mic.com/newssitemap.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
in chrome, use the stylebot extension to implement: | |
https://chrome.google.com/webstore/detail/stylebot/oiaejidbmkiecgbjeifoejpgmdaleoha?hl=en | |
*/ | |
body { | |
background-color: #161616; | |
color: #eee; | |
} |