From 7859a9131fcda359265dc16ef55933e5ed218119 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Fri, 10 May 2019 19:05:20 -0400 Subject: Updated extensions bundle --- data/extensions/tprb.addon@searxes.danwin1210.me/tprb_core.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'data/extensions/tprb.addon@searxes.danwin1210.me/tprb_core.js') diff --git a/data/extensions/tprb.addon@searxes.danwin1210.me/tprb_core.js b/data/extensions/tprb.addon@searxes.danwin1210.me/tprb_core.js index da71fd1..d131151 100644 --- a/data/extensions/tprb.addon@searxes.danwin1210.me/tprb_core.js +++ b/data/extensions/tprb.addon@searxes.danwin1210.me/tprb_core.js @@ -183,12 +183,12 @@ function rqbl_loadcfg() { } } } - tprq_allowcss = (w.myset_rqblcsslover == 'y') ? 1 : 0; - tprq_allowsubdom = (w.myset_rqblsubdomok == 'y') ? 1 : 0; + tprq_allowcss = (w.myset_rqblcsslover != 'n') ? 1 : 0; + tprq_allowsubdom = (w.myset_rqblsubdomok != 'n') ? 1 : 0; tprq_allowwidedm = (w.myset_rqblallok_wuz == 'y') ? 1 : 0; - tprq_allowcdnf = (w.myset_rqblaok_cdnf == 'y') ? 1 : 0; - tprq_allowcdnd = (w.myset_rqblaok_cdnd == 'y') ? 1 : 0; - tprq_alloweytb = (w.myset_rqblaok_ytb == 'y') ? 1 : 0; + tprq_allowcdnf = (w.myset_rqblaok_cdnf != 'n') ? 1 : 0; + tprq_allowcdnd = (w.myset_rqblaok_cdnd != 'n') ? 1 : 0; + tprq_alloweytb = (w.myset_rqblaok_ytb != 'n') ? 1 : 0; tprq_separdark = (w.myset_rqblcleardark == 'y') ? 1 : 0; tprq_mixignore = (w.myset_rqblmixokay == 'y') ? 1 : 0; tprq_l2iignore = (w.myset_rqbll2iokay == 'y') ? 1 : 0; -- cgit v1.2.3