[Urgent] Not Working on this website for jobs
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

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"
}
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
I think you'd better to search "site:www.hirelateral.com Stenographer" with some search engines.
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
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/
Same here
https://20govtjobs.com/?s=STENO
{
"name": "Agristudyinfo & 20govtjobs",
"url": "^(https://agristudyinfo\\.in/|https://20govtjobs\\.com/)",
"pageElement": "#main>article",
"nextLink": ".page-numbers.current+a"
}
@hoothin off topic but related Pagetual isn't working on this site
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)"
]
}
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?
{
"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)"
]
}
{ "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
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, 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"?
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)"
]
}
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".
@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
@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?
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
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
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
Hello there, the two issues above are fixed, need more test.
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.
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 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.