diff --git a/content/install-hook-userstylesworld.js b/content/install-hook-userstylesworld.js index ab68803d..05bdc591 100644 --- a/content/install-hook-userstylesworld.js +++ b/content/install-hook-userstylesworld.js @@ -19,7 +19,7 @@ if (location.pathname === '/api/oauth/style/new') { API.styles.find({_isUswLinked: true}).then(style => { - style.sourceCode = style.originalValue; + style.sourceCode = style.tmpSourceCode; sendPostMessage({type: 'usw-fill-new-style', data: style}); }); }