Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. // ==UserScript==
  2. // @name Select United States from dropdown list
  3. // @author hey
  4. // @match https://app.hubspot.com/*
  5. // @require http://code.jquery.com/jquery-latest.min.js
  6. // ==/UserScript==
  7.  
  8. $("#input-field-4").val("US");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement