Hey there,
i added a simple shortcut to search marked words in firefox through everything with one click before. It had basically a function like a search engine.
I used this code here: javascript:Qr=document.getSelection();if(Qr)location.href='es:'+(Qr);void(0)
But now it won't work. Windows pops up and asks me to find a program to open it on the windows store.
With new version my shortcuts doesn't work any more
-
Carpdiem
- Posts: 3
- Joined: Mon Jan 02, 2017 4:26 am
-
void
- Developer
- Posts: 19904
- Joined: Fri Oct 16, 2009 11:31 pm
Re: With new version my shortcuts doesn't work any more
Please make sure ES URL protocol is installed:
- In Everything, from the Tools menu, click Options.
- Click the General tab on the left.
- Check URL Protocol.
- Click OK.
- In Everything, from the Tools menu, click Options.
- Click the General tab on the left.
- Uncheck Run as administrator.
- Check Everything Service. (Please make sure this is tick-checked and not square-checked)
- Click OK.
- Exit Everything (right click the Everything tray icon and click Exit).
- Restart Everything.
-
Carpdiem
- Posts: 3
- Joined: Mon Jan 02, 2017 4:26 am
Re: With new version my shortcuts doesn't work any more
Thank you very much! it works very fine now. I had to activate the URL Protocol option.