');
} else {
var query = elem.find('.keywords').html();
$.ajax({
context: elem,
url: 'https://wn.com/api/upge/cheetah-search-adv/video',
cache: true,
data: {
'query': query
},
dataType: 'jsonp',
success: function(text) {
if (text.length > 0) {
video_id = text[0].id;
elem.find('.player').html('
');
}
}
});
}
}
var stopAllYouTubeVideos = function() {
var iframes = document.querySelectorAll('iframe');
Array.prototype.forEach.call(iframes, function(iframe) {
iframe.contentWindow.postMessage(JSON.stringify({ event: 'command', func: 'pauseVideo' }), '*');
});
}
jQuery(function() {
jQuery(".playVideo").live("click", function() {
if(!$(this).hasClass("played")){
stopAllYouTubeVideos();
var elem = $(this);
setTimeout(function(){
mouseOverMe(elem);
}, 1000);
}
});
jQuery(".description_box .expandContent").live("click", function() {
elem = $(this).parent().parent().parent().find('.descContent');
if(elem.height() > 51) {
elem.css('height', '44px');
$(this).html('Show More
');
}else{
elem.css('height', 'auto');
$(this).html('Hide
');
}
});
jQuery('.interview-play-off').click(function() {
$(".interview-play-off").hide();
$(".interview-play").show();
$(".videoplayer-control-pause").click();
});
jQuery(".video-desc .show_author_videos").live("click", function() {
query = $(this).attr('title');
container = $(this).parent().parent().parent().find('.video-author-thumbs');
$(this).parent().parent().parent().find('.video-author-thumbs').css('height', '220px');
jQuery.ajax({
url: '/api/upge/cheetah-photo-search/videoresults',
data: {'query': query},
success: function(text) {
if(!text) { text = i18n("No results"); }
container.html(jQuery(text));
}
});
});
});
// -->
Latest News for: randa
Edit
Cryptopolitan
29 Mar 2026
Crypto users are facing a new security threat via fake Cloudflare CAPTCHA pages. The attack leads to the installation of a new infostealer called Infiniti Stealer built to siphon crypto wallet data from macOS systems ... The command is not verification ... .
Edit
Cryptopolitan
28 Mar 2026
The issuance of new stablecoins has surged since the GENIUS Act was signed into law last year. At the moment, there are over 17 million new stablecoins active across various blockchains ... Stablecoin clones skyrocket since July 2025 ... Source. ... ....
Edit
Cryptopolitan
27 Mar 2026
Ethereum and Solana developers were targeted by five malicious npm packages that steal private keys and send them to the attacker. The packages rely on typosquatting, mimicking legitimate crypto libraries ... Hackers target Ethereum and Solana devs ... ... ....
Edit
Cryptopolitan
27 Mar 2026
Hackers are moving away from normal servers and using decentralized systems to attack developers and steal their crypto funds. They are are replacing traditional command-and-control (C2) servers entirely with decentralized options ... Source. ... ....
Edit
Cryptopolitan
27 Mar 2026
Filecoin has announced on X that its Onchain Cloud is live on the mainnet. The new service is designed to provide a programmable storage and payments layer for developers ... Filecoin Onchain Cloud built for AI agents and autonomous systems ... Source. ... ....
Edit
Cryptopolitan
23 Mar 2026
Two Hong Kong victims lost a total of HK$37.6 million or USD $4.8 million after falling for crypto investment scams. In 2025, Hong Kong Police documented 5,135 online investment fraud incidents. This showed a 30.7% rise compared to 2024 ... ....
Edit
Cryptopolitan
23 Mar 2026
A new malware dubbed GhostClaw is targeting crypto wallets on macOS machines. The fake OpenClaw installer captures private keys, wallet access, and other sensitive data after installation ... The malware collected sensitive data from developers ... ....
Edit
Cryptopolitan
23 Mar 2026
The domain of Samourai Wallet, a once famous Bitcoin wallet, has been taken over by scammers. The FBI had seized the domain in August 2025, but it has now fallen into the hands of criminals who are using it to host a phishing site and steal BTC ... ....
Edit
Cryptopolitan
22 Mar 2026
Hackers are targeting victims via a new phishing scheme. According to a post from SecureList, hackers are using fake Google Play Store pages to spread an Android malware campaign in Brazil ... The malware also evades analysis by security researchers ... ... ....
Edit
Cryptopolitan
17 Mar 2026
Andreas Antonopoulos, one of the earliest Bitcoin educators, has paused publishing Bitcoin content after 14 years. The announcement appeared on his Patreon page earlier this week. The team managing the page said the pause is due to health reasons ... ....