Created
October 23, 2017 06:50
-
-
Save kevinashworth/e16521599fa848eeb439813f4e55f794 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> This is a Quix Command File | |
> | |
> For the syntax of this file, please refer to https://www.quixapp.com/help/syntax/ | |
> | |
@Replacement of Basic commands | |
@These are my replacments and switcheroos. | |
flickr http://flickr.com/search/?q=%s Flickr Search | |
flickrc http://flickr.com/search/?q=%s&l=comm Flickr Commercial use CC Search | |
f javascript:s='%s';if(s==''){void(s=prompt('Find%20text:',''));}s='('+s+')';x=new%20RegExp(s,'gi');rn=Math.floor(Math.random()*100);rid='z'%20+%20rn;b%20=%20document.body.innerHTML;b=b.replace(x,'<span%20name='%20+%20rid%20+%20'%20id='%20+%20rid%20+%20'%20style=\'color:#000;background-color:yellow;%20font-weight:bold;\'>$1</span>');void(document.body.innerHTML=b);alert('Found%20'%20+%20document.getElementsByName(rid).length%20+%20'%20matches.');window.scrollTo(0,document.getElementsByName(rid)[0].offsetTop); Switched f and find. Find in current page, usage: 'f test' will highlight all occurrences of 'test' and will take you to the first occurrence. Just 'f' will open a prompt. | |
whois https://www.quixapp.com/whois/?d=%d whois isnt working, try to fix it 5/8/14 | |
s https://twitter.com/search?q=%s twitter API changed but quix behind the times 7/21/14 | |
@Ashworth Specials | |
@New commands for me, me, me. | |
1 http://i.wund.com/cgi-bin/findweather/getForecast?query=91401 Weather | |
built http://builtwith.com/%d BuiltWith | |
go https://duckduckgo.com/?q=%s DuckDuckGo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment