Find closer OKCupid matches with this bookmarklet
October 23, 2012
I have written a little bookmarklet that will allow you to filter your OKCupid matches by a smaller geographic region. By default, their search filters allow no smaller than a 25-mile radius. Drag the bookmarklet link below onto your bookmarks toolbar, then click it when you are on the OKC search page, and voilĂ , you will have the options for 5 and 10-mile searches. 10-mile radius will be selected, so just click "search" and you will have your results.
Some notes:
- If you have no idea WTF a bookmarklet is or how to use one, read this
- I live close to both Boulder and Denver Colorado. These are two quite different worlds, but they are both within 25 miles of my town. Since Denver's population is 10x the size of Boulder's, most of my search results are Denver residents, when I'm really only insterested in folks within biking distance.
- After you click search, the default search form will re-appear and it will look like your search has a 25 mile radius. Never fear, the query string has
filter3=10
, which is what is required, and based on my results, yes, the OKC servers do seem to actually respect this query string parameter even if the value is not offered in the search form. - You need to re-click the bookmarklet for each new search. Sorry. Send feature requests to OKCupid until they add this permanently. Technically I could make this into a Chrome extension and have it always work, so I may do that at some point.
- Thanks to Chris Zarate's handy Bookmarkleter utility
- And for you web dev nerds out there, I even wrote this with (gasp!) Vanilla JS