Very recently, Craigslist changed the search results sorting on the results page to "relevance". It used to be sorted by "date".
There are radio buttons on the results page, but the "relevance" button is the one that is being defaulted to. Reviewing the source code on the page, there is a line that shows this:
<input type="hidden" name="sort" value="rel">
I think, with my very limited knowledge of coding, that the value="rel" value needs changed to "date". I would like to use Greasemonkey to change the default sorting back to "date".
I think there are plenty of people like me who find the "relevance" sorting very annoying. The way it is now with "relevance", all of the results from a search are scattered by date. I would like the sorting to be how it was, descending, from newest to oldest.
Can this be done with a Greasemonkey script? If so how? Can someone write a script to accomplish this? Is it really difficult to change that one line?
If someone here could help, I would really appreciate it. If there is any more information needed I can provide that(I hope).
I have very limited experience with any coding. I'm just an end user mostly.
- I have posted my request around the Internet and haven't come up with an answer yet.
- I have used Google to search for a "similar" script that I could modify to accomplish what I need, but haven't been able to come up with anything.
- I visited Userscripts and went through dozens of existing scripts to find something that would work that I could modify and couldn't find anything.
- I tried a few other scripts from Userscripts that were written to do something like this, but on different sites and I couldn't get them to work on Craigslist.
Although I'd really like to, I don't think I can learn javascript in a few days, let alone weeks, to be able to write what I need.