mirror of
https://github.com/XIU2/UserScript.git
synced 2026-09-07 11:27:41 +00:00
优化 代码
This commit is contained in:
@@ -143,9 +143,7 @@ textarea#fastpostmessage {
|
||||
}`,
|
||||
style_Add = document.createElement('style');
|
||||
style = style_2
|
||||
if (menu_value('menu_rule')) {
|
||||
style += style_1;
|
||||
}
|
||||
if (menu_value('menu_rule')) style += style_1;
|
||||
style_Add.innerHTML = style;
|
||||
document.head.appendChild(style_Add);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user