M01 文章內容限閱提示

// ==UserScript==
// @name           M01 Content Restrict
// @description    M01 Content Restrict
// @include        http://www.mobile01.com/forumcontentrestrict.php?f=*
// @include        http://www.mobile01.com/forumcontentrestrict.php?f=*
// ==/UserScript==
document.querySelector("input[value=confirm]").checked=true;
document.getElementById("confirm_form").submit();

文章內容限閱提示 - Mobile01