-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpopup.html
80 lines (80 loc) · 3.39 KB
/
popup.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<html>
<head>
<link rel="stylesheet" href="css/reddit.css?v=1.3.19" />
<script type="text/javascript" src="js/jquery-1.6.1.min.js"></script>
<script type="text/javascript" src="js/date.js"></script>
<script type="text/javascript" src="js/main.js?v=1.3.19"></script>
<script type="text/javascript" src="js/popup.js?v=1.3.19"></script>
</head>
<body>
<div id="loader" style="display: none;"><img src="images/loader.gif" /></div>
<div id="results-none" class="reddited-message" style="display: none;">
Look at you finding new content. This page has not been submitted to reddit. Maybe you should <a class="submit-uri" href="#" target="_blank">submit it</a> yourself. You know you want to.
<div class="morelink">
<a class="submit-uri" href="#" target="_blank">Submit this link</a>
<div class="nub"></div>
</div>
</div>
<div id="results-error" class="reddited-message" style="display: none;">
Reddit seems to be having some problems, but, you know, it's reddit so you're probably not that shocked.
</div>
<div id="results-reddit" class="reddited-message" style="display: none;">
I'm gonna go out on a limb and say that since it's on reddit, it's probably already been submitted to reddit.
</div>
<div id="results" class="sitetable linklisting" style="display: none;">
<div id="action-error">You must <a href="http://www.reddit.com/login" target="_blank">log in</a> to vote or save</div>
<div class="content"></div>
<div id="two-columns">
<div>
<div id="view-more" style="display: none;">
<p class="nextprev">
view more: <a href="#" target="_blank">next</a>
</p>
</div>
</div>
<div id="submit-anyway">
<a class="submit-uri" data-resubmit="1" href="#" target="_blank">resubmit link</a>
</div>
</div>
</div>
<div id="result-template" style="display: none;">
<div class="thing link">
<div class="debug"></div>
<p class="parent"></p>
<div class="midcol" style="width:5ex;">
<div class="arrow up"></div>
<div class="score dislikes"></div>
<div class="score unvoted"></div>
<div class="score likes"></div>
<div class="arrow down"></div>
</div>
<a class="thumbnail" href="#" target="_blank"><img src="#" alt="" /></a>
<div class="entry unvoted">
<p class="title">
<a class="title" href="#" target="_blank"></a>
<span class="domain">(<a href="#" target="_blank"></a>)</span>
</p>
<p class="tagline">submitted
<time></time> ago by
<a href="#" class="author" target="_blank"></a>
<span class="userattrs"></span> to
<a href="#" class="subreddit hover" target="_blank"></a>
</p>
<ul class="flat-list buttons">
<li class="rounded nsfw-stamp stamp">
<acronym title="Adult content: Not Safe For Work">NSFW</acronym>
</li>
<li class="first">
<a class="comments" href="#" target="_blank"></a>
</li>
<li>
<span><a class="savable" href="#"></a></span>
</li>
</ul>
</div>
<div class="child"></div>
<div class="clearleft"><!--IE6sux--></div>
</div>
</div>
</body>
</html>