Avoid "local candidates only" jobs (LinkedIn)

By greut Last update Oct 30, 2008 — Installed 22 times. Daily Installs: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0

There are 1 previous version of this script.

// ==UserScript==
// @name Avoid "local candidates only" jobs (LinkedIn)
// @include http://www.linkedin.com/jobs?*
// @include https://www.linkedin.com/jobs?*
// ==/UserScript==

if(~document.body.innerHTML.search("Local candidates only")) {
window.history.back();
}