-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathfeed_burner3.html
50 lines (48 loc) · 1.98 KB
/
feed_burner3.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<style>
@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local('Roboto Medium'),local('Roboto-Medium'),url(https://fonts.gstatic.com/s/roboto/v16/RxZJdnzeo3R5zSexge8UUVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'),url(https://fonts.gstatic.com/s/roboto/v16/RxZJdnzeo3R5zSexge8UUT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff'),url(https://fonts.gstatic.com/s/roboto/v16/RxZJdnzeo3R5zSexge8UUSZ2oysoEQEeKwjgmXLRnTc.ttf) format('truetype')}
html,body{
margin: 0;
height: fit-content;
}
.feedburnerFeedBlock ul,
.feedburnerFeedBlock li {
list-style: none;
margin: 0;
padding: 0;
}
.feedburnerFeedBlock a {
text-decoration: none;
color: #555;
font-family:Roboto,sans-serif;
font-size: 16px;
font-weight: 500;
line-height: 1.4;
}
.feedburnerFeedBlock #creditfooter,
.feedburnerFeedBlock .feedItemAuthor,
.feedburnerFeedBlock .fbsubscribelink{
display: none;
}
.feedburnerFeedBlock li {
background:url("data:image/svg+xml;charset=utf8,%3csvg viewBox='0 0 24 24' width='20' height='20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg%3e%3cpath style='fill:%23333333' d='M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e") no-repeat -5px 0;
padding-left:15px;
}
</style>
<script type="text/javascript">
function getQueryVariable(variable) {
var query = window.location.search.substring(1);
var vars = query.split("&");
for (var i=0;i<vars.length;i++) {
var pair = vars[i].split("=");
if(pair[0] == variable){return pair[1];}
}
return(false);
}
var feedaddress = getQueryVariable("feed");
document.write("<scr" + "ipt type=\"text/javascript\" src=\"https://feeds.feedburner.com/"+feedaddress+"?format=sigpro&nItems=10&displayTitle=false&displayExcerpts=false&displayDate=false&displayEnclosures=false\"></scr" + "ipt>");
window.parent.postMessage({
sentinel: 'amp',
type: 'embed-size',
height: document.body.scrollHeight
}, '*');
</script>