CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 06:24:24 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=0d4f833753911e5e9211067ab7d205585a134ecc56e72a902b30f59393a02e2ca%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22Bi0QobChchLoAlZiEIOtwsQPlKnhSPKa%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d4839628b55917-BLR
Módulo de novedades con avatar de usuario - Pastebin.com
SHARE
TWEET

Módulo de novedades con avatar de usuario
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- $(function(){
- $('.news-topic').each(function(){
- var link = $(this).find('.news-info>a').attr('href');
- var name = $(this).find('.news-info>i>strong').text();
- var $target = $(this).find('.news-avatar');
- console.log(name);
- $.get(link, function(data) {
- var avatar = $(data).find('.ppname:contains('+name+')').parents('.post').find('.ppavatar img');
- if (avatar.length) {
- $target.html(avatar);
- }
- });
- });
- });
- </script>
- <style>
- .news-topic {
- display:grid;
- grid-template-columns:3rem 1fr;
- grid-template-rows:3rem;
- gap:.5rem;
- padding:.5rem;
- border-radius:.25rem;
- background:#ecf3f7;
- &:not(:last-of-type) {
- margin-bottom:.5rem;
- }
- & .news-avatar, & .news-avatar img {
- width:100%;
- height:100%;
- object-fit:cover;
- object-position:center;
- }
- & .news-info {
- place-content:center;
- text-align:center;
- & i { font-style:normal; }
- }
- }
- </style>
- <div class="news">
- <!-- BEGIN post_row -->
- <div class="news-topic">
- <div class="news-avatar"><img src="https://placehold.co/250x400/777/fff.png"/></div>
- <div class="news-info">
- {post_row.TITLE}<br/>
- <i>{BY} <strong>{post_row.POSTER}</strong> / {post_row.TIME}</i>
- </div>
- </div>
- <!-- END post_row -->
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
-
✅⭐ Make huge profits on trading ⭐⭐ 9
JavaScript | 1 sec ago | 0.25 KB
-
⭐✅ Marketplace Glitch ✅ Working ✅ NEVER SEEN...
JavaScript | 10 sec ago | 0.25 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ 8
JavaScript | 19 sec ago | 0.25 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ A
JavaScript | 28 sec ago | 0.25 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ O
JavaScript | 30 sec ago | 0.25 KB
-
⭐✅ Swapzone Glitch ✅ Working ⭐⭐ L
JavaScript | 37 sec ago | 0.25 KB
-
⭐✅ Swapzone Glitch ✅ Working ⭐⭐ 9
JavaScript | 40 sec ago | 0.25 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ H
JavaScript | 46 sec ago | 0.25 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand