How to Check Which Links on a Page Were Added by Spark
Follow these steps to see if any Spark links have been added to a specific page in your content.
Step 1: Open the Elements Tab
In Chrome or Firefox:
- Open the page you want to check.
- Open Developer Tools:
- Windows/PC: Press Ctrl + Shift + I or FN + F12
- Mac/Apple: Press Command (⌘) + Option (⌥) + I
- Click on the Elements tab in the Developer Tools panel.
In Safari (Mac/Apple):
- First, enable the Develop menu:
- Go to Safari → Preferences → Advanced
- Check “Show Develop menu in menu bar”
- Open the page you want to check.
- Go to Develop → Show Web Inspector (or press Command (⌘) + Option (⌥) + I)
- Click on the Elements tab.
The Elements tab shows all HTML elements on the page.
Step 2: Open the Search Function
- Windows/PC: Press Ctrl + F
- Mac/Apple (Chrome/Firefox/Safari): Press Command (⌘) + F
This opens the search bar inside the Elements panel.
Step 3: Search for Hyperlinks
- Type hyperlink into the search bar.
- This will highlight all instances of hyperlinks in the page’s code.
Step 4: Scroll Through the Results
Use the small up and down arrows in the search bar to move through all highlighted results.
Step 5: Check for Spark Links
- If you see results, those are the links that Spark has added to the page.
- If you see 0 results, it means there are no Spark links on that specific page.