|
@@ -31,8 +31,9 @@ URLS=(
|
|
|
["booty"]="https://thepiratebay.zone/search/"
|
|
|
["search"]="https://search.unbl.ink/?q="
|
|
|
["ebay"]="https://www.ebay.com/sch/i.html?LH_BIN=1&_nkw="
|
|
|
- ["ffcompany"]="https://15five.15five.com/admin/dj/company/company/?q="
|
|
|
- ["ffsamlconf"]="https://15five.15five.com/admin/dj/saml2/saml2config/?q="
|
|
|
+ ["ffcompany"]="https://admin.cloud100.15five.com/admin/dj/company/company/?q="
|
|
|
+ ["ffuser"]="https://admin.cloud100.15five.com/admin/dj/user/?q="
|
|
|
+ ["ffsamlconf"]="https://admin.cloud100.15five.com/admin/dj/saml2/saml2config/?q="
|
|
|
)
|
|
|
|
|
|
# List for rofi
|
|
@@ -66,7 +67,7 @@ main() {
|
|
|
|
|
|
if [[ -n "$query" ]]; then
|
|
|
URL=${URLS[$platform]}$(urlencode "$query")
|
|
|
- vimb $URL
|
|
|
+ qutebrowser --target window $URL
|
|
|
else
|
|
|
exit
|
|
|
fi
|