Location of the Broken Network Card
Budget: $2 – $8 USD
I am new in Javascript and I'm experimenting how to show an image link with set of conditions. Basically in a page there are two tab's, first tab's name is "A" while the second tab is "B". First tab A has an information of a Maker and second tab "B" includes a text which is "Issue". (The correct information will be provided as soon a freelancer is chosen. Thank you for understanding).
Now, if this is the content of the page:
First tab A: Maker = Company A
Second tab B: includes "Issue"
this will show a link of an image https://drive/Test/JS/Image/Image1.jpg on that page, maybe in the middle.
If this is the content of the page:
First tab A: Maker = Company B
Second tab B: includes "Issue2"
this will show a link of an image https://drive/Test/JS/Image/Image2.jpg
If this is the content of the page:
First tab A: Maker = Company C
Second tab B: includes "Issue3"
this will show a link of an image https://drive/Test/JS/Image/Image3.jpg.
To implement this. I'm using Tampermonkey Script
Now, if this is the content of the page:
First tab A: Maker = Company A
Second tab B: includes "Issue"
this will show a link of an image https://drive/Test/JS/Image/Image1.jpg on that page, maybe in the middle.
If this is the content of the page:
First tab A: Maker = Company B
Second tab B: includes "Issue2"
this will show a link of an image https://drive/Test/JS/Image/Image2.jpg
If this is the content of the page:
First tab A: Maker = Company C
Second tab B: includes "Issue3"
this will show a link of an image https://drive/Test/JS/Image/Image3.jpg.
To implement this. I'm using Tampermonkey Script