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
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,8 @@ Basically all this does is use the Chrome Extension WebRequest API and Proxy API
26
26
* Firefox support (this is trouble as [the Firefox WebExtension Proxy API](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/proxy) is different).
27
27
* Firefox for Android support.
28
28
* Opera support.
29
+
* Mac OS support.
30
+
* Linux support.
29
31
* Chrome OS support.
30
32
* dat:// link support.
31
33
* This'll require coming up with a way to simply parse Dat URLs in a regular web browser, as [parse-dat-url](https://github.com/pfrazee/parse-dat-url"parse-dat-url") doesn't work very well on the web (there's likely a fix that can be done with regular expressions but I suck at them so... yeah).
@@ -44,3 +46,14 @@ Basically all this does is use the Chrome Extension WebRequest API and Proxy API
44
46
* Edge support? (Not possible yet, needs the Proxy API, if it ever gets it)
45
47
* Safari support? (I'm unsure if this is possible)
46
48
* Internet Explorer support? (I'm being ridiculous here, but again unsure if this is possible)
49
+
50
+
## To-Do [Short term + more specific list]
51
+
* Dat URL for current tab in the extension pop up.
52
+
* Support for 404 pages by reading “fallback_page” in dat.json.
53
+
* An button in the extension pop up to tell the app to download the entire Dat.
54
+
* A button in the extension pop up to tell the app to delete the entire Dat.
55
+
* A landing page for introducing users to the extension/app.
56
+
* A page for deleting torrents/dats and other information.
57
+
* The ability to submit dat links or hashes as searches in the extension (needs Dat parse for web).
0 commit comments