Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body>
<div class="u28w9">
                    <div class="u28result u28noresults">
                        <div class="u28rw1">
                            <div class="u28rw2">
                                <div>No results found</div>
                                <p>Your search did not match any results.</p>
                                <p>We suggest you try the following to help find what you're looking for:</p>
                                <ul class="u28w7a">
                                    <li>Check the spelling of your keyword search.</li>
                                    <li>Use synonyms for the keyword you typed, for example, try "application" instead of "software."</li>
                                    <li>Try one of the popular searches shown below.</li>
                                    <li>Start a new search.</li>
                                </ul>
                                <div>Trending Questions</div>
                            </div>
                        </div>
                    </div>
                </div>
</body>
</html>
 
console.log(document.querySelector('.u28w9').cloneNode(true))
console.log(document.querySelector('.u28w9').cloneNode(true).firstElementChild)
Output 300px

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers