Giter VIP home page Giter VIP logo

indeedapplyoncompanysite's Introduction

indeedApplyOnCompanySite

Bring back Indeed apply on company site button

The problem

Indeed previously showed diffrent apply buttons for applying to jobs:

  • Apply On Company Site for postings that would redirect to a diffrent site
  • Apply Now for jobs that could be applied to directly on Indeed.

Recently Indeed changed this behaviour so both buttons will show Apply Now.

The solution

This Tampermonkey script adds four configurable actions to occur when opening a Apply On Company Site posting:

  • addRedWarningBar
    • Adds a red bar at the top of the page to identify Apply On Company Site postings faster
    • Defualt: Enabled
  • autoOpenCompanySite
    • Automatically redirects tab to the Company Site
    • Defualt: Disabled
  • renameButon
    • Renames Apply Now to Apply On Company Site
    • Defualt: Enabled
  • autoCloseTab
    • Automatically closes the tab if the job posting is an Apply On Company Site posting
    • Defualt: Disabled

How to install

  1. Install Tampermonkey for Chrome or Firefox
  2. Navigate to Tampermonkey's settings
  3. Click on the Utilities tab
  4. At the bottom paste https://raw.githubusercontent.com/numselli/indeedApplyOnCompanySite/main/indeedApplyOnCompanySite.js it to the Import from URL
  5. Click install
  6. If you wish to change the scripts behaviour from the defualt follow the How to configure section below
  7. Finaly click install at the top of the page

How to configure

At the top of the file you will see

const addRedWarningBar = true;
const autoOpenCompanySite = false;
const renameButon = true;
const autoCloseTab = false;

If you wish to disable a feature then change true to false and vice versa (false to true to enable)

indeedapplyoncompanysite's People

Contributors

numselli avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.