Mercurial > ec-userscripts
diff dlsite-select-title.user.js @ 109:ef21ef445fc6
Cleanups
- wrap everything in function and call them last
- fix namespace and update url
author | nanaya <me@nanaya.net> |
---|---|
date | Sun, 15 Jan 2023 23:33:41 +0900 |
parents | 2c4470b73ad9 |
children | 15ec4ec958d7 |
line wrap: on
line diff
--- a/dlsite-select-title.user.js Sun Jan 15 23:24:03 2023 +0900 +++ b/dlsite-select-title.user.js Sun Jan 15 23:33:41 2023 +0900 @@ -1,14 +1,16 @@ // ==UserScript== // @name dlsite select title -// @namespace https://myconan.net +// @namespace https://nanaya.net // @match https://www.dlsite.com/* // @grant GM_addStyle // @version 1.0.0 // @author nanaya // @description Allow selecting work title -// @downloadURL https://hg.myconan.net/ec-userscripts/raw-file/tip/dlsite-select-title.user.js +// @downloadURL https://hg.nanaya.net/ec-userscripts/raw-file/tip/dlsite-select-title.user.js // ==/UserScript== +'use strict'; + /* global GM_addStyle */ GM_addStyle(` .topicpath_item, #work_name {