mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 10:46:35 +01:00
Showing AdBlocked page with blocking rule
This commit is contained in:
parent
289563e945
commit
7ab990aa1f
36
src/data/html/adblockPage.html
Normal file
36
src/data/html/adblockPage.html
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
<html><head>
|
||||||
|
<title>%TITLE%</title>
|
||||||
|
<link rel="icon" href="data:image/png;base64,%FAVICON%" type="image/x-icon" />
|
||||||
|
<style>
|
||||||
|
body {
|
||||||
|
background: #eeeeee;
|
||||||
|
}
|
||||||
|
|
||||||
|
#box {
|
||||||
|
background: white;
|
||||||
|
border: 1px solid lightgrey;
|
||||||
|
max-width: 300px;
|
||||||
|
height: 80%;
|
||||||
|
overflow:auto;
|
||||||
|
padding: 25px;
|
||||||
|
padding-bottom: 10px;
|
||||||
|
border-radius: 15px;
|
||||||
|
text-align: center;
|
||||||
|
vertical-align: middle;
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
|
h2 {
|
||||||
|
font-size: 100%;
|
||||||
|
font-weight: bold;
|
||||||
|
#border-bottom: 1px solid #f4f4f4;
|
||||||
|
margin-bottom: 0px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div id="box">
|
||||||
|
<img src="data:image/png;base64,%IMAGE%" >
|
||||||
|
<h2>AdBlock</h2>
|
||||||
|
%RULE%
|
||||||
|
</div>
|
||||||
|
</body></html>
|
BIN
src/data/html/adblock_big.png
Normal file
BIN
src/data/html/adblock_big.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.0 KiB |
Loading…
Reference in New Issue
Block a user