summarylogtreecommitdiffstats
path: root/firefox-userchromejs.install
blob: 1d6d5996b1a250ee7b9635735b1d5f91c9c94798 (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
post_install() {
    cat << EOF

To complete the installation of userchromeJS, you need to copy the directory:

  /usr/share/firefox-userchromejs/chrome

into your firefox profile directory, which should be located at:

  ~/.mozilla/firefox/<some-chars>.<profile-name>

(including the 'chrome' directory itself). Then you can copy additional .uc.js
and .as.css files to be loaded into the 'chrome' folder. See more detailed
instructions, as well as some scripts and themes to chose from, see:

  https://github.com/Izheil/Quantum-Nox-Firefox-Dark-Full-Theme/tree/master/Multirow%20and%20other%20functions/JS%20Loader

EOF
}

post_upgrade() {
    set 1=$2
    post_install
}