Skip to content

Instantly share code, notes, and snippets.

@thrbowl
Created July 29, 2014 06:40
Show Gist options
  • Save thrbowl/03777b59fe25871759ec to your computer and use it in GitHub Desktop.
Save thrbowl/03777b59fe25871759ec to your computer and use it in GitHub Desktop.
12306.cn have no sound tip
$(document).ajaxSend(function(evt, request, settings) {
if (settings.url.indexOf("autoSubmitOrderRequest") >= 0) {
document.title = '有票了';
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment