![]() ![]() |
I've never written a script before, but I'm hoping this request is simple: http://www.nyse.com/about/listed/lc_ny_name_A.h... On the nyse.com website, I would like to increase the records per page to 200. The default is 20. I found the below code within the Page Source and assume that it is set where "iRecordsPerPage = 20;" I tried simply creating a script, copying and pasting the code below and changing 20 to 200 but no luck. Any help or advice is greatly appreciated. var iLinksPerGroup = 10;
if (aTemp.length < 20 )
var sPageName = "/about/listed/lc_ny_name_A.html"; if (aTemp.length >0 )
var sResult = getDataWithOutAlphaSubHd (iStartPos, iRecordsPerPage, aTemp, iLinksPerGroup);
} catch (exception) { var sResult = getDataWithOutAlphaSubHdJTicFail (iStartPos, iRecordsPerPage, aTemp, iLinksPerGroup); |
![]() ![]() |
Actually there is a little more to it but you got the first step right. I created a script and it seems to be working, http://userscripts.org/scripts/show/132658 I made the default as 50 records but you can easily edit it to what you want, i found 200 was taking too long for me. |

