Yu-Cheng Chuang

Results 31 issues of Yu-Cheng Chuang

## Problem Personally I use this extension a lot for aggregating pull requests. When copying with GitHub issues, we get string like this: ``` * [Web extension by chitsaou ·...

feature

i.e. Let user choose whether the link is formatted as ``` [Text](url) ``` or ``` [Text][id] [id]:url ```

feature
chrome

Windows XP Chrome 17 Reason: there is no `info.selectionText` because it does not select the text when right-clicking on a link.

bug
windows
chrome
edge

Using XMLHttpRequest is okay but `fetch()` will never expose `location` header. Sample code: ``` js var requestForShortenUrl = function(url, callback) { var formData = new FormData(); formData.append("url", url); var init...

http://code.google.com/chrome/extensions/dev/event_pages.html

enhancement

i.e. click the button, and it will be copied immediately. set this to default.

feature

`chrome.tabs.getSelected()` is deprecated [since Chrome 16](http://code.google.com/chrome/extensions/whats_new.html#16). It might be removed sooner or later. > The methods getAllInWindow() and getSelected() have been deprecated. To get details about all tabs in the...

enhancement

Scenarios: 1. Git.io service is down 2. U NO Internet

bug

目前的阻擋頁面是 Chrome 預設的「由擴充程式封鎖」頁面。 最好是有一個獨立的畫面,但要注意不能讓網址改變。

feature

最初的目的是要「讓他們的網站賺不到流量、廣告費」,那麼為了滿足看新聞內容的需求,轉到 Yahoo! 奇摩新聞應該是不錯的選擇,至少沒給他們賺到流量。 應該是提供一個 button 直接轉到 Yahoo! News ,或是 Google Search `site:tw.news.yahoo.com`? 可能可以跟 #1 做?

feature