Skip to content

Instantly share code, notes, and snippets.

@shar1z
Created December 17, 2020 14:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shar1z/7f0fdaaea16c4473c3f052938e22d784 to your computer and use it in GitHub Desktop.
Save shar1z/7f0fdaaea16c4473c3f052938e22d784 to your computer and use it in GitHub Desktop.
sec.html
<html>
...
    <body>
        <img id="catImage" src="https://thecatapi.com/api/images/get?format=src&type=gif">
        <br/>
        Replace e's: <input type="checkbox" id="es"/>
        <br/>
        Replace img's: <input type="checkbox" id="imgs"/>
        <script src="../browser-polyfill.min.js"></script>
        <script src="./support.js"></script>
    </body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment