Chun-Hao Lien

Results 16 issues of Chun-Hao Lien

dmhy edit [SID] [options] dmhy edit -i 可能的使用例: ``` dmhy edit AAA --title="搖曳露營" # 單行單筆變更 dmhy edit AAA --title="搖曳露營" --keywords=喵萌,繁體 # 單行多筆變更 dmhy edit -i (先問是否更改,選 Yes 時再跳輸入區) 輸入標題 No...

enhancement
good first issue

因為 dmhy 有時候怪怪的會造成各式各樣的 error 想把像是 [ACG.RIP](https://acg.rip) 這種站作為替代方案 (`Promise.race`) 將 crawler.js 改成 abstract class (想想需要哪些 functions) ``` crawlers ├── base.js ├── dmhy.js └── acg-rip.js ``` torrent 轉 magnet 可以用 [`webtorrent/parse-torrent`](https://github.com/webtorrent/parse-torrent)

enhancement
discussion

Awesome project

目前語法可以對特定規則註解: ``` rule comment ``` 但希望可以增加單行註解來註解整個規則集,而不用切分檔案: ``` # 新聞黑名單 rule_1 rule_2 regex_1 comment # 論壇黑名單 rule_3 ``` 感覺可以直接 match 第一個字是 `#` 就好,雖然 URI 裡 `#` 是合法字元 (hash),但在連結或頁面的封鎖上去針對 hash 封鎖應該是不合理的,不會造成歧義

enhancement

If I put extension icon at here ![_001](https://user-images.githubusercontent.com/5981459/30688916-011478ac-9ef2-11e7-8a58-9197fb859f59.png) 1st line icons will be covered ![1_002](https://user-images.githubusercontent.com/5981459/30688702-71bfc328-9ef1-11e7-859d-780f0cdcaa86.png) Linux Mint 18 Firefox Nightly 57.0a1 (2017-09-20)

firefox

Now, pixiv is changing their pages with A/B test. I will release the next version until they has deployed to all users. Maybe I will release some beta version when...

bug

# Pages ```diff = `/bookmark.php` = `/bookmark.php?id` react-based = `/search` = `/bookmark_new_illust.php` = `/mypixiv_new_illust.php` = `/new_illust.php` = `/member.php?id` react-based = `/member_illust.php?id` react-based + `/` + `/member_illust.php?mode&illust_id` react-based + `/ranking.php` ```...

enhancement

## Is your feature request related to a problem? Please describe. ## Now, if I want to add bookmark with tags, I need to open a new tab to do...

enhancement
help wanted

## Describe the bug ## Add tags that not by user, go bookmark page and can't find that image. ## Steps to reproduce ## As description. ## Screenshots ## ![_001](https://user-images.githubusercontent.com/5981459/41651953-727fdc8c-74b4-11e8-965d-c7d8bd1ba8aa.png)...

bug