File tree Expand file tree Collapse file tree 5 files changed +61
-0
lines changed
Expand file tree Collapse file tree 5 files changed +61
-0
lines changed Original file line number Diff line number Diff line change 1+ .ophirofox-europresse {
2+ padding : 0 5px 0 5px ;
3+ color : # 000000!important ;
4+ border : # f05246 1px solid;
5+ display : block;
6+ margin-left : auto;
7+ margin-right : auto;
8+ text-align : center;
9+ }
Original file line number Diff line number Diff line change 1+ async function createLink ( ) {
2+ return await ophirofoxEuropresseLink ( ) ;
3+ }
4+
5+ async function onLoad ( ) {
6+ const statusElem = document . querySelector ( ".post-subscriber-badge" ) ;
7+ if ( ! statusElem ) return ;
8+ statusElem . appendChild ( await createLink ( ) ) ;
9+ }
10+
11+ onLoad ( ) . catch ( console . error ) ;
Original file line number Diff line number Diff line change 1+ .ophirofox-europresse {
2+ padding : 0 5px 0 5px ;
3+ color : # 000000!important ;
4+ border : # f05246 1px solid;
5+ }
Original file line number Diff line number Diff line change 1+ async function createLink ( ) {
2+ return await ophirofoxEuropresseLink ( ) ;
3+ }
4+
5+ async function onLoad ( ) {
6+ const statusElem = document . querySelector ( ".tag_aboone" ) ;
7+ if ( ! statusElem ) return ;
8+ statusElem . appendChild ( await createLink ( ) ) ;
9+ }
10+
11+ onLoad ( ) . catch ( console . error ) ;
Original file line number Diff line number Diff line change 774774 "css" :[
775775 " content_scripts/journaldunet.css"
776776 ]
777+ },
778+ {
779+ "matches" : [
780+ " https://www.science-et-vie.com/*"
781+ ],
782+ "js" : [
783+ " content_scripts/config.js" ,
784+ " content_scripts/science-et-vie.js"
785+ ],
786+ "css" :[
787+ " content_scripts/science-et-vie.css"
788+ ]
789+ }
790+ ,
791+ {
792+ "matches" : [
793+ " https://investir.lesechos.fr/*"
794+ ],
795+ "js" : [
796+ " content_scripts/config.js" ,
797+ " content_scripts/investir-lesechos.js"
798+ ],
799+ "css" :[
800+ " content_scripts/investir-lesechos.css"
801+ ]
777802 }
778803 ],
779804 "browser_specific_settings" : {
You can’t perform that action at this time.
0 commit comments