diff --git a/fresh-install/main.sh b/fresh-install/main.sh index c578a35..c78ece0 100755 --- a/fresh-install/main.sh +++ b/fresh-install/main.sh @@ -32,7 +32,8 @@ install_from_aur() { fi cd $(basename $repo_url .git) if ! pacman -Qi $pkg_name > /dev/null 2>&1; then - yes | makepkg -s -i --nocheck --skipchecksums --skipinteg --skippgpcheck --noconfirm --needed + yes | makepkg -s --nocheck --skipchecksums --skipinteg --skippgpcheck --noconfirm --needed + sudo pacman -U --noconfirm *.pkg.tar.zst else echo "$pkg_name is already installed" fi @@ -40,6 +41,8 @@ install_from_aur() { process_packages() { local file_path=$1 + > failed.txt + > done.txt while IFS= read -r pkg_name; do if [ -z "$pkg_name" ]; then @@ -58,12 +61,24 @@ process_packages() { git clone $repo_url if [ -d "$repo_dir" ] && [ -z "$(ls -A $repo_dir)" ]; then echo "Repository $repo_dir is empty, trying to install with pacman" - sudo pacman -S --noconfirm $pkg_name + if sudo pacman -S --noconfirm $pkg_name; then + echo "$pkg_name" >> done.txt + else + echo "$pkg_name" >> failed.txt + fi else - install_from_aur $repo_url $pkg_name + if install_from_aur $repo_url $pkg_name; then + echo "$pkg_name" >> done.txt + else + echo "$pkg_name" >> failed.txt + fi fi else - install_from_aur $repo_url $pkg_name + if install_from_aur $repo_url $pkg_name; then + echo "$pkg_name" >> done.txt + else + echo "$pkg_name" >> failed.txt + fi fi done < "$file_path" } @@ -201,7 +216,17 @@ pacman_packages=( ocaml-findlib python-myst-parser lua53 -) + z3 + ocaml-stdlib-shims + llvm + patchutils + python-httplib2 + python-pyparsing + ffmpeg + lua52 + cabextract + mingw-w64-gcc + ) for pkg in "${pacman_packages[@]}"; do if ! pacman -Qi $pkg > /dev/null 2>&1; then @@ -220,6 +245,9 @@ if ! command -v nvm &> /dev/null; then else echo "nvm is already installed" fi +export NVM_DIR=$HOME/.nvm; +source $NVM_DIR/nvm.sh; +nvm i v18.20.5 sudo systemctl enable bluetooth.service sudo systemctl start bluetooth.service aur_packages=( @@ -231,17 +259,14 @@ aur_packages=( # "https://aur.archlinux.org/lldb-git.git lldb-git" # "https://aur.archlinux.org/ocaml-ctypes-git.git ocaml-ctypes-git" # "https://aur.archlinux.org/swig-git.git swig-git" - "https://aur.archlinux.org/z3-git.git z3-git" - "https://aur.archlinux.org/ocaml-stdlib-shims-git.git ocaml-stdlib-shims-git" + #"https://aur.archlinux.org/z3-git.git z3-git" - "https://aur.archlinux.org/llvm-git.git llvm-git" - "https://aur.archlinux.org/nodejs-lts-hydrogen-git.git nodejs-lts-hydrogen-git" - "https://aur.archlinux.org/patchutils-git.git patchutils-git" - "https://aur.archlinux.org/python-httplib2-git.git python-httplib2-git" - "https://aur.archlinux.org/python-pyparsing-git.git python-pyparsing-git" - "https://aur.archlinux.org/electron25.git electron25" - "https://aur.archlinux.org/franz.git franz" + # "https://aur.archlinux.org/llvm-git.git llvm-git" + "https://aur.archlinux.org/python310.git python310" + # "https://aur.archlinux.org/nodejs-lts-hydrogen.git nodejs-lts-hydrogen" + # "https://aur.archlinux.org/electron25.git electron25" # "https://aur.archlinux.org/openvino.git openvino" + "https://aur.archlinux.org/slack-electron.git slack-electron" "https://aur.archlinux.org/bash-completion-git.git bash-completion-git" "https://aur.archlinux.org/glew-git.git glew-git" "https://aur.archlinux.org/libaec-git.git libaec-git" @@ -329,7 +354,6 @@ aur_packages=( "https://aur.archlinux.org/wavpack-git.git wavpack-git" "https://aur.archlinux.org/zvbi-git.git zvbi-git" "https://aur.archlinux.org/sndio-git.git sndio-git" - # "https://aur.archlinux.org/chromaprint-fftw.git chromaprint-fftw" "https://aur.archlinux.org/codec2-git.git codec2-git" "https://aur.archlinux.org/flite1.git flite1" "https://aur.archlinux.org/libilbc-git.git libilbc-git" @@ -431,7 +455,6 @@ aur_packages=( "https://aur.archlinux.org/wavpack-git.git wavpack-git" "https://aur.archlinux.org/zvbi-git.git zvbi-git" "https://aur.archlinux.org/sndio-git.git sndio-git" - # "https://aur.archlinux.org/chromaprint-fftw.git chromaprint-fftw" "https://aur.archlinux.org/codec2-git.git codec2-git" "https://aur.archlinux.org/flite1.git flite1" "https://aur.archlinux.org/libilbc-git.git libilbc-git" @@ -467,24 +490,45 @@ aur_packages=( # "https://aur.archlinux.org/librist-git.git librist-git" "https://aur.archlinux.org/quirc-git.git quirc-git" "https://aur.archlinux.org/svt-vp9-git.git svt-vp9-git" - "https://aur.archlinux.org/chromaprint-fftw-git.git chromaprint-fftw-git" "https://aur.archlinux.org/davs2-git.git davs2-git" "https://aur.archlinux.org/libaribcaption-git.git libaribcaption-git" "https://aur.archlinux.org/libklvanc-git.git libklvanc-git" "https://aur.archlinux.org/uavs3d-git.git uavs3d-git" "https://aur.archlinux.org/vvenc-git.git vvenc-git" "https://aur.archlinux.org/xavs2-git.git xavs2-git" - "https://aur.archlinux.org/xevd-git.git xevd-git" - "https://aur.archlinux.org/xeve-git.git xeve-git" + "https://aur.archlinux.org/xevd.git xevd" + "https://aur.archlinux.org/xeve.git xeve" + "https://aur.archlinux.org/amf-headers-git.git amf-headers-git" + #"https://aur.archlinux.org/ffmpeg-git.git ffmpeg-git" + #"https://aur.archlinux.org/mpv-full-git.git mpv-full-git" + # "https://aur.archlinux.org/mpv-git.git mpv-git" + "https://aur.archlinux.org/unzrip-git.git unzrip-git" + "https://aur.archlinux.org/python-vdf.git python-vdf" - "https://aur.archlinux.org/ffmpeg-full-git.git ffmpeg-full-git" - "https://aur.archlinux.org/mpv-full-git.git mpv-full-git" + "https://aur.archlinux.org/lib32-gmp-git.git lib32-gmp-git" + "https://aur.archlinux.org/lib32-nettle-git.git lib32-nettle-git" + "https://aur.archlinux.org/lib32-gnutls-git lib32-gnutls-git" + "https://aur.archlinux.org/lib32-gst-plugins-base-libs-git lib32-gst-plugins-base-libs-git" + "https://aur.archlinux.org/lib32-libcups-git lib32-libcups-git" + "https://aur.archlinux.org/lib32-libpulse-git lib32-libpulse-git" + "https://aur.archlinux.org/lib32-libxcomposite-git lib32-libxcomposite-git" + "https://aur.archlinux.org/lib32-libxcomposite-git lib32-libxcomposite-git" + "https://aur.archlinux.org/lib32-libxinerama-git lib32-libxinerama-git" + "https://aur.archlinux.org/lib32-opencl-icd-loader-git lib32-opencl-icd-loader-git" + "https://aur.archlinux.org/lib32-pcsclite-git lib32-pcsclite-git" + "https://aur.archlinux.org/samba-git samba-git" + "https://aur.archlinux.org/sane-git sane-git" + "https://aur.archlinux.org/lib32-sdl2-git lib32-sdl2-git" + "https://aur.archlinux.org/unixodbc-git unixodbc-git" + "https://aur.archlinux.org/lib32-v4l-utils-git lib32-v4l-utils-git" + "https://aur.archlinux.org/wine-git.git wine-git" + + "https://aur.archlinux.org/winetricks-git.git winetricks-git" "https://aur.archlinux.org/protontricks-git.git protontricks-git" "https://aur.archlinux.org/bottles-git.git bottles-git" "https://aur.archlinux.org/proton-ge-custom.git proton-ge-custom" "https://aur.archlinux.org/protonup-qt.git protonup-qt" "https://aur.archlinux.org/protonhax-git.git protonhax-git" - "https://aur.archlinux.org/wine-git.git wine-git" "https://aur.archlinux.org/msvc-wine-git.git msvc-wine-git" "https://aur.archlinux.org/jq-git.git jq-git" "https://aur.archlinux.org/iw-git.git iw-git" diff --git a/leechblock/LeechBlockOptions.txt b/leechblock/LeechBlockOptions.txt deleted file mode 100644 index 28cdb16..0000000 --- a/leechblock/LeechBlockOptions.txt +++ /dev/null @@ -1,1325 +0,0 @@ -setName1= -sites1=* +4chan.org +about.gitlab.com +account.proton.me +accounts.google.com +archlinux.org +aur.archlinux.org +boards.4chan.org +cas.usos.pw.edu.pl +chromewebstore.google.com +exhentai.org +forums.e-hentai.org +github.com +gitlab.com +google.com +id.atlassian.com +mail.proton.me +music.youtube.com +proton.me +studia.elka.pw.edu.pl +studia3.elka.pw.edu.pl +usosweb.usos.pw.edu.pl +vscode.dev +wiki.archlinux.org +www.atlassian.com +www.tampermonkey.net -times1=0000-2400 -limitMins1= -limitPeriod1= -limitOffset1= -rollover1=false -conjMode1=false -days1=127 -blockURL1=blocked.html?$S&$U -customMsg1= -incogMode1=0 -applyFilter1=false -filterName1=grayscale -filterMute1=false -closeTab1=false -activeBlock1=true -countFocus1=false -countAudio1=false -showKeyword1=true -delayFirst1=true -delaySecs1=60 -delayAllowMins1= -delayAutoLoad1=true -delayCancel1=true -reloadSecs1= -addHistory1=false -allowOverride1=false -allowOverLock1=true -prevOpts1=false -prevGenOpts1=false -prevExts1=false -prevSettings1=false -prevOverride1=false -disable1=false -showTimer1=true -allowRefers1=false -allowKeywords1=false -waitSecs1= -sitesURL1= -regexpBlock1= -regexpAllow1= -ignoreHash1=true -setName2= -sites2=boards.4chan.org -times2= -limitMins2=15 -limitPeriod2=86400 -limitOffset2= -rollover2=true -conjMode2=false -days2=62 -blockURL2=blocked.html?$S&$U -customMsg2= -incogMode2=0 -applyFilter2=false -filterName2=grayscale -filterMute2=false -closeTab2=false -activeBlock2=false -countFocus2=true -countAudio2=false -showKeyword2=true -delayFirst2=true -delaySecs2=60 -delayAllowMins2= -delayAutoLoad2=true -delayCancel2=true -reloadSecs2= -addHistory2=false -allowOverride2=false -allowOverLock2=true -prevOpts2=false -prevGenOpts2=false -prevExts2=false -prevSettings2=false -prevOverride2=false -disable2=false -showTimer2=true -allowRefers2=false -allowKeywords2=false -waitSecs2= -sitesURL2= -regexpBlock2= -regexpAllow2= -ignoreHash2=true -setName3= -sites3= -times3= -limitMins3= -limitPeriod3= -limitOffset3= -rollover3=false -conjMode3=false -days3=62 -blockURL3=blocked.html?$S&$U -customMsg3= -incogMode3=0 -applyFilter3=false -filterName3=grayscale -filterMute3=false -closeTab3=false -activeBlock3=false -countFocus3=true -countAudio3=false -showKeyword3=true -delayFirst3=true -delaySecs3=60 -delayAllowMins3= -delayAutoLoad3=true -delayCancel3=true -reloadSecs3= -addHistory3=false -allowOverride3=false -allowOverLock3=true -prevOpts3=false -prevGenOpts3=false -prevExts3=false -prevSettings3=false -prevOverride3=false -disable3=false -showTimer3=true -allowRefers3=false -allowKeywords3=false -waitSecs3= -sitesURL3= -regexpBlock3= -regexpAllow3= -ignoreHash3=true -setName4= -sites4= -times4= -limitMins4= -limitPeriod4= -limitOffset4= -rollover4=false -conjMode4=false -days4=62 -blockURL4=blocked.html?$S&$U -customMsg4= -incogMode4=0 -applyFilter4=false -filterName4=grayscale -filterMute4=false -closeTab4=false -activeBlock4=false -countFocus4=true -countAudio4=false -showKeyword4=true -delayFirst4=true -delaySecs4=60 -delayAllowMins4= -delayAutoLoad4=true -delayCancel4=true -reloadSecs4= -addHistory4=false -allowOverride4=false -allowOverLock4=true -prevOpts4=false -prevGenOpts4=false -prevExts4=false -prevSettings4=false -prevOverride4=false -disable4=false -showTimer4=true -allowRefers4=false -allowKeywords4=false -waitSecs4= -sitesURL4= -regexpBlock4= -regexpAllow4= -ignoreHash4=true -setName5= -sites5= -times5= -limitMins5= -limitPeriod5= -limitOffset5= -rollover5=false -conjMode5=false -days5=62 -blockURL5=blocked.html?$S&$U -customMsg5= -incogMode5=0 -applyFilter5=false -filterName5=grayscale -filterMute5=false -closeTab5=false -activeBlock5=false -countFocus5=true -countAudio5=false -showKeyword5=true -delayFirst5=true -delaySecs5=60 -delayAllowMins5= -delayAutoLoad5=true -delayCancel5=true -reloadSecs5= -addHistory5=false -allowOverride5=false -allowOverLock5=true -prevOpts5=false -prevGenOpts5=false -prevExts5=false -prevSettings5=false -prevOverride5=false -disable5=false -showTimer5=true -allowRefers5=false -allowKeywords5=false -waitSecs5= -sitesURL5= -regexpBlock5= -regexpAllow5= -ignoreHash5=true -setName6= -sites6= -times6= -limitMins6= -limitPeriod6= -limitOffset6= -rollover6=false -conjMode6=false -days6=62 -blockURL6=blocked.html?$S&$U -customMsg6= -incogMode6=0 -applyFilter6=false -filterName6=grayscale -filterMute6=false -closeTab6=false -activeBlock6=false -countFocus6=true -countAudio6=false -showKeyword6=true -delayFirst6=true -delaySecs6=60 -delayAllowMins6= -delayAutoLoad6=true -delayCancel6=true -reloadSecs6= -addHistory6=false -allowOverride6=false -allowOverLock6=true -prevOpts6=false -prevGenOpts6=false -prevExts6=false -prevSettings6=false -prevOverride6=false -disable6=false -showTimer6=true -allowRefers6=false -allowKeywords6=false -waitSecs6= -sitesURL6= -regexpBlock6= -regexpAllow6= -ignoreHash6=true -setName7= -sites7= -times7= -limitMins7= -limitPeriod7= -limitOffset7= -rollover7=false -conjMode7=false -days7=62 -blockURL7=blocked.html?$S&$U -customMsg7= -incogMode7=0 -applyFilter7=false -filterName7=grayscale -filterMute7=false -closeTab7=false -activeBlock7=false -countFocus7=true -countAudio7=false -showKeyword7=true -delayFirst7=true -delaySecs7=60 -delayAllowMins7= -delayAutoLoad7=true -delayCancel7=true -reloadSecs7= -addHistory7=false -allowOverride7=false -allowOverLock7=true -prevOpts7=false -prevGenOpts7=false -prevExts7=false -prevSettings7=false -prevOverride7=false -disable7=false -showTimer7=true -allowRefers7=false -allowKeywords7=false -waitSecs7= -sitesURL7= -regexpBlock7= -regexpAllow7= -ignoreHash7=true -setName8= -sites8= -times8= -limitMins8= -limitPeriod8= -limitOffset8= -rollover8=false -conjMode8=false -days8=62 -blockURL8=blocked.html?$S&$U -customMsg8= -incogMode8=0 -applyFilter8=false -filterName8=grayscale -filterMute8=false -closeTab8=false -activeBlock8=false -countFocus8=true -countAudio8=false -showKeyword8=true -delayFirst8=true -delaySecs8=60 -delayAllowMins8= -delayAutoLoad8=true -delayCancel8=true -reloadSecs8= -addHistory8=false -allowOverride8=false -allowOverLock8=true -prevOpts8=false -prevGenOpts8=false -prevExts8=false -prevSettings8=false -prevOverride8=false -disable8=false -showTimer8=true -allowRefers8=false -allowKeywords8=false -waitSecs8= -sitesURL8= -regexpBlock8= -regexpAllow8= -ignoreHash8=true -setName9= -sites9= -times9= -limitMins9= -limitPeriod9= -limitOffset9= -rollover9=false -conjMode9=false -days9=62 -blockURL9=blocked.html?$S&$U -customMsg9= -incogMode9=0 -applyFilter9=false -filterName9=grayscale -filterMute9=false -closeTab9=false -activeBlock9=false -countFocus9=true -countAudio9=false -showKeyword9=true -delayFirst9=true -delaySecs9=60 -delayAllowMins9= -delayAutoLoad9=true -delayCancel9=true -reloadSecs9= -addHistory9=false -allowOverride9=false -allowOverLock9=true -prevOpts9=false -prevGenOpts9=false -prevExts9=false -prevSettings9=false -prevOverride9=false -disable9=false -showTimer9=true -allowRefers9=false -allowKeywords9=false -waitSecs9= -sitesURL9= -regexpBlock9= -regexpAllow9= -ignoreHash9=true -setName10= -sites10= -times10= -limitMins10= -limitPeriod10= -limitOffset10= -rollover10=false -conjMode10=false -days10=62 -blockURL10=blocked.html?$S&$U -customMsg10= -incogMode10=0 -applyFilter10=false -filterName10=grayscale -filterMute10=false -closeTab10=false -activeBlock10=false -countFocus10=true -countAudio10=false -showKeyword10=true -delayFirst10=true -delaySecs10=60 -delayAllowMins10= -delayAutoLoad10=true -delayCancel10=true -reloadSecs10= -addHistory10=false -allowOverride10=false -allowOverLock10=true -prevOpts10=false -prevGenOpts10=false -prevExts10=false -prevSettings10=false -prevOverride10=false -disable10=false -showTimer10=true -allowRefers10=false -allowKeywords10=false -waitSecs10= -sitesURL10= -regexpBlock10= -regexpAllow10= -ignoreHash10=true -setName11= -sites11= -times11= -limitMins11= -limitPeriod11= -limitOffset11= -rollover11=false -conjMode11=false -days11=62 -blockURL11=blocked.html?$S&$U -customMsg11= -incogMode11=0 -applyFilter11=false -filterName11=grayscale -filterMute11=false -closeTab11=false -activeBlock11=false -countFocus11=true -countAudio11=false -showKeyword11=true -delayFirst11=true -delaySecs11=60 -delayAllowMins11= -delayAutoLoad11=true -delayCancel11=true -reloadSecs11= -addHistory11=false -allowOverride11=false -allowOverLock11=true -prevOpts11=false -prevGenOpts11=false -prevExts11=false -prevSettings11=false -prevOverride11=false -disable11=false -showTimer11=true -allowRefers11=false -allowKeywords11=false -waitSecs11= -sitesURL11= -regexpBlock11= -regexpAllow11= -ignoreHash11=true -setName12= -sites12= -times12= -limitMins12= -limitPeriod12= -limitOffset12= -rollover12=false -conjMode12=false -days12=62 -blockURL12=blocked.html?$S&$U -customMsg12= -incogMode12=0 -applyFilter12=false -filterName12=grayscale -filterMute12=false -closeTab12=false -activeBlock12=false -countFocus12=true -countAudio12=false -showKeyword12=true -delayFirst12=true -delaySecs12=60 -delayAllowMins12= -delayAutoLoad12=true -delayCancel12=true -reloadSecs12= -addHistory12=false -allowOverride12=false -allowOverLock12=true -prevOpts12=false -prevGenOpts12=false -prevExts12=false -prevSettings12=false -prevOverride12=false -disable12=false -showTimer12=true -allowRefers12=false -allowKeywords12=false -waitSecs12= -sitesURL12= -regexpBlock12= -regexpAllow12= -ignoreHash12=true -setName13= -sites13= -times13= -limitMins13= -limitPeriod13= -limitOffset13= -rollover13=false -conjMode13=false -days13=62 -blockURL13=blocked.html?$S&$U -customMsg13= -incogMode13=0 -applyFilter13=false -filterName13=grayscale -filterMute13=false -closeTab13=false -activeBlock13=false -countFocus13=true -countAudio13=false -showKeyword13=true -delayFirst13=true -delaySecs13=60 -delayAllowMins13= -delayAutoLoad13=true -delayCancel13=true -reloadSecs13= -addHistory13=false -allowOverride13=false -allowOverLock13=true -prevOpts13=false -prevGenOpts13=false -prevExts13=false -prevSettings13=false -prevOverride13=false -disable13=false -showTimer13=true -allowRefers13=false -allowKeywords13=false -waitSecs13= -sitesURL13= -regexpBlock13= -regexpAllow13= -ignoreHash13=true -setName14= -sites14= -times14= -limitMins14= -limitPeriod14= -limitOffset14= -rollover14=false -conjMode14=false -days14=62 -blockURL14=blocked.html?$S&$U -customMsg14= -incogMode14=0 -applyFilter14=false -filterName14=grayscale -filterMute14=false -closeTab14=false -activeBlock14=false -countFocus14=true -countAudio14=false -showKeyword14=true -delayFirst14=true -delaySecs14=60 -delayAllowMins14= -delayAutoLoad14=true -delayCancel14=true -reloadSecs14= -addHistory14=false -allowOverride14=false -allowOverLock14=true -prevOpts14=false -prevGenOpts14=false -prevExts14=false -prevSettings14=false -prevOverride14=false -disable14=false -showTimer14=true -allowRefers14=false -allowKeywords14=false -waitSecs14= -sitesURL14= -regexpBlock14= -regexpAllow14= -ignoreHash14=true -setName15= -sites15= -times15= -limitMins15= -limitPeriod15= -limitOffset15= -rollover15=false -conjMode15=false -days15=62 -blockURL15=blocked.html?$S&$U -customMsg15= -incogMode15=0 -applyFilter15=false -filterName15=grayscale -filterMute15=false -closeTab15=false -activeBlock15=false -countFocus15=true -countAudio15=false -showKeyword15=true -delayFirst15=true -delaySecs15=60 -delayAllowMins15= -delayAutoLoad15=true -delayCancel15=true -reloadSecs15= -addHistory15=false -allowOverride15=false -allowOverLock15=true -prevOpts15=false -prevGenOpts15=false -prevExts15=false -prevSettings15=false -prevOverride15=false -disable15=false -showTimer15=true -allowRefers15=false -allowKeywords15=false -waitSecs15= -sitesURL15= -regexpBlock15= -regexpAllow15= -ignoreHash15=true -setName16= -sites16= -times16= -limitMins16= -limitPeriod16= -limitOffset16= -rollover16=false -conjMode16=false -days16=62 -blockURL16=blocked.html?$S&$U -customMsg16= -incogMode16=0 -applyFilter16=false -filterName16=grayscale -filterMute16=false -closeTab16=false -activeBlock16=false -countFocus16=true -countAudio16=false -showKeyword16=true -delayFirst16=true -delaySecs16=60 -delayAllowMins16= -delayAutoLoad16=true -delayCancel16=true -reloadSecs16= -addHistory16=false -allowOverride16=false -allowOverLock16=true -prevOpts16=false -prevGenOpts16=false -prevExts16=false -prevSettings16=false -prevOverride16=false -disable16=false -showTimer16=true -allowRefers16=false -allowKeywords16=false -waitSecs16= -sitesURL16= -regexpBlock16= -regexpAllow16= -ignoreHash16=true -setName17= -sites17= -times17= -limitMins17= -limitPeriod17= -limitOffset17= -rollover17=false -conjMode17=false -days17=62 -blockURL17=blocked.html?$S&$U -customMsg17= -incogMode17=0 -applyFilter17=false -filterName17=grayscale -filterMute17=false -closeTab17=false -activeBlock17=false -countFocus17=true -countAudio17=false -showKeyword17=true -delayFirst17=true -delaySecs17=60 -delayAllowMins17= -delayAutoLoad17=true -delayCancel17=true -reloadSecs17= -addHistory17=false -allowOverride17=false -allowOverLock17=true -prevOpts17=false -prevGenOpts17=false -prevExts17=false -prevSettings17=false -prevOverride17=false -disable17=false -showTimer17=true -allowRefers17=false -allowKeywords17=false -waitSecs17= -sitesURL17= -regexpBlock17= -regexpAllow17= -ignoreHash17=true -setName18= -sites18= -times18= -limitMins18= -limitPeriod18= -limitOffset18= -rollover18=false -conjMode18=false -days18=62 -blockURL18=blocked.html?$S&$U -customMsg18= -incogMode18=0 -applyFilter18=false -filterName18=grayscale -filterMute18=false -closeTab18=false -activeBlock18=false -countFocus18=true -countAudio18=false -showKeyword18=true -delayFirst18=true -delaySecs18=60 -delayAllowMins18= -delayAutoLoad18=true -delayCancel18=true -reloadSecs18= -addHistory18=false -allowOverride18=false -allowOverLock18=true -prevOpts18=false -prevGenOpts18=false -prevExts18=false -prevSettings18=false -prevOverride18=false -disable18=false -showTimer18=true -allowRefers18=false -allowKeywords18=false -waitSecs18= -sitesURL18= -regexpBlock18= -regexpAllow18= -ignoreHash18=true -setName19= -sites19= -times19= -limitMins19= -limitPeriod19= -limitOffset19= -rollover19=false -conjMode19=false -days19=62 -blockURL19=blocked.html?$S&$U -customMsg19= -incogMode19=0 -applyFilter19=false -filterName19=grayscale -filterMute19=false -closeTab19=false -activeBlock19=false -countFocus19=true -countAudio19=false -showKeyword19=true -delayFirst19=true -delaySecs19=60 -delayAllowMins19= -delayAutoLoad19=true -delayCancel19=true -reloadSecs19= -addHistory19=false -allowOverride19=false -allowOverLock19=true -prevOpts19=false -prevGenOpts19=false -prevExts19=false -prevSettings19=false -prevOverride19=false -disable19=false -showTimer19=true -allowRefers19=false -allowKeywords19=false -waitSecs19= -sitesURL19= -regexpBlock19= -regexpAllow19= -ignoreHash19=true -setName20= -sites20= -times20= -limitMins20= -limitPeriod20= -limitOffset20= -rollover20=false -conjMode20=false -days20=62 -blockURL20=blocked.html?$S&$U -customMsg20= -incogMode20=0 -applyFilter20=false -filterName20=grayscale -filterMute20=false -closeTab20=false -activeBlock20=false -countFocus20=true -countAudio20=false -showKeyword20=true -delayFirst20=true -delaySecs20=60 -delayAllowMins20= -delayAutoLoad20=true -delayCancel20=true -reloadSecs20= -addHistory20=false -allowOverride20=false -allowOverLock20=true -prevOpts20=false -prevGenOpts20=false -prevExts20=false -prevSettings20=false -prevOverride20=false -disable20=false -showTimer20=true -allowRefers20=false -allowKeywords20=false -waitSecs20= -sitesURL20= -regexpBlock20= -regexpAllow20= -ignoreHash20=true -setName21= -sites21= -times21= -limitMins21= -limitPeriod21= -limitOffset21= -rollover21=false -conjMode21=false -days21=62 -blockURL21=blocked.html?$S&$U -customMsg21= -incogMode21=0 -applyFilter21=false -filterName21=grayscale -filterMute21=false -closeTab21=false -activeBlock21=false -countFocus21=true -countAudio21=false -showKeyword21=true -delayFirst21=true -delaySecs21=60 -delayAllowMins21= -delayAutoLoad21=true -delayCancel21=true -reloadSecs21= -addHistory21=false -allowOverride21=false -allowOverLock21=true -prevOpts21=false -prevGenOpts21=false -prevExts21=false -prevSettings21=false -prevOverride21=false -disable21=false -showTimer21=true -allowRefers21=false -allowKeywords21=false -waitSecs21= -sitesURL21= -regexpBlock21= -regexpAllow21= -ignoreHash21=true -setName22= -sites22= -times22= -limitMins22= -limitPeriod22= -limitOffset22= -rollover22=false -conjMode22=false -days22=62 -blockURL22=blocked.html?$S&$U -customMsg22= -incogMode22=0 -applyFilter22=false -filterName22=grayscale -filterMute22=false -closeTab22=false -activeBlock22=false -countFocus22=true -countAudio22=false -showKeyword22=true -delayFirst22=true -delaySecs22=60 -delayAllowMins22= -delayAutoLoad22=true -delayCancel22=true -reloadSecs22= -addHistory22=false -allowOverride22=false -allowOverLock22=true -prevOpts22=false -prevGenOpts22=false -prevExts22=false -prevSettings22=false -prevOverride22=false -disable22=false -showTimer22=true -allowRefers22=false -allowKeywords22=false -waitSecs22= -sitesURL22= -regexpBlock22= -regexpAllow22= -ignoreHash22=true -setName23= -sites23= -times23= -limitMins23= -limitPeriod23= -limitOffset23= -rollover23=false -conjMode23=false -days23=62 -blockURL23=blocked.html?$S&$U -customMsg23= -incogMode23=0 -applyFilter23=false -filterName23=grayscale -filterMute23=false -closeTab23=false -activeBlock23=false -countFocus23=true -countAudio23=false -showKeyword23=true -delayFirst23=true -delaySecs23=60 -delayAllowMins23= -delayAutoLoad23=true -delayCancel23=true -reloadSecs23= -addHistory23=false -allowOverride23=false -allowOverLock23=true -prevOpts23=false -prevGenOpts23=false -prevExts23=false -prevSettings23=false -prevOverride23=false -disable23=false -showTimer23=true -allowRefers23=false -allowKeywords23=false -waitSecs23= -sitesURL23= -regexpBlock23= -regexpAllow23= -ignoreHash23=true -setName24= -sites24= -times24= -limitMins24= -limitPeriod24= -limitOffset24= -rollover24=false -conjMode24=false -days24=62 -blockURL24=blocked.html?$S&$U -customMsg24= -incogMode24=0 -applyFilter24=false -filterName24=grayscale -filterMute24=false -closeTab24=false -activeBlock24=false -countFocus24=true -countAudio24=false -showKeyword24=true -delayFirst24=true -delaySecs24=60 -delayAllowMins24= -delayAutoLoad24=true -delayCancel24=true -reloadSecs24= -addHistory24=false -allowOverride24=false -allowOverLock24=true -prevOpts24=false -prevGenOpts24=false -prevExts24=false -prevSettings24=false -prevOverride24=false -disable24=false -showTimer24=true -allowRefers24=false -allowKeywords24=false -waitSecs24= -sitesURL24= -regexpBlock24= -regexpAllow24= -ignoreHash24=true -setName25= -sites25= -times25= -limitMins25= -limitPeriod25= -limitOffset25= -rollover25=false -conjMode25=false -days25=62 -blockURL25=blocked.html?$S&$U -customMsg25= -incogMode25=0 -applyFilter25=false -filterName25=grayscale -filterMute25=false -closeTab25=false -activeBlock25=false -countFocus25=true -countAudio25=false -showKeyword25=true -delayFirst25=true -delaySecs25=60 -delayAllowMins25= -delayAutoLoad25=true -delayCancel25=true -reloadSecs25= -addHistory25=false -allowOverride25=false -allowOverLock25=true -prevOpts25=false -prevGenOpts25=false -prevExts25=false -prevSettings25=false -prevOverride25=false -disable25=false -showTimer25=true -allowRefers25=false -allowKeywords25=false -waitSecs25= -sitesURL25= -regexpBlock25= -regexpAllow25= -ignoreHash25=true -setName26= -sites26= -times26= -limitMins26= -limitPeriod26= -limitOffset26= -rollover26=false -conjMode26=false -days26=62 -blockURL26=blocked.html?$S&$U -customMsg26= -incogMode26=0 -applyFilter26=false -filterName26=grayscale -filterMute26=false -closeTab26=false -activeBlock26=false -countFocus26=true -countAudio26=false -showKeyword26=true -delayFirst26=true -delaySecs26=60 -delayAllowMins26= -delayAutoLoad26=true -delayCancel26=true -reloadSecs26= -addHistory26=false -allowOverride26=false -allowOverLock26=true -prevOpts26=false -prevGenOpts26=false -prevExts26=false -prevSettings26=false -prevOverride26=false -disable26=false -showTimer26=true -allowRefers26=false -allowKeywords26=false -waitSecs26= -sitesURL26= -regexpBlock26= -regexpAllow26= -ignoreHash26=true -setName27= -sites27= -times27= -limitMins27= -limitPeriod27= -limitOffset27= -rollover27=false -conjMode27=false -days27=62 -blockURL27=blocked.html?$S&$U -customMsg27= -incogMode27=0 -applyFilter27=false -filterName27=grayscale -filterMute27=false -closeTab27=false -activeBlock27=false -countFocus27=true -countAudio27=false -showKeyword27=true -delayFirst27=true -delaySecs27=60 -delayAllowMins27= -delayAutoLoad27=true -delayCancel27=true -reloadSecs27= -addHistory27=false -allowOverride27=false -allowOverLock27=true -prevOpts27=false -prevGenOpts27=false -prevExts27=false -prevSettings27=false -prevOverride27=false -disable27=false -showTimer27=true -allowRefers27=false -allowKeywords27=false -waitSecs27= -sitesURL27= -regexpBlock27= -regexpAllow27= -ignoreHash27=true -setName28= -sites28= -times28= -limitMins28= -limitPeriod28= -limitOffset28= -rollover28=false -conjMode28=false -days28=62 -blockURL28=blocked.html?$S&$U -customMsg28= -incogMode28=0 -applyFilter28=false -filterName28=grayscale -filterMute28=false -closeTab28=false -activeBlock28=false -countFocus28=true -countAudio28=false -showKeyword28=true -delayFirst28=true -delaySecs28=60 -delayAllowMins28= -delayAutoLoad28=true -delayCancel28=true -reloadSecs28= -addHistory28=false -allowOverride28=false -allowOverLock28=true -prevOpts28=false -prevGenOpts28=false -prevExts28=false -prevSettings28=false -prevOverride28=false -disable28=false -showTimer28=true -allowRefers28=false -allowKeywords28=false -waitSecs28= -sitesURL28= -regexpBlock28= -regexpAllow28= -ignoreHash28=true -setName29= -sites29= -times29= -limitMins29= -limitPeriod29= -limitOffset29= -rollover29=false -conjMode29=false -days29=62 -blockURL29=blocked.html?$S&$U -customMsg29= -incogMode29=0 -applyFilter29=false -filterName29=grayscale -filterMute29=false -closeTab29=false -activeBlock29=false -countFocus29=true -countAudio29=false -showKeyword29=true -delayFirst29=true -delaySecs29=60 -delayAllowMins29= -delayAutoLoad29=true -delayCancel29=true -reloadSecs29= -addHistory29=false -allowOverride29=false -allowOverLock29=true -prevOpts29=false -prevGenOpts29=false -prevExts29=false -prevSettings29=false -prevOverride29=false -disable29=false -showTimer29=true -allowRefers29=false -allowKeywords29=false -waitSecs29= -sitesURL29= -regexpBlock29= -regexpAllow29= -ignoreHash29=true -setName30= -sites30= -times30= -limitMins30= -limitPeriod30= -limitOffset30= -rollover30=false -conjMode30=false -days30=62 -blockURL30=blocked.html?$S&$U -customMsg30= -incogMode30=0 -applyFilter30=false -filterName30=grayscale -filterMute30=false -closeTab30=false -activeBlock30=false -countFocus30=true -countAudio30=false -showKeyword30=true -delayFirst30=true -delaySecs30=60 -delayAllowMins30= -delayAutoLoad30=true -delayCancel30=true -reloadSecs30= -addHistory30=false -allowOverride30=false -allowOverLock30=true -prevOpts30=false -prevGenOpts30=false -prevExts30=false -prevSettings30=false -prevOverride30=false -disable30=false -showTimer30=true -allowRefers30=false -allowKeywords30=false -waitSecs30= -sitesURL30= -regexpBlock30= -regexpAllow30= -ignoreHash30=true -numSets=30 -sync=false -theme=dark -oa=2 -password= -hpp=true -apt= -timerVisible=true -timerSize=1 -timerLocation=0 -timerBadge=true -orm= -orln= -orlp= -ora=0 -orcode= -orp= -orc=true -warnSecs= -warnImmediate=true -contextMenu=true -matchSubdomains=false -disableLink=false -clockTimeFormat=0 -saveSecs=10 -clockOffset= -ignoreJumpSecs= -allFocused=false -processTabsSecs=1 -processActiveTabs=false -accessCodeImage=false -allowLBWebsite=true -diagMode=false -exportPasswords=true -autoExportSync=true