Discussions » Creation Requests

Can button autoclick be implemented to biglistofwebsites.com ?

§
Posted: 2015-03-26
Edited: 2015-03-26

Can button autoclick be implemented to biglistofwebsites.com ?

I open sometimes 10 or 20 related website from the search on biglistofwebsites.com . Problem is that links do not go to websites directly. You still have intermediate pages and have to click "proceed to site button".

This is the example of the link it opens. Is it possible to do an autoclick on these pages?
http://biglistofwebsites.com/go/thepostgame.com

Thank You.

§
Posted: 2015-03-26
Edited: 2015-03-26

Sorry man. It does not work.

I am opening http://biglistofwebsites.com/go/ripoffreport.com
and it does not go through to http://ripoffreport.com automatically.

In "included pages" its should be
http://biglistofwebsites.com/go/*

although it does not fix the script.

Using latest Firefox/Cyberfox.

-------------------------------
PS. If you decide to fix the script. You should account that some websites are down when you try to open it and they will try to bounce back to http://biglistofwebsites.com/go/xxxxxxxxxxxxxx.com . Something should be done to prevent loops and crashes.

woxxomMod
§
Posted: 2015-03-26

I've tried again both in Chrome 43 and Firefox 37 and it works perfectly:

  1. open http://biglistofwebsites.com
  2. type something in the search box or open a precompiled list from http://biglistofwebsites.com/lists
  3. my script makes all the links direct, voila!
§
Posted: 2015-03-26

I do not why yours does not work, but this does
-------------------------------------------
// @include http://biglistofwebsites.com/go/*
// @version 1
// @grant none
// ==/UserScript==


document.getElementById('proceed').click();
-------------------------------------------
I does not have function I think is need because if website is down it can cause infinite loop(if will not give time to close website before error message). Lets see how it is going to work when I need it.

woxxomMod
§
Posted: 2015-03-26
Edited: 2015-03-26

Uhm, I don't understand what the problem is, everything's working here the way I described it. Why do you need that "go" page at all if my script simply rewrites all links and strips the redirection entirely? Do you open these links from another site? Which one? Or from your local bookmarks (then you should simply edit them)?

§
Posted: 2015-03-26

This is Greasemonkey issue.

Please put

http://www.biglistofwebsites.com/*
http://www.biglistofwebsites.com/list-top*

in "// @include ". Now it works perfectly. I realized that script just did not show up when I open www.biglistofwebsites.com page. Sorry for missing this one.

woxxomMod
§
Posted: 2015-03-26

Done.

Post reply

Sign in to post a reply.