Notibar.js
Note: This post is over 9 years old. The information may be outdated.
Notibar.js - Lightweight notification bar, no dependency.
<script
type="text/javascript"
src="https://duyet.github.io/notibar.js/notibar.js"
></script>
<script type="text/javascript">
notiBar(
'<strong>notibar.js</strong> by <a href="https://duyet.net">duyet</a> :))',
)
</script>
See example: https://duyet.github.io/notibar.js/example.html
More custom
notiBar({
message:
'<strong>notibar.js</strong> by <a href="https://duyet.net">duyetdev</a> :))',
closeButton: true,
font: 'sans-serif',
fontSize: '13px',
minHeight: '41px',
color: '#2895F1',
bgColor: '#f0f9ff',
borderBottomColor: '#96c4ea',
})
Related Posts
Update saveto.co: tìm kiếm và gắn tag link
Hiện saveto.co vừa được nâng cấp, các URL được bookmark trên hệ thống hiện có thể được tìm lại thông qua từ khóa, từ khóa được nhập trực tiếp vào thanh URL.
jsLab.xyz
jsLab.xyz
Migrate (again) to Next.js 13 Pro Max
I've been using Gatsby since 2019 and while it's great that I can write my blogs in NeoVim, commit and push to Github, and have Cloudflare Pages build and publish to CDN, but I was becoming frustrated with the slow building times and the overall maintenance requirements.
Pricetrack: theo dõi giá và cashback (by Firebase)
Pricetrack (https://pricetrack.web.app) là một side project nhỏ của mình với chức năng theo dõi giá liên tục từ các trang TMDT (tiki.vn, shopee.vn, ...), thông báo và cashback hoàn tiền. Vì hay mua sắm nên pricetrack giúp mình check được giá ảo lên xuống thất thường, hoặc track khi nào có khuyến mãi thì mua. Khi giá thay đổi, giảm hoặc dưới ngưỡng mong muốn, tracker sẽ alert thông qua email hoặc push notification qua trình duyệt. Được build hoàn toàn từ Firebase của Google, trong lúc mình test các dịch vụ của nền tảng này thì pricetrack ra đời.
