Skip to content

Instantly share code, notes, and snippets.

@t-ashula
Created October 3, 2010 05:00
Show Gist options
  • Save t-ashula/608285 to your computer and use it in GitHub Desktop.
Save t-ashula/608285 to your computer and use it in GitHub Desktop.
if (location.hostname === 'www.jma.go.jp' ) {
opera.addEventListener(
'BeforeScript', function(e) {
if ( /hisjs\/OptAmedas.js/.test(e.element.src) ) {
e.element.text = e.element.text.replace( /rtnDate\s=\siMonth\s\+/, 'rtnDate+=iMonth;rtnDate+=' );
}
}, false );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment