/*
* @title Archive Twitter URL from mobile
* @description Archive a URL converted from mobile.twitter by archive.today .
* @include http://*
* @license MIT License
* @require
*/
javascript:void(open('http://archive.is/?run=1&url='+encodeURIComponent(document.location.href.replace(/^https:\/\/mobile\.twitter\.com\//,'https://twitter.com/'))));