comparison dlsite-select-title.user.js @ 108:2c4470b73ad9

Switch to semistandard No more `;` at the start of line.
author nanaya <me@nanaya.net>
date Sun, 15 Jan 2023 23:24:03 +0900
parents f1677d285bee
children ef21ef445fc6
comparison
equal deleted inserted replaced
107:4bc5a633437c 108:2c4470b73ad9
12 /* global GM_addStyle */ 12 /* global GM_addStyle */
13 GM_addStyle(` 13 GM_addStyle(`
14 .topicpath_item, #work_name { 14 .topicpath_item, #work_name {
15 user-select: auto !important; 15 user-select: auto !important;
16 } 16 }
17 `) 17 `);