Skip to content

Instantly share code, notes, and snippets.

@fuba
Last active December 12, 2015 01:18
Show Gist options
  • Save fuba/4690121 to your computer and use it in GitHub Desktop.
Save fuba/4690121 to your computer and use it in GitHub Desktop.
auto hatena-starring script except to use third party cookie on dotjs
if (
location.href.match(/s\.hatena\.ne\.jp\/star\.add/)
&& decodeURIComponent(location.search).match(/\?uri\=http\:\/\/(?:kimoto|hitode909)\.hatenablog\.com\//)
) {
$('body').ready(function(){$('form').submit();});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment