1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-08-21 03:54:07 +02:00
Files
Configuration
Core
Data
Plugins
Properties
Resources
Plugins
Scripts
pages
error.html
example.html
code.js
notification.js
plugins.browser.js
plugins.js
plugins.notification.js
twitter.js
update.js
ScriptLoader.cs
about.png
icon-small.ico
icon-tray-new.ico
icon-tray.ico
icon.ico
Updates
bld
lib
subprocess
tests
.gitignore
LICENSE.md
Program.cs
README.md
Reporter.cs
TweetDuck.csproj
TweetDuck.sln
TweetDuck.sln.DotSettings
_postbuild.bat
packages.config
TweetDuck/Resources/Scripts/pages/example.html

26 lines
1.2 KiB
HTML

<article>
<div class="js-stream-item-content item-box js-show-detail">
<div class="js-tweet tweet">
<header class="tweet-header">
<time class="tweet-timestamp js-timestamp pull-right txt-mute">
<a target="_blank" rel="url" href="https://twitter.com/chylexmc" class="txt-small">0s</a>
</time>
<a target="_blank" rel="user" href="https://twitter.com/chylexmc" class="account-link link-complex block">
<div class="obj-left item-img tweet-img">
<img width="48" height="48" alt="chylexmc's avatar" src="https://pbs.twimg.com/profile_images/765161905312980992/AhDP9iY-_normal.jpg" class="tweet-avatar avatar pull-right">
</div>
<div class="nbfc">
<span class="account-inline txt-ellipsis">
<b class="fullname link-complex-target">chylex</b>
<span class="username txt-mute">@chylexmc</span>
</span>
</div>
</a>
</header>
<div class="tweet-body">
<p class="js-tweet-text tweet-text with-linebreaks">This is an example tweet, which lets you test the location and duration of popup notifications.</p>
</div>
</div>
</div>
</article>