diff --git a/alien.png b/alien.png new file mode 100644 index 0000000..9455ec6 Binary files /dev/null and b/alien.png differ diff --git a/background.html b/background.html new file mode 100644 index 0000000..c3b5d21 --- /dev/null +++ b/background.html @@ -0,0 +1,114 @@ + \ No newline at end of file diff --git a/gradient-button-hover.png b/gradient-button-hover.png new file mode 100644 index 0000000..dce6bf4 Binary files /dev/null and b/gradient-button-hover.png differ diff --git a/gradient-button.png b/gradient-button.png new file mode 100644 index 0000000..4c8fb11 Binary files /dev/null and b/gradient-button.png differ diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..706fa16 --- /dev/null +++ b/manifest.json @@ -0,0 +1,14 @@ +{ + "name": "Best Reddit Check", + "version": "0.1", + "description": "Easily see how many times URL has been posted to reddit, join the discussion, submit or repost it, and more!", + "browser_action": { + "default_icon": "alien.png" + }, + "permissions": [ + "http://*.reddit.com/", + "tabs", + "cookies" + ], + "background_page": "background.html" +} \ No newline at end of file diff --git a/popup.html b/popup.html new file mode 100644 index 0000000..0d8010e --- /dev/null +++ b/popup.html @@ -0,0 +1,392 @@ + + + + TESTING the title + + + + + +
    + +
+ + + \ No newline at end of file diff --git a/sprite.png b/sprite.png new file mode 100644 index 0000000..32aca32 Binary files /dev/null and b/sprite.png differ diff --git a/stufftodo.txt b/stufftodo.txt new file mode 100644 index 0000000..e8d1e9f --- /dev/null +++ b/stufftodo.txt @@ -0,0 +1,30 @@ +// UNSAVE +Request URL:http://www.reddit.com/api/unsave +Request Method:POST +Form Data: + id:t3_i0jf9 + executed:unsaved + r:blog + uh:z59wa0u7v99260aa07baf45a198ac9434c5472f353f64dec22 + renderstyle:html + +// SAVE +Request URL:http://www.reddit.com/api/save +Request Method:POST +Form Data: + id:t3_i0jf9 + executed:saved + r:blog + uh:1omqs0c192e8af3ad69b008c7de53875a6247774fc08173f07 + renderstyle:html + +// SEARCH REDDIT NAMES +Request URL:http://www.reddit.com/api/search_reddit_names +Request Method:POST +Form Data: + query:rp + uh:zvs6d0sz4he44b5174238157140615b04be2d0185a5a9b4879 + renderstyle:html + +// IDEAS +How about parsing imgur to look for direct AND imgur links? \ No newline at end of file