UserScripts icon indicating copy to clipboard operation
UserScripts copied to clipboard

[Urgent] Not Working on this website for jobs

Open rakitanc opened this issue 3 years ago • 25 comments

Hi there,,hope you are doing well

So it doesn't to work on this website at all, I am not much of a tech geek just a general user.

https://www.hirelateral.com/latest-government-jobs-india

I am using Chrome browser Version 103.0.5060.114 (Official Build) (64-bit) On Pos OS linux

Please guide me how to fix this. Need this urgently

Screenshot from 2022-07-29 17-28-54

rakitanc avatar Jul 29 '22 12:07 rakitanc

just for this page, let me know if you found any page on this site that don't work as expect

    {
        "name": "hirelateral",
        "url": "^https://www\\.hirelateral\\.com/",
        "pageElement": "div.mainwrap > div.contentwrap > div.leftwrap > table.table-bordered.table-hover.govt_tbl > tbody> tr.govt_tr"
    }

hoothin avatar Jul 29 '22 12:07 hoothin

Thankyou so much brother. it's working Now. You are the Best

I have one request to you..is there a way to apply search functionality on this website, as they dont have . So if there's a particular job i am looking for i can do that. In this case i was looking for "Steno" or "Stenographer"

Right now with pagination i could use the find function but in that not all the details are mentioned on that job and the keyword is not there But when you some job link, you find that That job position is also available under description. I hope you get my point. I tried my best to explain

rakitanc avatar Jul 29 '22 13:07 rakitanc

I think you'd better to search "site:www.hirelateral.com Stenographer" with some search engines.

hoothin avatar Jul 29 '22 13:07 hoothin

Just a little off topic but needed your help with this.

Is there a way to search through this pdf for text as really hard to find what to look for in this as they release every week

https://sikkusports.com/wp-content/uploads/2022/07/Employment-News-16-22-July-2022-1.pdf

rakitanc avatar Jul 29 '22 14:07 rakitanc

I think you'd better to search "site:www.hirelateral.com Stenographer" with some search engines.

Not working on this website Brother..After reload only loads one next page

https://agristudyinfo.in/

rakitanc avatar Jul 29 '22 20:07 rakitanc

Same here

https://20govtjobs.com/?s=STENO

rakitanc avatar Jul 29 '22 20:07 rakitanc

  {
    "name": "Agristudyinfo & 20govtjobs",
    "url": "^(https://agristudyinfo\\.in/|https://20govtjobs\\.com/)",
    "pageElement": "#main>article",
    "nextLink": ".page-numbers.current+a"
  }

hoothin avatar Jul 30 '22 03:07 hoothin

@hoothin off topic but related Pagetual isn't working on this site

rahaaatul avatar Jul 31 '22 09:07 rahaaatul

Update script first

    {
        "name": "Anime Time",
        "url": "^https://www\\.animetime\\.pw",
        "pageElement": "div.blog-posts.container > div.grid-posts",
        "nextLink": "a.page-num.page-next",
        "waitElement": [
            "",
            "img.post-thumb:not(.lazy-yard)"
        ]
    }

hoothin avatar Jul 31 '22 10:07 hoothin

Update script first

It worked! But it takes time to load the next pages at least 3 seconds after you reach the 1st page.

How should I force it to load at least 3 pages from the start?

rahaaatul avatar Jul 31 '22 11:07 rahaaatul

    {
        "name": "Anime Time",
        "url": "^https://www\\.animetime\\.pw",
        "pageElement": "div.blog-posts.container > div.grid-posts",
        "nextLink": "a.page-num.page-next",
        "rate": "3",
        "waitElement": [
            "",
            "img.post-thumb:not(.lazy-yard)"
        ]
    }

hoothin avatar Jul 31 '22 11:07 hoothin

{ "name": "Anime Time", "url": "^https://www\.animetime\.pw", "pageElement": "div.blog-posts.container > div.grid-posts", "nextLink": "a.page-num.page-next", "rate": "3", "waitElement": [ "", "img.post-thumb:not(.lazy-yard)" ] }

Didn't work. It's the same, have to go down to load next page.

https://user-images.githubusercontent.com/86149861/182025143-467fc9c3-012f-4292-b26c-0653a2512564.mp4

rahaaatul avatar Jul 31 '22 11:07 rahaaatul

Yes, it's just for load before scroll to bottom. You should click the command "load next page now" to auto load next 10 pages.

hoothin avatar Jul 31 '22 12:07 hoothin

Yes, it's just for load before scroll to bottom. You should click the command "load next page now" to auto load next 10 pages.

Yes, that's what I was asking. How do I force it to load next 10 pages without clicking the command "load next page now"?

rahaaatul avatar Jul 31 '22 12:07 rahaaatul

Update the script first

    {
        "name": "Anime Time",
        "url": "^https://www\\.animetime\\.pw",
        "pageElement": "div.blog-posts.container > div.grid-posts",
        "nextLink": "a.page-num.page-next",
        "autoLoadNum": 10,
        "waitElement": [
            "",
            "img.post-thumb:not(.lazy-yard)"
        ]
    }

hoothin avatar Jul 31 '22 12:07 hoothin

Update the script first

    {
        "name": "Anime Time",
        "url": "^https://www\\.animetime\\.pw",
        "pageElement": "div.blog-posts.container > div.grid-posts",
        "nextLink": "a.page-num.page-next",
        "autoLoadNum": 10,
        "waitElement": [
            "",
            "img.post-thumb:not(.lazy-yard)"
        ]
    }

Perfect! Do you think I could do this for all pages with one custom rule?

You should add a setting in configuration to "Preload [x] pages" along with "Preload next page for speeding up".

rahaaatul avatar Jul 31 '22 12:07 rahaaatul

@hoothin

Update the script first

  • When you open the site, it automatically goes down.
  • You have to wait for it to load the pages, even with preloading 10 page on.

Demo Video:

https://user-images.githubusercontent.com/86149861/182100841-83b38fbb-dce0-4878-ada4-2b2d686805b2.mp4

rahaaatul avatar Aug 01 '22 07:08 rahaaatul

@hoothin

Update the script first

  • When you open the site, it automatically goes down.
  • You have to wait for it to load the pages, even with preloading 10 page on.

Still under kiwi & android?

hoothin avatar Aug 01 '22 08:08 hoothin

Still under kiwi & android?

Although the screen recording is on IceRaven Browser, it's the same behavior in Kiwi Browser also.

https://user-images.githubusercontent.com/86149861/182106574-da5c2d43-f641-4a4f-97cf-686ef5612d5b.mp4

rahaaatul avatar Aug 01 '22 08:08 rahaaatul

Hey mate..why is that on Ycombinator the page scroll down automatically. How do i turn it off?

https://news.ycombinator.com/item?id=32304456

rakitanc avatar Aug 01 '22 17:08 rakitanc

Hey mate..why is that on Ycombinator the page scroll down automatically. How do i turn it off?

https://news.ycombinator.com/item?id=32304456

Same thing as the issue related to my comment before. @hoothin

rahaaatul avatar Aug 01 '22 18:08 rahaaatul

Hello there, the two issues above are fixed, need more test.

hoothin avatar Aug 02 '22 00:08 hoothin

Hello there, the two issues above are fixed, need more test.

For me, https://news.ycombinator.com/item?id=32304456 is fixed. But, AnimeTime is still behaving the same. Auto scrolls down and keep loading page 1 by 1.

rahaaatul avatar Aug 02 '22 03:08 rahaaatul

You can try the version 1.9.30.6.10. If it still does not effect, you can try this rule.

    {
        "name": "Anime Time",
        "url": "^https://www\\.animetime\\.pw",
        "pageElement": "div.blog-posts.container > div.grid-posts>*",
        "nextLink": "a.page-num.page-next",
        "pageAction": "eles.forEach(ele=>{let img=ele.querySelector('img');if(!img)return;img.classList.add('lazy-yard');img.src=img.src.replace('w72-h72','w325-h198')})"
    }

hoothin avatar Aug 02 '22 06:08 hoothin

You can try the version 1.9.30.6.10. If it still does not effect, you can try this rule.

    {
        "name": "Anime Time",
        "url": "^https://www\\.animetime\\.pw",
        "pageElement": "div.blog-posts.container > div.grid-posts>*",
        "nextLink": "a.page-num.page-next",
        "pageAction": "eles.forEach(ele=>{let img=ele.querySelector('img');if(!img)return;img.classList.add('lazy-yard');img.src=img.src.replace('w72-h72','w325-h198')})"
    }

YOU DID IT! IT'S WORKING! Thank you.

rahaaatul avatar Aug 02 '22 07:08 rahaaatul