#include authorise.js #include verify.js (() => { if(location.pathname === '/oauth2/authorise') HanyuuOAuth2Authorise(); if(location.pathname === '/oauth2/verify') HanyuuOAuth2Verify(); })();