Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 16 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,16 @@
# GitHub Stories

View stories on your GitHub dashboard.

No uploads required. Just [install](#how-to-install) and visit [github.com](https://github.com).

![GitHub Stories Demo](./github-stories.gif)

## How to Install

1. [Download ZIP](https://github.com/inquid/github-stories/archive/master.zip) and unzip on your computer.

2. Visit `chrome://extensions` (or click Menu -> Tools -> Extensions).

3. Enable Developer mode by ticking the checkbox in the upper-right corner.

4. Click on the "Load unpacked" button in the top-left corner.

5. Select the downloaded folder.

## Frequently Asked Questions

**Q: Why?**

Why not?

## Disclaimer

Free, fun side project. Not affiliated with GitHub.
GitHub Chat Extension

This Chrome extension adds a small chat toggle to the lower-right corner of every `github.com/*` page. Opening the toggle displays GitHub Chat in an iframe when the configured chat endpoint allows embedding, and passes the current GitHub URL as `github_url`.

## Install locally

1. Open `chrome://extensions`.
2. 2. Enable Developer mode.
3. 3. Click "Load unpacked".
4. 4. Select this folder.
5. 5. Visit any `https://github.com/*` page and click the "Chat" button.

6. ## Configure the chat endpoint

7. The default chat endpoint is `https://github-chat.com/`. That host currently blocks iframe embedding, so the extension shows an "Open Chat" fallback for the default URL. To use an embeddable chat endpoint, open the extension details page, select "Extension options", and save the preferred chat URL.
8.
Loading