aboutsummaryrefslogtreecommitdiff
path: root/yomichan/readme.md
blob: 97f9904e605a1de17161d7af322b185aa3de68fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# yomichan patch stuff

adds a user.js script to your config and settings page that runs in the search
page and popup window.

![](../assets/userscript.png)

## set-up

to download the latest yomichan version and patch it, leaving all files exposed
for later updating (unpacked extension), run the following command:

> updating is currently broken, so you have to run `make clean` before `make
> patch` to prevent the .html.patch files from being applied twice

```
make patch
```

to patch yomichan and convert it back to a zip (packed extension, non-signed,
for use with kiwi browser), run:

```
make yomichan-chrome-patched.zip
```

if you want to update the patch or zip, replace `make` with `make -B`.