__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
#!/bin/bash
if [ "$(uname -m)" == "armv6l" ]; then
zenoty --error --no-wrap --text="Firefox is not supported on $(sed 's/ Rev .*//' /proc/device-tree/model)"
exit 0
fi
display_qstn() {
if [ -z "$DISPLAY" ]; then
echo "$1"
else
zenoty --title=Firefox --text="$1" --question --ok-label="$2" \
--cancel-label=Cancel --icon-name=dialog-warning
fi
}
lowmemlimit=524288
lowmem="\
It is not recommended to run Firefox on devices with less than 1GB of RAM."
lowmemok="Launch anyway"
# Set env variable FF_SKIP_MEMCHECK=1 to skip this check
if [ ${FF_SKIP_MEMCHECK:=0} -ne 1 ]; then
memkb=$(awk '/^MemTotal/{print $2; exit}' /proc/meminfo)
if [ $memkb -le $lowmemlimit ]; then
if ! display_qstn "$lowmem" "$lowmemok"; then
exit 1
fi
fi
fi
MOZ_APP_LAUNCHER=/usr/bin/firefox exec /usr/lib/firefox/firefox "$@"
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| browser | Folder | 0755 |
|
|
| defaults | Folder | 0755 |
|
|
| distribution | Folder | 0755 |
|
|
| fonts | Folder | 0755 |
|
|
| gmp-clearkey | Folder | 0755 |
|
|
| application.ini | File | 692 B | 0644 |
|
| crashhelper | File | 1.37 MB | 0755 |
|
| crashreporter | File | 3.51 MB | 0755 |
|
| dependentlibs.list | File | 207 B | 0644 |
|
| firefox | File | 536.56 KB | 0755 |
|
| firefox-bin | File | 536.56 KB | 0755 |
|
| glxtest | File | 22 KB | 0755 |
|
| launcher.sh | File | 848 B | 0755 |
|
| libfreeblpriv3.so | File | 713.66 KB | 0644 |
|
| libgkcodecs.so | File | 5.38 MB | 0644 |
|
| liblgpllibs.so | File | 156.91 KB | 0644 |
|
| libmozavcodec.so | File | 263.99 KB | 0644 |
|
| libmozavutil.so | File | 458.09 KB | 0644 |
|
| libmozgtk.so | File | 5.1 KB | 0644 |
|
| libmozinference.so | File | 1.38 MB | 0644 |
|
| libmozsandbox.so | File | 177.58 KB | 0644 |
|
| libmozsqlite3.so | File | 1.42 MB | 0644 |
|
| libmozwayland.so | File | 13.53 KB | 0644 |
|
| libnspr4.so | File | 217.48 KB | 0644 |
|
| libnss3.so | File | 663.73 KB | 0644 |
|
| libnssutil3.so | File | 173.45 KB | 0644 |
|
| libplc4.so | File | 17.24 KB | 0644 |
|
| libplds4.so | File | 13.11 KB | 0644 |
|
| libsmime3.so | File | 160.91 KB | 0644 |
|
| libsoftokn3.so | File | 330.44 KB | 0644 |
|
| libssl3.so | File | 363.59 KB | 0644 |
|
| libxul.so | File | 163.46 MB | 0644 |
|
| omni.ja | File | 41.22 MB | 0644 |
|
| pingsender | File | 536.89 KB | 0755 |
|
| platform.ini | File | 165 B | 0644 |
|
| v4l2test | File | 9.85 KB | 0755 |
|
| vaapitest | File | 18.87 KB | 0755 |
|
| vulkantest | File | 14.16 KB | 0755 |
|