Advertisement
OmgImAlexis

Untitled

Jan 14th, 2015
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. $(document).ready(function() {
  2. if (window.location.pathname.split("/")[1] == "ask") {
  3. var ask_box = $('iframe#ask_form');
  4. ask_box.parent().parent().width(500);
  5. ask_box.attr('src', 'http://omgimalexis.github.io/AnonBeGone/');
  6. }
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement