Skip to content

Commit

Permalink
Acknowledge a number a newly discovered pages.
Browse files Browse the repository at this point in the history
Also changed markdown styling for the page names in the comments.

Issues #244, #255, #256, #257.

␄
  • Loading branch information
Mike Castle committed Feb 22, 2024
1 parent 3a45801 commit 2c949cf
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions linkedin-tool.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -2597,10 +2597,16 @@
const pathname = window.location.pathname;
/* eslint-disable prefer-regex-literals */
const knownUrlsTodo = [
// TODO(#237): Support `SpecificEvent` pages
// TODO(#237): Support *SpecificEvent* pages
RegExp('^/events/.*/(?:about|comments)/.*', 'u'),
// TODO(#253): Support `My Network Events` page
// TODO(#253): Support *My Network Events* page
'/mynetwork/network-manager/events/',
// TODO(#255): Support *Search appearances* page
'/analytics/search-appearances/',
// TODO(#256): Support *Verify* page
RegExp('/verify/?.*', 'u'),
// TODO(#257): Support *Analytics & tools* page
'/dashboard/',
];
/* eslint-enable */

Expand Down

0 comments on commit 2c949cf

Please sign in to comment.