/*
* @title D[ ]
* @description browser size fullscreen on Dailymotion
* @include http://www.dailymotion.com/video/*
* @license MIT http://opensource.org/licenses/MIT
* @javascript_url
*/
(function () {
if (!/^www\.dailymotion\.com\/video\//.test(location.hostname + location.pathname)) return;
location.pathname = ('/embed' + location.pathname).replace(/_.*/, '');
})();