Created
January 28, 2017 18:44
-
-
Save kyupark/ce0c7a65ba8096887ff3e7b00d90c633 to your computer and use it in GitHub Desktop.
Save them as two separate js bookmarklets on your bookmark bar
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function(){var script = document.createElement("script"); script.setAttribute("src", "//ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"); script.addEventListener('load', function() { var script = document.createElement("script"); document.body.appendChild(script); }, false); document.body.appendChild(script);})(); | |
javascript:(function(){$('a.save-job-link').click();})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment