https://makeapullrequest.com/

提交的 URL:
https://makeapullrequest.com/
报告完成时间:

链接 · 找到 5 个

从页面中识别出的传出链接

链接文本
https://kcd.im/pull-request Click here to learn how!
https://twitter.com/kentcdodds@kentcdodds
https://egghead.io?af=5236adegghead.io
https://egghead.io/lessons/javascript-how-to-write-a-javascript-library-adding-badges-to-your-readme?series=how-to-write-an-open-source-javascript-library&af=5236ad Add the badge to your project!
https://github.com/blog/1184-contributing-guidelines CONTRIBUTING.md

JavaScript 变量 · 找到 3 个

在页面窗口对象上加载的全局 JavaScript 变量是在函数外部声明的变量,可以从当前范围内的代码中的任何位置访问

名称类型
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

控制台日志消息 · 找到 1 条

记录到 Web 控制台的消息

类型类别记录
errornetwork
URL
https://makeapullrequest.com/favicon.ico
文本
Failed to load resource: the server responded with a status of 404 ()

HTML

页面的原始 HTML 正文

<!DOCTYPE html><html><head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width">
    <title>Make a Pull Request</title>
    <style>
      body {
        margin: 0 auto;
        text-align: center;
        max-width: 600px;
        font-family: sans-serif;
        padding: 0 1em;
      }
      code {
        background: #eee;
        padding: .5em 1em;
        display: block;
        margin: 1em 0;
        text-align: left;
      }
    </style>
  </head>
  <body>
    <h1>Make a Pull Request</h1>
    <img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square" height="20px">
    <h2>
      <a href="https://kcd.im/pull-request">
        Click here to learn how!
      </a>
    </h2>
    <p>
      Hello! You've probably landed here because a project maintainer linked you here encouraging
      you to try your hand at contributing to the project.
    </p>
    <p>
      We know that this isn't always the easiest thing to do.
      So, <a href="https://twitter.com/kentcdodds">@kentcdodds</a>
      created a <strong>free</strong> series on <a href="https://egghead.io?af=5236ad">egghead.io</a>
      to help you out!
    </p>
    <p>
      So if you want to contribute to an open source project, don't delay!
    </p>
    <img src="octocat.png">
    <hr>
    <h2>
      <a href="https://egghead.io/lessons/javascript-how-to-write-a-javascript-library-adding-badges-to-your-readme?series=how-to-write-an-open-source-javascript-library&amp;af=5236ad">
        Add the badge to your project!
      </a>
    </h2>
    <p>Add this markdown to your README:
    <code>
      [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://makeapullrequest.com)
    </code>
    </p><hr>
    <h2>
      Add this to your
      <a href="https://github.com/blog/1184-contributing-guidelines">
        CONTRIBUTING.md
      </a>
    </h2>
    <code>
      **Working on your first Pull Request?** You can learn how from this *free* series [How to Contribute to an Open Source Project on GitHub](https://kcd.im/pull-request)
    </code>
  


</body></html>