Skip to content

Commit 463377d

Browse files
committed
Get Archive 3.2.0-webext:
* 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
1 parent 07a067c commit 463377d

File tree

9 files changed

+435
-250
lines changed

9 files changed

+435
-250
lines changed

GetArchive-webext/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
3.2.0
2+
=============
3+
* Cannot make out the difference between "Document expired" and "Server not found".
4+
* Use webRequest for reading HTTP status code from the headers (see bug above about "Document expired"), requires new <all_urls> permission
5+
* Make the search function available in tabs where there is no content script, and cleanup the code responsible for this
6+
* Create a context menu item for search
7+
* If there is a selection when doing a search, use that
8+
* Remove the use of "this" which might be a source of errors
9+
* Rename variable i to j (i already declared)
10+
* Fix typo in variable name
11+
* Save URL into archive.org (Wayback Machine), archive.is and webcitation.org
12+
* Fix possible incompatibility with Firefox <= 55
13+
114
3.1.1
215
=============
316
* Fix archive.is LONG link not correct

GetArchive-webext/TODO.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,23 @@ This list may not be up to date.
44

55
## Bugs
66
* URL not copied when tab is switched away -> check what's going on.
7-
* Cannot make out the difference between "Document expired" and "Server not found". -> we have to use webRequest / webNavigation
8-
* http://www.wattxtrawatt.com/biocarla.htm
9-
* https://web.archive.org/web/20050306063111/http://www.rprf.org/Rollography.html CTRL+C
10-
* https://web.archive.org/web/20051227075418/http://www.sonyclassical.com/artists/ligeti_top.htm CTRL+C
11-
* 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!!
127

138
## 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
169
* Copy last downloaded file URL to clipboard - https://github.com/mdn/webextensions-examples/tree/master/latest-download
1710
* 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
1814

1915
## 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)
16+
* No automatic copying available
17+
* - http://ironman.com/assets/files/results/australia/2007.txt
18+
* - http://www.wattxtrawatt.com/biocarla.htm
19+
* Url copied, but no notification
20+
* - https://web.archive.org/web/20071010055812/http://www.fimic.fi/fimic/fimic.nsf/mainframe?readform&heinio+mikko
21+
* Url not automatically copied
22+
* - https://web.archive.org/web/20050306063111/http://www.rprf.org/Rollography.html
23+
* - https://web.archive.org/web/20051227075418/http://www.sonyclassical.com/artists/ligeti_top.htm
2224

2325
## Documentation
2426
* Update description pages

0 commit comments

Comments
 (0)