Created
July 30, 2012 10:25
-
-
Save mala/3206049 to your computer and use it in GitHub Desktop.
ytb ui redressing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script> | |
| setInterval(function(){ | |
| var iframe = document.querySelector("iframe[class^=__YTB_]"); | |
| iframe.style.zIndex=0; | |
| }, 1000); | |
| </script> | |
| <body> | |
| <input type="text" placeholder="入力して検索" onkeydown="alert('偽フォームです')" style="position:absolute;top:-35px;left:87px;border:1px solid #000;width:204px;height:22px;z-index:100"> | |
| </body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment