cat /etc/*release
sudo apt-get update -yqq
sudo apt-get install -yqq p7zip-full
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; /* globals AddonManager, */ | |
/** | |
* Triggers the update of an extension in Firefox (version 60). | |
* Paste the function in the Browser console (Ctrl+Shift+J), | |
* call it with an extension ID and watch the console output. | |
* | |
* I wrote this to test the automatic build and update of my | |
* extensions `-dev` channel, see: | |
* - https://gist.github.com/NiklasGollenstede/87664c7f2822b15f86362388270a16a8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Convert from Mozilla's LZ4 format to LZ4 v1.3 | |
* | |
* @link https://searchfox.org/mozilla-central/source/toolkit/components/lz4/lz4.js | |
* @link https://lz4.software.informer.com/1.3/ | |
* | |
* @param string $input File content in Mozilla's LZ4 format | |
* @return string File content converted to LZ4 v1.3 |
Updated: Just use qutebrowser (and disable javascript). The web is done for.