Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

248
Views
How to delete a tag that shows up only on inspect element on my website

I have embedded a widget on my website which has a watermark which can't be removed (can't even pay to remove it)

Here's the code i have embedded:

<!-- TradingView Widget BEGIN -->
<div class="tradingview-widget-container">
    <div class="tradingview-widget-container__widget"></div>
    <script type="text/javascript" 
src="https://s3.tradingview.com/external-embedding/embed-widget-ticker-tape.js" async>
 {
  "symbols": [
{
  "proName": "BITSTAMP:BTCUSD",
  "title": "Bitcoin"
},
{
  "proName": "BITSTAMP:ETHUSD",
  "title": "Ethereum"
},
{
  "description": "APE",
  "proName": "BINANCE:APEUSDT"
},
{
  "description": "Solana",
  "proName": "BINANCE:SOLUSDT"
},
{
  "description": "DOGE",
  "proName": "BINANCE:DOGEUSDT"
},
{
  "description": "MATIC",
  "proName": "BINANCE:MATICUSDT"
}
 ],
"showSymbolLogo": true,
"colorTheme": "light",
"isTransparent": true,
"displayMode": "regular",
"locale": "en"  }
  </script>
  </div>
  <!-- TradingView Widget END -->

Here's a screenshot of a watermark: https://prnt.sc/t5SjXZ8icjTH

The tag containing the watermark looks like this:

<a href="https://www.tradingview.com/?utm_campaign=ticker-tape&utm_medium=widget&utm_source=localhost" target="_blank" rel="noopener noreferrer" class="label-dkyS18j2 label-cJj3kEO9 end-dkyS18j2 top-dkyS18j2 js-copyright-label"

This code shows up only on the inspect element, not in the embedded script.

Whenever i delete the class="label-dkyS18j2 label-cJj3kEO9 end-dkyS18j2 top-dkyS18j2 js-copyright-label" through inspect element, the watermark is gone, and everything works live.

How do i remove that on my website from the code?

I have tried putting this in my webpage code, but it doesn't work

    <script>
    $(document).ready(function(){
         $('.label-dkyS18j2 label-cJj3kEO9 end-dkyS18j2 top-dkyS18j2 js-copyright-label').hide()
    });
    </script>

This is driving me nuts, hope someone can assist ๐Ÿ™‚

about 4 years ago ยท Juan Pablo Isaza
1 answers
Answer question

0

"I have embedded a widget on my website which has a watermark which can't be removed (can't even pay to remove it)"

Do you realize that maybe, just maybe.. it has a reason you can't remove the watermark/copyright/trademark ? And that the people who gave you a free widget, only want some exposure in return. I'm even doubting if this question doesn't go against the rules of stackoverflow.

about 4 years ago ยท Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
ยฉ 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!