From e6ceff2361a0d3eb1fccc9f7b40ca53d1c969987 Mon Sep 17 00:00:00 2001 From: eight Date: Sat, 2 Feb 2019 15:35:17 +0800 Subject: [PATCH] Add: use metadata.updateURL as style.updateUrl --- js/usercss.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/usercss.js b/js/usercss.js index 360743c0..deebcbbb 100644 --- a/js/usercss.js +++ b/js/usercss.js @@ -7,7 +7,7 @@ const usercss = (() => { author: undefined, description: undefined, homepageURL: 'url', - // updateURL: 'updateUrl', + updateURL: 'updateUrl', name: undefined, }; const RX_META = /\/\*!?\s*==userstyle==[\s\S]*?==\/userstyle==\s*\*\//i;