Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
f00d4tehg0dz committed Jan 30, 2022
1 parent d89def0 commit 42e6780
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 1 deletion.
29 changes: 29 additions & 0 deletions .history/README_20220130022433.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# CookieClicker Unofficial Plugin for Elgato Streamdeck

Click/Tap the CookieClicker

This an extension for the [ElGato-StreamDeck](https://www.elgato.com/en/gaming/stream-deck).

## Screenshot

![screencap.png](doc/screencap.gif)

Please report any issues you see on the project's Github page. I welcome any feedback.

## Installation

Download from Release folder [Release Folder](Release/com.f00d4tehg0dz.cookieclicker.streamDeckPlugin)

Double click to install to StreamDeck.

## Debugging

You can debug the Javascript plugin using Google Chrome's web developer tools. In order to do so, you first need to enable the HTML remote debugger in Stream Deck:

- on macOS, you will need to run the following command line in the Terminal:
`defaults write com.elgato.StreamDeck html_remote_debugging_enabled -bool YES`
- on Windows, you will need to add a `DWORD html_remote_debugging_enabled with value 1` in the registry `@ HKEY_CURRENT_USER\Software\Elgato Systems GmbH\StreamDeck`.

After you relaunch the Stream Deck app, you can open [http://localhost:23654/](http://localhost:23654/) in Chrome, where you will find a list of `Inspectable pages` (plugins):

## Ongoing work
29 changes: 29 additions & 0 deletions .history/README_20220130022439.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# CookieClicker Unofficial Plugin for Elgato Streamdeck

Click/Tap the CookieClicker

This an extension for the [ElGato-StreamDeck](https://www.elgato.com/en/gaming/stream-deck).

## Screenshot

![screencap.gif](doc/screencap.gif)

Please report any issues you see on the project's Github page. I welcome any feedback.

## Installation

Download from Release folder [Release Folder](Release/com.f00d4tehg0dz.cookieclicker.streamDeckPlugin)

Double click to install to StreamDeck.

## Debugging

You can debug the Javascript plugin using Google Chrome's web developer tools. In order to do so, you first need to enable the HTML remote debugger in Stream Deck:

- on macOS, you will need to run the following command line in the Terminal:
`defaults write com.elgato.StreamDeck html_remote_debugging_enabled -bool YES`
- on Windows, you will need to add a `DWORD html_remote_debugging_enabled with value 1` in the registry `@ HKEY_CURRENT_USER\Software\Elgato Systems GmbH\StreamDeck`.

After you relaunch the Stream Deck app, you can open [http://localhost:23654/](http://localhost:23654/) in Chrome, where you will find a list of `Inspectable pages` (plugins):

## Ongoing work
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This an extension for the [ElGato-StreamDeck](https://www.elgato.com/en/gaming/s

## Screenshot

![screencap.png](doc/elgatogif.gif)
![screencap.gif](doc/screencap.gif)

Please report any issues you see on the project's Github page. I welcome any feedback.

Expand Down

0 comments on commit 42e6780

Please sign in to comment.