/*
* @title pixiv -modal
* @description hidden modal dialog on Pixiv for nonmember
* @include http://www.pixiv.net/*
* @license MIT http://opensource.org/licenses/MIT
* @javascript_url
* @private WIP
*/
(function () {
(document.querySelector('#register-introduction-modal') || {}).style.display = 'none';
})();