Skip to content

Instantly share code, notes, and snippets.

@ToQoz
Last active December 19, 2015 22:18
Show Gist options
  • Save ToQoz/6026390 to your computer and use it in GitHub Desktop.
Save ToQoz/6026390 to your computer and use it in GitHub Desktop.
// for dotjs
// ~/.js/b.hatena.ne.jp.js
(function move_to_original_page() {
if ($('#highlighted-bookmark').size() > 0) {
location.href = $('#head-entry-link').attr('href');
return;
}
setTimeout(function() {
move_to_original_page();
}, 300);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment