Add: use metadata.updateURL as style.updateUrl
This commit is contained in:
parent
93a15a8284
commit
e6ceff2361
|
@ -7,7 +7,7 @@ const usercss = (() => {
|
||||||
author: undefined,
|
author: undefined,
|
||||||
description: undefined,
|
description: undefined,
|
||||||
homepageURL: 'url',
|
homepageURL: 'url',
|
||||||
// updateURL: 'updateUrl',
|
updateURL: 'updateUrl',
|
||||||
name: undefined,
|
name: undefined,
|
||||||
};
|
};
|
||||||
const RX_META = /\/\*!?\s*==userstyle==[\s\S]*?==\/userstyle==\s*\*\//i;
|
const RX_META = /\/\*!?\s*==userstyle==[\s\S]*?==\/userstyle==\s*\*\//i;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user