Add @connect to userscript metadata. #961

This commit is contained in:
ccd0 2016-06-11 20:48:19 -07:00
parent 50c148be10
commit 9ffef89d7d

View File

@ -34,6 +34,8 @@
).join('\n');
})()
%>
// @connect i.4cdn.org
// @connect *
<%=
meta.grants.map(function(grant) {
return '// @grant ' + grant;