91³Ô¹ÏÍø

Watch CBS News

Trump's threats to Iranian leaders are inspiring protesters but might not deter crackdown, analysts say

The leader of an independent Iranian news publication says that President Trump's warnings are alarming officials in the Middle Eastern country and encouraging protesters as the largest demonstrations in years sweep the nation. 

Iran's Judiciary Chief has warned that protesters will face the "maximum" punishment, and the country's attorney general said that anyone taking part in protests will be considered an "enemy of God," a death-penalty charge, according to the Associated Press. 

Mr. Trump has said that the United States will respond if demonstrators are killed. He repeated his warning on Friday, telling Iranian leaders not to attack protesters. Secretary of State Marco Rubio said online early Saturday that the "United States supports the brave people of Iran." On Saturday afternoon, Mr. Trump that "Iran is looking at FREEDOM, perhaps like never before. The USA stands ready to help!!!"

"I'm sure that has really scared many Iranian officials and may have affected their actions in terms of how to confront the protestors, but at the same time, it has inspired many protesters to come out because they know that the leader of the world's main superpower is supporting their cause," said Maziar Bahari, the editor of the independent news site Iranwire. 

Iran Protests
In this frame grab from video taken by an individual not employed by The Associated Press and obtained by the AP outside Iran shows people during a protest in Tehran, Iran, Friday, Jan. 9, 2026. UGC via AP

The demonstrations began in Tehran two weeks ago as a response to Iran's crashing currency and failing economy. Holly Dagres, a non-resident senior fellow at the Washington Institute and curator of the Iranist newsletter, said the protests were sparked by the same core issues of "systemic mismanagement, corruption or repression" that led to the uprisings after the death of Mahsa Amini, who was killed by Iran's morality police in 2022.

 Since then, they have grown across the country, with thousands filling the streets. Human rights groups say at least 65 people have been killed, while at least two hospitals in Tehran reported being inundated with patients. 

State media in Iran called the protesters terrorists, while Supreme Leader Ayatollah Ali Khamenei made a public address on Friday, accusing Iranians of ruining their own streets to please the president of the United States. Officials cut off the country's internet on Thursday, effectively shutting off Iran from the outside world. 

Dagris said Internet access was cut "because the Islamic Republic didn't want the international community and fellow Iranians to see what was happening."

"I think there's a real worry that with the internet shutdown, the international community won't pay attention and that the events on the ground will deteriorate," said Dagres, who grew up in Iran.

She said she was not certain Mr. Trump's warnings would deter a crackdown. 

"Unfortunately, this is a regime that's been in power for 47 years and it has not changed its behavior, nor will it because the president of the United States makes a threat," Dagres said. "And we're hearing that and seeing that already with what's been playing out ... This is an Islamic Republic that's backed in the corner, and it's lashing out. And that's just what they do best, unfortunately: Brutal crackdowns." 

Bahari said that "many people have called what is happening in Iran right now a revolution," but noted that there is no opposition leader to coalesce around. 

Reza Pahlavi, the son of the former shah, who was overthrown in January 1979, has been encouraging protesters over social media and saying he is preparing to return to the country, but it's unclear how much support he actually has inside Iran. 

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });