We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Feed
PageDetails
1 parent 70fe510 commit 3d64410Copy full SHA for 3d64410
linkedin-tool.user.js
@@ -2130,9 +2130,15 @@
2130
snapToTop: false,
2131
};
2132
2133
+ /** @type {Page~PageDetails} */
2134
+ static #details = {
2135
+ pathname: '/feed/',
2136
+ pageReadyCSS: 'main',
2137
+ };
2138
+
2139
/** Create a Feed instance. */
2140
constructor() {
- super();
2141
+ super(Feed.#details);
2142
this.#dummy = this.addService(DummyService);
2143
this.#postScroller = new Scroller(Feed.#postsWhat, Feed._postsHow);
2144
this.#postScroller.activate();
0 commit comments