Skip to content

Instantly share code, notes, and snippets.

@mala
Created July 30, 2012 10:25
Show Gist options
  • Select an option

  • Save mala/3206049 to your computer and use it in GitHub Desktop.

Select an option

Save mala/3206049 to your computer and use it in GitHub Desktop.
ytb ui redressing
<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