https://gist.github.com/noromanba/1862384/raw/veedama-hatenastar-autosupplement.user.js
This is pager support script. When you use these pager on Hatena services, Hatena::Star vanished from inserted page. Fix it.
This script is Experimental phase yet. At your own risks.
Doesn't work on Hatena Fotolife, some Hatelabo services
AutoPagerize_DOMNodeInserted
andAutoPatchWork.DOMNodeInserted
event is not fire.- Event is fired but not initialize Hatena::Star containers.
Not implements yet.
Hatena Blog (beta) Support
Hatena Blog can use JavaScript. Therefore such collision to owner side pager support script often.
These pages has implemented native auto paging and not fire "DOMNodeInserted" Event.
- http://b.hatena.ne.jp/*
- http://q.hatena.ne.jp/*
- http://a.hatena.ne.jp/*
- http://h.hatena.tld/* (World)
- http://h1beta.hatena.tld/* (World)
- http://h2.hatena.tld/* (World) (HTTP POST)
AutoPager Chrome is no merit for Chromium. It's too slow. If you use this Extension, strongly recommends native AutoPager on Firefox. Because works well when auto paging with supplement stars.
Browser | UserScript Engine | Pager | |
---|---|---|---|
Google Chrome 17.0.963.56 m | built-in Engine | AutoPagerize 0.3.4 | AutoPatchWork 1.9.5 |
Tampermonkey 2.4.2691 | |||
Firefox 10.0.2 | Greasemonkey 0.9.17 | AutoPagerize 0.9.5 | AutoPagerize 0.0.63(GM) |
- Google Chrome + (built-in Engine or Tampermonkey) + (AutoPagerize or AutoPatchWork)
- Firefox + Greasemonkey + (AutoPagerize or AutoPagerize GM)
This script patchwork these codes. Thanks for genius authors.
This Chrome Extension do the same thing. But malfunction on google search. Can not jump links when click search result. It's whiteout.
Extension source. It's works well when used as a UserScript. But duplicate paging-spacer on first paging position.
The script touch the core of HatenaStar.js.
This method is "How to produce like a 'GM unsafeWindow' on Chrome Extension content script context environment".
This method is similar to the method of secondlife-san. "How to running Greasemonkey Scripts like a bookmarklet".
This method is a more safer than os0x-san and secondlife-san methods.