├── LICENSE ├── README.ja.md ├── README.md ├── css ├── close-button-to-left.css ├── content.css ├── liquid-design.css └── tab-size.css ├── image ├── 10_Quick_Quoting.png ├── 11_diff_patch_file.png ├── 1_Liquid_Design_after.png ├── 1_Liquid_Design_before.png ├── 2_Ignore_Whitespaces_after.png ├── 2_Ignore_Whitespaces_before.png ├── 3_Change_Tab_Size_after.png ├── 3_Change_Tab_Size_before.png ├── 4_Expand_Commit_Messages_after.png ├── 4_Expand_Commit_Messages_before.png ├── 5_Remove_Ellipsis…_after.png ├── 5_Remove_Ellipsis…_before.png ├── 6_No_Relative_Time_after.png ├── 6_No_Relative_Time_before.png ├── 7_Hide_All_Comments.png ├── 7_Show_All_Comments.png ├── 8_Do_Not_Merge_WIP.png ├── 9_Close_Button_to_Left.png ├── icon128.png ├── icon16.png ├── icon24.png ├── icon32.png ├── icon48.png ├── icon512.png └── octicon-plus.png ├── js ├── content.js ├── expand-message.js ├── ignore-whitespace-bg.js ├── ignore-whitespace.js ├── jquery-2.2.4.min.js ├── no-relative-time.js ├── not-merge-wip.js ├── open-diff-patch.js ├── remove-ellipsis.js ├── show-hide-comment.js └── toolbar │ └── insert-quote.js └── manifest.json /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rockwillj/GitHub-Plus/HEAD/LICENSE -------------------------------------------------------------------------------- /README.ja.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rockwillj/GitHub-Plus/HEAD/README.ja.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rockwillj/GitHub-Plus/HEAD/README.md -------------------------------------------------------------------------------- /css/close-button-to-left.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rockwillj/GitHub-Plus/HEAD/css/close-button-to-left.css -------------------------------------------------------------------------------- /css/content.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rockwillj/GitHub-Plus/HEAD/css/content.css -------------------------------------------------------------------------------- /css/liquid-design.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rockwillj/GitHub-Plus/HEAD/css/liquid-design.css -------------------------------------------------------------------------------- /css/tab-size.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rockwillj/GitHub-Plus/HEAD/css/tab-size.css -------------------------------------------------------------------------------- /image/10_Quick_Quoting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rockwillj/GitHub-Plus/HEAD/image/10_Quick_Quoting.png -------------------------------------------------------------------------------- /image/11_diff_patch_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rockwillj/GitHub-Plus/HEAD/image/11_diff_patch_file.png -------------------------------------------------------------------------------- /image/1_Liquid_Design_after.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rockwillj/GitHub-Plus/HEAD/image/1_Liquid_Design_after.png -------------------------------------------------------------------------------- /image/1_Liquid_Design_before.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rockwillj/GitHub-Plus/HEAD/image/1_Liquid_Design_before.png -------------------------------------------------------------------------------- /image/2_Ignore_Whitespaces_after.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rockwillj/GitHub-Plus/HEAD/image/2_Ignore_Whitespaces_after.png -------------------------------------------------------------------------------- /image/2_Ignore_Whitespaces_before.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rockwillj/GitHub-Plus/HEAD/image/2_Ignore_Whitespaces_before.png -------------------------------------------------------------------------------- /image/3_Change_Tab_Size_after.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rockwillj/GitHub-Plus/HEAD/image/3_Change_Tab_Size_after.png -------------------------------------------------------------------------------- /image/3_Change_Tab_Size_before.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rockwillj/GitHub-Plus/HEAD/image/3_Change_Tab_Size_before.png -------------------------------------------------------------------------------- /image/4_Expand_Commit_Messages_after.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rockwillj/GitHub-Plus/HEAD/image/4_Expand_Commit_Messages_after.png -------------------------------------------------------------------------------- /image/4_Expand_Commit_Messages_before.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rockwillj/GitHub-Plus/HEAD/image/4_Expand_Commit_Messages_before.png -------------------------------------------------------------------------------- /image/5_Remove_Ellipsis…_after.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rockwillj/GitHub-Plus/HEAD/image/5_Remove_Ellipsis…_after.png -------------------------------------------------------------------------------- /image/5_Remove_Ellipsis…_before.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rockwillj/GitHub-Plus/HEAD/image/5_Remove_Ellipsis…_before.png -------------------------------------------------------------------------------- /image/6_No_Relative_Time_after.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rockwillj/GitHub-Plus/HEAD/image/6_No_Relative_Time_after.png -------------------------------------------------------------------------------- /image/6_No_Relative_Time_before.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rockwillj/GitHub-Plus/HEAD/image/6_No_Relative_Time_before.png -------------------------------------------------------------------------------- /image/7_Hide_All_Comments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rockwillj/GitHub-Plus/HEAD/image/7_Hide_All_Comments.png -------------------------------------------------------------------------------- /image/7_Show_All_Comments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rockwillj/GitHub-Plus/HEAD/image/7_Show_All_Comments.png -------------------------------------------------------------------------------- /image/8_Do_Not_Merge_WIP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rockwillj/GitHub-Plus/HEAD/image/8_Do_Not_Merge_WIP.png -------------------------------------------------------------------------------- /image/9_Close_Button_to_Left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rockwillj/GitHub-Plus/HEAD/image/9_Close_Button_to_Left.png -------------------------------------------------------------------------------- /image/icon128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rockwillj/GitHub-Plus/HEAD/image/icon128.png -------------------------------------------------------------------------------- /image/icon16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rockwillj/GitHub-Plus/HEAD/image/icon16.png -------------------------------------------------------------------------------- /image/icon24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rockwillj/GitHub-Plus/HEAD/image/icon24.png -------------------------------------------------------------------------------- /image/icon32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rockwillj/GitHub-Plus/HEAD/image/icon32.png -------------------------------------------------------------------------------- /image/icon48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rockwillj/GitHub-Plus/HEAD/image/icon48.png -------------------------------------------------------------------------------- /image/icon512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rockwillj/GitHub-Plus/HEAD/image/icon512.png -------------------------------------------------------------------------------- /image/octicon-plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rockwillj/GitHub-Plus/HEAD/image/octicon-plus.png -------------------------------------------------------------------------------- /js/content.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rockwillj/GitHub-Plus/HEAD/js/content.js -------------------------------------------------------------------------------- /js/expand-message.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rockwillj/GitHub-Plus/HEAD/js/expand-message.js -------------------------------------------------------------------------------- /js/ignore-whitespace-bg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rockwillj/GitHub-Plus/HEAD/js/ignore-whitespace-bg.js -------------------------------------------------------------------------------- /js/ignore-whitespace.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rockwillj/GitHub-Plus/HEAD/js/ignore-whitespace.js -------------------------------------------------------------------------------- /js/jquery-2.2.4.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rockwillj/GitHub-Plus/HEAD/js/jquery-2.2.4.min.js -------------------------------------------------------------------------------- /js/no-relative-time.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rockwillj/GitHub-Plus/HEAD/js/no-relative-time.js -------------------------------------------------------------------------------- /js/not-merge-wip.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rockwillj/GitHub-Plus/HEAD/js/not-merge-wip.js -------------------------------------------------------------------------------- /js/open-diff-patch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rockwillj/GitHub-Plus/HEAD/js/open-diff-patch.js -------------------------------------------------------------------------------- /js/remove-ellipsis.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rockwillj/GitHub-Plus/HEAD/js/remove-ellipsis.js -------------------------------------------------------------------------------- /js/show-hide-comment.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rockwillj/GitHub-Plus/HEAD/js/show-hide-comment.js -------------------------------------------------------------------------------- /js/toolbar/insert-quote.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rockwillj/GitHub-Plus/HEAD/js/toolbar/insert-quote.js -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rockwillj/GitHub-Plus/HEAD/manifest.json --------------------------------------------------------------------------------