Skip to content

Commit 14b188a

Browse files
committed
fix: create link url
1 parent b534322 commit 14b188a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// Configuration - Création de posts
2323
const CREATE_POST_ID = 'linkpost-create-post-link';
2424
const CREATE_POST_TEXT = 'Créer un post';
25-
const CREATE_POST_URL = 'https://www.linkedin.com/feed/?shareActive';
25+
const CREATE_POST_URL = 'https://www.linkedin.com/feed/?shareActive=true';
2626

2727
// Configuration - Masquer pub Premium
2828
const PREMIUM_LINK_SELECTOR = 'a[href*="/premium/products"]';

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "LinkPost - Raccourci Posts Programmés et plus",
4-
"version": "1.3.1",
4+
"version": "1.3.2",
55
"description": "Raccourcis vers vos posts programmés, création rapide et interface épurée pour LinkedIn.",
66
"icons": {
77
"16": "icons/icon16.png",
@@ -22,7 +22,7 @@
2222
"content_scripts": [
2323
{
2424
"matches": [
25-
"https://www.linkedin.com/feed/*"
25+
"https://www.linkedin.com/*"
2626
],
2727
"js": [
2828
"content.js"

0 commit comments

Comments
 (0)