You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Cannot make out the difference between "Document expired" and "Server not found".
* Use webRequest for reading HTTP status code from the headers (see bug above about "Document expired"), requires new <all_urls> permission
* Make the search function available in tabs where there is no content script, and cleanup the code responsible for this
* Create a context menu item for search
* If there is a selection when doing a search, use that
* Remove the use of "this" which might be a source of errors
* Rename variable i to j (i already declared)
* Fix typo in variable name
* Save URL into archive.org (Wayback Machine), archive.is and webcitation.org
* Fix possible incompatibility with Firefox <= 55
*https://www.google.be/search?q=KennethLeighton-OpusNumbers.pdf&oq=KennethLeighton-OpusNumbers.pdf&gs_l=serp.3..30i10k1.2968.2968.0.3234.1.1.0.0.0.0.90.90.1.1.0....0...1c.1.64.serp..0.1.89.GfS6kSCMUnA -> www...com selection -> does nothing!!
12
7
13
8
## Improvements
14
-
* Use webRequest for reading HTTP status code from the headers (see bug above about "Document expired")
15
-
* Save URL into Wayback Machine and archive.is
16
9
* Copy last downloaded file URL to clipboard - https://github.com/mdn/webextensions-examples/tree/master/latest-download
17
10
* Is selection in input taken into account when preventing CTRL+C?
11
+
* Add more search engines by default and provide the option to set your own
12
+
* Add options to configure the search engine behaviour
13
+
* Allow multiple search engines to co-exist at the same time
18
14
19
15
## Bugs with URLs (TODO)
20
-
*http://ironman.com/assets/files/results/australia/2007.txt - no automatic copying available (for now)
21
-
*https://web.archive.org/web/20071010055812/http://www.fimic.fi/fimic/fimic.nsf/mainframe?readform&heinio+mikko (TODO: URL copies, but no notification)
0 commit comments