Posts Tagged ‘craigslist open in new tab’

Craigslist Search Tricks | Open in New Tab

Thursday, January 15th, 2015

Ever thought, damn it would be nice if links while you’re on craigslist opened in a new browser tab. Well, if you have google chrome, or mozilla firefox you can.

1) Open your Developer Tools (Usually “Ctrl” + “Shift” + “J” )
2) use some jquery to make it change the link targets
type: $(‘a’).attr(‘target’,’_newTab’);
and press enter
3) Click any link on the page, it will open in the new tab
4) Want to search more at once try http://clrds.comc/