Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3306800
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T21:19:53+00:00 2026-05-17T21:19:53+00:00

IS there any tool that does the following, given a url? strip everything (all

  • 0

IS there any tool that does the following, given a url?

  1. strip everything (all text) from the page, except the markup (all the html elements)
  2. add a border to all the div, span, table, tr, td etc in the page
  3. keep the original size of the div, span etc (even though they are empty now, in terms of the data in them)
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T21:19:54+00:00Added an answer on May 17, 2026 at 9:19 pm

    You could write a browser plugin for that, because it’s not hard to do with Javascript:

    1. Set the following CSS rule for all elements: color: transparent; which makes the text transparent
    2. Add the following CSS rule to all elements you want: outline: 1px solid red;
    3. Will automatically happen with the color and outline properties

    jQuery example at jsFiddle:

    $('*').css( 'color', 'transparent !important' );
    $('div, span, table, tr, td, ...').css( 'outline', '1px solid red !important' );
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does Kdiff3 have APIs available? Or is there any comparison tool's API available that
I have the following situation: There is a tool that gets an XSLT from
Is there any tool that can read a WSDL file and based on the
Is there any tool that can parse/conver xml files to this format? I have
I have many js files, with some naming convention. If there any tool that
Is there any tool (IDE) that provides a visual web Development for JSP and
Wondering if there is any tool that can help me to detect a pronoun's
Is there any tool or code that would enable me to Display Excel 2003
Is there any tool in CherryPy that provides equivalent/similar functionality as Django's Message Framework?
I know we have ILdasm, but is there any tool out there that will

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.