AutoPagerize

loading next page and inserting into current page.

< 腳本AutoPagerize的回應

提問/評論

§
發表於:2015-12-01
編輯:2015-12-01

AutoPagerize : How to control it or add sites ?

Where find documentation about how add new sites ?

I used before AutoPager by Wind Li (Firefox Addon).

§
發表於:2016-01-15
編輯:2016-01-15

I have found this tutorial, not tested by me now, but seems very useful:
Forget Pages with Autopagerize
It explain "How to Add any Website to Autopagerize?" with the help of Firebug.

§
發表於:2016-05-21
編輯:2016-05-21

After editing the script we can use this template:
var SITEINFO = [
/* sample
{
url: 'http://(.*).google.+/(search).+',
nextLink: 'id("navbar")//td[last()]/a',
pageElement: '//div[@id="res"]/div',
exampleUrl: 'http://www.google.com/search?q=nsIObserver',
},
*/
/* template
{
url: '',
nextLink: '',
pageElement: '',
exampleUrl: '',
},
*/
]


To try to correct a bad rule:
- I use the very useful build in tool of AutoPager Fixed to create a new rule.
- I edit your script
- Add my rule at the right place without /* */

But it seems not possible to override the existing rules loaded from the autopager database (http://wedata.net/databases/AutoPagerize/items.json).
That's right ?

So, how to override a rule ?

How send update to webdata, which seems updated by other users ?

Before we can do that directly with AutoPager by wind Li and choose which rule to use (OUR rule or its rule).

If we can't do that with your script or is there a way to tweak the AutoPager Fixed Addon to work properly.

Existing addon versions i tested don't work perfectly with firefox now (some are useful to build rule with their include tool, but don't work for the others functions:
- AutoPager v.0.8.0.10. Original Addon by wind Li ( ...totally abandoned bu its creator , i miss it...)
- AutoPager Fixed v.0.8.0.10.1 - by Wind Li, wOxxOm (last Update Fev 2015)

Problems with them:
1 - They don't use my own rules....
2 - They don't load the autopagerize database and i don't find a way to change the way to change that.
In their options , it is mentioned what we can use as alternative:

autopagerize new configurations. Use our cached version first. Use the orgnial sites if our cache failed.
http://wedata.net/databases/AutoPagerize/items.json?lastupdate={timestamp},http://utatane.appjet.net/databases/AutoPagerize/items.json
Where and how to change the adress of the good webinfo ?


Others alternatives
- your repost of this GM AutoPagerize....
- AutoPagerize v.0.9.17 ( by swdyh ) [infos : AutoPagerize News, last update 1 year ago) ] ].
Relate dto AutoPagerize By swdyh on USO Mirror
- AutoPagerizeTweaked 0.9.17.5 by John (fork of swdyh's Autopagerize extension) - Last update dec 2015

- wedata for GM Script AutoPagerize by swdyh - Last Update: 2016-05-22


So if you can help me :smile: .....

§
發表於:2016-06-23

Nobody have more info to share with us about this question ?

§
發表於:2016-07-07

I've tested the method of your 2nd post with my rule and the author rule and it's both not working. I think that the script only allows rule on wedata site instead of configure the script. This script doesn't work porperly or totally with a ton of sites. It cannot replace autopager, even the homepage autopagerize.net doesn't update the script links (which use broken link). I hope some programers will write a script or addon like autopager so I can use this awesome paging feature once again.

§
發表於:2016-07-07
編輯:2016-07-07

var SITEINFO_IMPORT_URLS = [
'http://wedata.net/databases/AutoPagerize/items.json',
]

replace

var SITEINFO_IMPORT_URLS = [
'http://wedata.net/databases/AutoPagerize/items_all.json',
]

§
發表於:2016-07-12
編輯:2016-07-12

replace

var SITEINFO_IMPORT_URLS = [
'http://wedata.net/databases/AutoPagerize/items_all.json',
]

thanks but i see no changes after editing the script....

The link is good, but its rules seems outdated.

I do a search in it (with "updated_at": "2016")
The most earlier rules found was:
"created_at": "2014-06-26T02:58:29+09:00",
"updated_at": "2014-06-26T05:28:01+09:00"

§
發表於:2016-07-12
編輯:2016-07-12

i'm not use this script..


i use

firefox - uautopagerize

chrome - Pagerization ( exclude rule not support)

wedata.net need openid
http://openid.net/get-an-openid/

§
發表於:2016-07-12

;-)
thanks...

You use Autopagerize Addon with Firefox ?.
can you edit/create rules with it ?

Info for the script:
This link (found in the Configuration page / options of the Addon) is Updated
(i see rules created in 2016):
http://wedata.net/databases/AutoPagerize/items.json?lastupdate=

Script Edited but don't see changes .....

§
發表於:2016-07-12
編輯:2016-07-12

wedata.net need openid
http://openid.net/get-an-openid/

i make yahoo.co.jp id

wedata.net login

id@yahoo.co.jp

your openid use login and you can add or edit rule.

add rule link

http://wedata.net/databases/AutoPagerize/items/new

§
發表於:2016-07-17

I'm unable to follow what conclusion you've come to. I'm looking for a way to add a couple of unsupported websites. Can we add a website to either this script or any other script/extension/addon?

§
發表於:2016-08-02

You can still use autopager fixed to add new site but the problem with me is how to find out contentxpath :(

§
發表於:2016-08-03
You can still use autopager fixed to add new site but the problem with me is how to find out contentxpath :(

Yes ??
How you can add new site, if you can't make Xpath rule ?

Ps :smile: for Xpath there is an include tool in Autopager, very practical and easy to use.
It should be an Standalone Addon ......

§
發表於:2016-08-03
編輯:2016-08-03
You can still use autopager fixed to add new site but the problem with me is how to find out contentxpath :(
Yes ??
How you can add new site, if you can't make Xpath rule ?

Ps :smile: for Xpath there is an include tool in Autopager, very practical and easy to use.
It should be an Standalone Addon ......

There are people that write the script for some sites, I just copy it and import to autopager fixed.
Of course I know that there are a tool in autopager but it doesn't shown the exact contentxpath , I don't know how people find it but I've tried by myself and not successful. :(

§
發表於:2016-08-05

Me i can't import other rules in autopager .....
:-)
have you an example ?

§
發表於:2016-08-12
編輯:2016-08-12

..............

§
發表於:2016-08-12
編輯:2016-08-12

example (not mine)
(attach file)

copy it
click autopager > Import/Export > Import from clipboard
test on site:
https://vozforums.com/showthread.php?t=5193990

§
發表於:2016-08-12

example (not mine)
(attach file)

copy it
click autopager > Import/Export > Import from clipboard
test on site:
https://vozforums.com/showthread.php?t=5193990

§
發表於:2016-08-13

thanks !
I need to test the import from clipboard with the Autopager Addon...

Have you a solution for the Greasemonkey Script Autopagerize ?

§
發表於:2018-04-07

Cool thing, long ago set it in Firefox.
The right wonder sometimes, seeing how many various counters is worth on some sites!

§
發表於:2020-08-29

Good New for 2020: I find an WORKING OpenID provider (Yahoo seems broken and Google OpenID ???):
It's with Ubuntu One / Launchpad
Create an account and go to your profile info.
You should find your OpenID:
https://launchpad.net/~your-nickname
The ~ before YOUR-NICKNAME is need
Read:
launchpad OpenID


And An userscript which help to loin to WebData:
Wedata Login Utility
You just need to set your OpenID URL to 'url' variable in the script

發表回覆

登入以回復