nexushoratio / userscripts

Random userscripts for browsers.
GNU General Public License v3.0
2 stars 0 forks source link

Support jobs search view #143

Closed nexushoratio closed 1 year ago

nexushoratio commented 1 year ago

May be 100% overlap with jobs/collections as well

PageUp/PageDown already scroll through the job itself. But that will cause the apply/share/meatball buttons to move

nexushoratio commented 1 year ago

Current job id is in the URL as the query parameter currentJobId=3670479906. We can probably use that somehow upon refresh to start at the item (also upon initial page load).

nexushoratio commented 1 year ago

One of the selectors (page?) is also capturing some of the sections in the details view (right hand pane). Those towards the bottom, like How you match and About the company. At least, clicking on them causes something interesting to happen.

nexushoratio commented 1 year ago

The recent changes to Scroller selectors seems to have resolved the random selection issues.

nexushoratio commented 1 year ago

Also the pagination scroller seems to be working as expected now as well.