Warning: fopen(/www/sites/update.greasyfork.icu/index/store/temp/b3644a8d9775c1a7aa46c9d0202b211d.js): failed to open stream: No space left on device in /www/sites/update.greasyfork.icu/index/scriptControl.php on line 65
// ==UserScript==
// @name Evan J Helper
// @version 0.1
// @description Makes the URL a google search link
// @match https://s3.amazonaws.com/mturk_bulk*
// @require https://code.jquery.com/jquery-latest.min.js
// @copyright 2014+, Tjololo
// @namespace https://greasyfork.org/users/710
// @downloadURL https://update.greasyfork.icu/scripts/6387/Evan%20J%20Helper.user.js
// @updateURL https://update.greasyfork.icu/scripts/6387/Evan%20J%20Helper.meta.js
// ==/UserScript==
var elem = $("p:eq(2)>b");
console.log(elem);
var url = elem.text();
var google = "https://www.google.com/?gws_rd=ssl#q=inurl:"+url+"+news";
elem.html(""+url+"");