Build web page.

This commit is contained in:
ccd0 2016-09-29 11:42:51 -07:00
parent 213b596595
commit 7e3b24e575

View File

@ -45,8 +45,8 @@ Previously developed by <a href="https://github.com/aeosynth/4chan-x">aeosynth</
<ul>
<li>
<p><strong>dwb</strong>: Install the userscripts extension, then save the <a href="https://www.4chan-x.net/builds/4chan-X.user.js">script</a> to the <code>$XDG_CONFIG_HOME/dwb/greasemonkey</code> or <code>$HOME/.config/dwb/greasemonkey</code> directory (creating it if necessary):</p>
<pre><code> dwbem -N -i userscripts
wget -P ${XDG_CONFIG_HOME:-$HOME/.config}/dwb/greasemonkey https://www.4chan-x.net/builds/4chan-X.user.js
<pre><code>dwbem -N -i userscripts
wget -P ${XDG_CONFIG_HOME:-$HOME/.config}/dwb/greasemonkey https://www.4chan-x.net/builds/4chan-X.user.js
</code></pre>
</li>
<li>
@ -57,11 +57,11 @@ Previously developed by <a href="https://github.com/aeosynth/4chan-x">aeosynth</
</li>
<li>
<p><strong>uzbl</strong>: Install the script from <a href="https://github.com/singpolyma/singpolyma/blob/master/uzbl/data/scripts/userscript.sh">https://github.com/singpolyma/singpolyma/blob/master/uzbl/data/scripts/userscript.sh</a>, enable it in your config file, and then save <a href="https://www.4chan-x.net/builds/4chan-X.user.js">4chan X</a> to <code>$XDG_DATA_HOME/uzbl/userscripts</code> (or <code>$HOME/.local/share/uzbl/userscripts</code>). The commands below assume you have run uzbl at least once to create its config file.</p>
<pre><code> wget -P &quot;${XDG_DATA_HOME:-$HOME/.local/share}/uzbl/scripts&quot; https://raw.githubusercontent.com/singpolyma/singpolyma/master/uzbl/data/scripts/userscript.sh
chmod +x &quot;${XDG_DATA_HOME:-$HOME/.local/share}/uzbl/scripts/userscript.sh&quot;
echo '@on_event LOAD_COMMIT spawn @scripts_dir/userscript.sh document-start' &gt;&gt; &quot;${XDG_CONFIG_HOME:-$HOME/.config}/uzbl/config&quot;
echo '@on_event LOAD_FINISH spawn @scripts_dir/userscript.sh document-end' &gt;&gt; &quot;${XDG_CONFIG_HOME:-$HOME/.config}/uzbl/config&quot;
wget -P &quot;${XDG_DATA_HOME:-$HOME/.local/share}/uzbl/userscripts&quot; https://www.4chan-x.net/builds/4chan-X.user.js
<pre><code>wget -P &quot;${XDG_DATA_HOME:-$HOME/.local/share}/uzbl/scripts&quot; https://raw.githubusercontent.com/singpolyma/singpolyma/master/uzbl/data/scripts/userscript.sh
chmod +x &quot;${XDG_DATA_HOME:-$HOME/.local/share}/uzbl/scripts/userscript.sh&quot;
echo '@on_event LOAD_COMMIT spawn @scripts_dir/userscript.sh document-start' &gt;&gt; &quot;${XDG_CONFIG_HOME:-$HOME/.config}/uzbl/config&quot;
echo '@on_event LOAD_FINISH spawn @scripts_dir/userscript.sh document-end' &gt;&gt; &quot;${XDG_CONFIG_HOME:-$HOME/.config}/uzbl/config&quot;
wget -P &quot;${XDG_DATA_HOME:-$HOME/.local/share}/uzbl/userscripts&quot; https://www.4chan-x.net/builds/4chan-X.user.js
</code></pre>
</li>
</ul>