"The Battle Over Books:" Nationwide trend of book censorship … – ABC 57 News
'); if(!WVM.IS_STREAMING){ $videoEl.append('' + '' + ''); } setTimeout(function(){ $('.mute-overlay').on('touchstart click', function(e){ if(e.handled === false) return; e.stopPropagation(); e.preventDefault(); e.handled = true; player.muted(false); //console.log("volumee " + WVM.activePlayer.volume()); $(this).hide(); $(this).css('display', 'none'); var currentTime = player.currentTime(); if(currentTime 0){ if(deviceName == 'desktop'){ WVM.VIDEO_TOP = $('#media-container-' + videoId).offset().top; }else{ WVM.VIDEO_TOP = $('#media-container-' + videoId).offset().top - $('.next-dropdown-accordion').height(); } if(deviceName == 'desktop'){ WVM.VIDEO_HEIGHT = $('#html5-video-' + videoId).outerHeight(); }else{ WVM.VIDEO_HEIGHT = $('#html5-video-' + videoId).outerHeight(); } WVM.CONTAINER_HEIGHT = $('#media-container-' + videoId).height(); //console.log("container height: " + WVM.CONTAINER_HEIGHT); $(window).on( "resize", function() { if(deviceName == 'desktop'){ WVM.VIDEO_TOP = $('#media-container-' + videoId).offset().top; }else{ WVM.VIDEO_TOP = $('#media-container-' + videoId).offset().top - $('.next-dropdown-accordion').height(); } if(deviceName == 'desktop'){ WVM.VIDEO_HEIGHT = $('#html5-video-' + videoId).outerHeight(); }else{ WVM.VIDEO_HEIGHT = $('#html5-video-' + videoId).outerHeight(); } WVM.CONTAINER_HEIGHT = $('#media-container-' + videoId).height(); console.log("container height: " + WVM.CONTAINER_HEIGHT); }); //console.log("VIDEOTOP: " + WVM.VIDEO_TOP); //console.log("VIDEOHEIGHT: " + WVM.VIDEO_HEIGHT); $(window).on( "scroll", function() { if(!WVM.IS_FLOATING){ if(deviceName == 'desktop'){ WVM.CONTAINER_HEIGHT = $('#media-container-' + videoId).height(); }else{ WVM.CONTAINER_HEIGHT = $('#media-container-' + videoId + " .hlsvideo-wrapper").height() + $('#media-container-' + videoId + " .now-playing-container").height(); } } //var top = $('#media-container-' + videoId).offset().top; var offset = WVM.VIDEO_TOP + (WVM.VIDEO_HEIGHT / 2); var offsetBack = WVM.VIDEO_TOP; var changed = false; //console.log("VIDEOTOP: " + WVM.VIDEO_TOP); //console.log("VIDEOHEIGHT: " + WVM.VIDEO_HEIGHT); //console.log("scrolltop " + $(window).scrollTop()); //only float if playing var isPlaying = WVM['player_state' + videoId]['IS_PLAYING'] || WVM['player_state' + videoId]['AD_IS_PLAYING']; if(isPlaying){ $('.vjs-loading-spinner').hide(); } var offsetFloatAd = 99999999; if(deviceName == 'desktop' && $('#float_anchor').length > 0){ offsetFloatAd = $('#float_anchor').offset().top - WVM.VIDEO_HEIGHT; //console.log("float anchor offset top " + offsetFloatAd); } if($(window).scrollTop() > offset && isPlaying && !WVM['player_state' + videoId]['CANCEL_FLOATING']){ $('#media-placeholder-' + videoId).height(WVM.CONTAINER_HEIGHT); $('#media-placeholder-' + videoId).css('display', 'block'); if(!WVM.IS_FLOATING){ changed = true; } WVM.IS_FLOATING = true; $('#media-container-' + videoId).addClass('floating-video'); var sWidth = window.innerWidth || document.documentElement.clientWidth; var sHeight = window.innerHeight || document.documentElement.clientHeight; if(sWidth > 900 && WADS.IS_STICKING){ $('#media-container-' + videoId).addClass('desktop-ad-is-sticky'); } else if(WADS.IS_STICKING){ if(!TOP_AD_VIEWED){ $('#media-container-' + videoId).addClass('mobile-ad-is-sticky'); }else{ $('#media-container-' + videoId).addClass('mobile-ad-is-sticky-noad'); } } else if(!WADS.IS_STICKING){ if(!TOP_AD_VIEWED){ $('#media-container-' + videoId).removeClass('desktop-ad-is-sticky'); }else{ $('#media-container-' + videoId).addClass('desktop-ad-is-sticky-noad'); } } //set right var sWidth = window.innerWidth || document.documentElement.clientWidth; var sHeight = window.innerHeight || document.documentElement.clientHeight; if(deviceName == 'desktop' || sWidth > 900){ var leftPos2 = $('aside').get(0).getBoundingClientRect().left; var leftPos = $('aside').offset().left ; $('#media-container-' + videoId).css('left', leftPos + "px"); var newWidth = Math.floor(sWidth / 3.5); $('#media-container-' + videoId).css('width', newWidth + "px"); } else{ $('#media-container-' + videoId).css('width', "100% !important"); $('#media-container-' + videoId + ' .now-playing-container').css('display', 'block'); $('#media-container-' + videoId + ' .next-dropdown-accordion').css('display', 'block'); } //floating-video $('#media-container-' + videoId + " " + '.page-carousel-wrapper').hide(); setTimeout(function(){ var hWrapper = $('.floating-video .hlsvideo-wrapper').height(); var npWidth = $('.floating-video .now-playing-container').height(); var ndWidth = $('.floating-video .next-dropdown-header').height() + 20; var scrollerHeight = sHeight - (hWrapper + npWidth + ndWidth); scrollerHeight = 180; //scrollerHeight = parseInt(scrollerHeight * 0.5); if(WVM.device_name == 'desktop'){ $('#media-container-' + videoId + " " + " .mobile-list-videos").height(scrollerHeight); } }, 100); }else if($(window).scrollTop() 0){ var container = document.querySelector('#page-carousel-' + fullVideoId); imagesLoaded( container, function() { var screenWidth = window.innerWidth || document.documentElement.clientWidth; if(screenWidth > 850){ WVM.IS_DESKTOP = true; $('#page-carousel-' + fullVideoId + ' .page-carousel-lg-slides').css('display', 'block'); WVM['player_settings' + fullVideoId].slider = $('#page-carousel-' + fullVideoId).bxSlider({ maxSlides: 4, minSlides: 4, slideWidth: 305, infiniteLoop: false, hideControlOnEnd: true, useCSS: true, pager: false, slideMargin: 15, moveSlides: 1, nextText: '', prevText: '' }); }else{ WVM.IS_DESKTOP = false; $('.page-carousel-wrapper').css('display', 'block'); } }); } }; WVM.setupToggleButton = function(fullVideoId, player){ if($('.nextplay-switch-' + fullVideoId).length > 0){ new DG.OnOffSwitchAuto({ cls:'.nextplay-switch-' + fullVideoId, height: 24, trackColorOn:'#F9F9F9', trackColorOff:'#222', textColorOn: '#222', textColorOff: '#222', textOn:'On', textOff:'Off', listener:function(name, checked){ var theVal = 1; if(!checked){ theVal = 0; } $.ajax({ url: '/ajax/update_autoplay_video/', data: { autoplay_on: theVal }, type: 'POST', dataType: 'json', success: function(data) { WVM['player_settings' + fullVideoId]['autoplay'] = checked; }, error : function(){ console.log("Error loading video"); } }); } }); } }; WVM.setupAccordionButton = function(fullVideoId){ var deviceName = 'desktop'; $('#next-dropdown-accordion-button-' + fullVideoId).on('click', function(){ if($(this).find('i').hasClass('fa-chevron-up')){ //hide $(this).find('i').removeClass('fa-chevron-up'); $(this).find('i').addClass('fa-chevron-down'); if(deviceName == "desktop" && !$('#media-container-' + fullVideoId).hasClass('floating-video')){ $('#media-container-' + fullVideoId + " " + '.page-carousel-wrapper').slideUp(); $('#media-container-' + fullVideoId + " " + '.mobile-list-wrapper').hide(); }else{ $('#media-container-' + fullVideoId + " " + '.mobile-list-wrapper').slideUp(); $('#media-container-' + fullVideoId + " " + '.page-carousel-wrapper').hide(); } var currVideoId = WVM['player_state' + fullVideoId]['VIDEO_ID']; var nextVideoId = WVM.getNextPlaylistIndex(currVideoId); //playerId, mediaId, fieldName var myTitle = WVM.getPlaylistData(fullVideoId, nextVideoId, 'noprefixtitle'); //alert("Getting title " + myTitle); $('#video-slider-nexttitle' + fullVideoId).css('display', 'inline'); $('#video-slider-nexttitle' + fullVideoId).html(myTitle); }else{ //expand $(this).find('i').addClass('fa-chevron-up'); $(this).find('i').removeClass('fa-chevron-down'); $('#media-container-' + fullVideoId + " " + '.mobile-list-wrapper').css('display', 'block'); if(deviceName == "desktop" && !$('#media-container-' + fullVideoId).hasClass('floating-video')){ $('#media-container-' + fullVideoId + " " + '.page-carousel-wrapper').css('display', 'block'); $('#media-container-' + fullVideoId + " " + '.page-carousel-wrapper').slideDown(); $('#media-container-' + fullVideoId + " " + '.mobile-list-wrapper').hide(); if(!WVM.player_state211129['CAROUSEL_INIT']){ WVM.setupCarousel(fullVideoId); } }else{ $('#media-container-' + fullVideoId + " " + '.mobile-list-wrapper').slideDown(); $('#media-container-' + fullVideoId + " " + '.page-carousel-wrapper').hide(); if(!$('#media-container-' + fullVideoId).hasClass('floating-video')){ if(!WVM.player_state211129['CAROUSEL_INIT']){ WVM.setupCarousel(fullVideoId); } } } $('#video-slider-nexttitle' + fullVideoId).css('display', 'none'); } }); var currVideoId = WVM['player_state' + fullVideoId]['VIDEO_ID']; //console.log("current Video " + currVideoId); var nextVideoId = WVM.getNextPlaylistIndex(currVideoId); var myTitle = WVM.getPlaylistData(fullVideoId, nextVideoId, 'noprefixtitle'); //console.log("setting title " + myTitle); $('#video-slider-nexttitle' + fullVideoId).css('display', 'inline'); $('#video-slider-nexttitle' + fullVideoId).html(myTitle); }; WVM.sendbeacon = function(action, nonInteraction, value, eventLabel) { var eventCategory = 'Video'; if (window.ga) { //console.log("sending action: " + action + " val: " + value + " label " + eventLabel); ga('send', 'event', { 'eventCategory': eventCategory, 'eventAction': action, 'eventLabel': eventLabel, 'eventValue': value, 'nonInteraction': nonInteraction }); } }; WVM.getNextPlaylistIndex = function(mediaId, returnArrayIndex){ var currId = null; if(mediaId == null){ return null; } for(var x =0; x 20){ if(fullDuration > 1 && ((fullDuration - fullCurrent) > 1) && !$('.vjs-loading-spinner').hasClass('badspinner')){ console.log("hiding spinner"); $('.vjs-loading-spinner').addClass('badspinner'); } } var duration_time = Math.floor(this.duration()); //this is a hack because the end video event is not firing... var current_time = Math.floor(this.currentTime()); if ( current_time > 0 && ( fullCurrent >= (fullDuration - 10) )){ var currId = playerState.VIDEO_ID; var newMediaId = WVM.getNextPlaylistIndex(currId); //if(playerSettings.autoplay_next && newMediaId){ if(newMediaId){ if('desktop' == "iphone" && playerState.AD_ERROR){ console.log("skipped timeupdate end"); }else{ WVM.load_video(newMediaId, true, playerState.ORIGINAL_ID); } } } if(!playerState.START_SENT){ WVM.sendbeacon('start', true, playerState.VIDEO_ID, playerState.VIDEO_TITLE); playerState.START_SENT = true; } var currentTime, duration, percent, percentPlayed, _i; currentTime = Math.round(this.currentTime()); duration = Math.round(this.duration()); percentPlayed = Math.round(currentTime / duration * 100); for (percent = _i = 0; _i = percent && __indexOf.call(playerState['PERCENTS_TRACKED'], percent) 0) { playerState['PERCENTS_TRACKED'].push(percent); } } } }); //player.off('ended'); player.on('ended', function(){ console.log("ended"); playerState.IS_PLAYING = false; WVM.sendbeacon("complete", true, playerState.VIDEO_ID, playerState.VIDEO_TITLE); var currId = playerState.VIDEO_ID; var newMediaId = WVM.getNextPlaylistIndex(currId); //if(playerSettings.autoplay_next && newMediaId){ if(newMediaId){ WVM.load_video(newMediaId, true, playerState.ORIGINAL_ID); }else{ console.log("Playlist complete (no more videos)"); } }); //player.off('adserror'); player.on('adserror', function(e){ //$('#ima-ad-container').remove(); WVM.lastAdRequest = new Date().getTime() / 1000; console.log(e); console.log("ads error"); var errMessage = e['data']['AdError']['l']; playerState.AD_IS_PLAYING = false; playerState.IS_PLAYING = false; // && errMessage == 'The VAST response document is empty.' if(!playerState.AD_ERROR){ var dTime = new Date().getTime(); WVM.firstPrerollTagUrl = WVM.getFirstPrerollUrl(); console.log("calling backup ad tag url: " + WVM.firstPrerollTagUrl); WVM.activePlayer.ima.changeAdTag(WVM.firstPrerollTagUrl + "?" + dTime); WVM.activePlayer.ima.requestAds(); //WVM.activePlayer.src({ // src: masterSrc, // type: 'video/mp4' //}); //WVM.firstPrerollTagUrl = ""; } playerState.AD_ERROR = true; }); //player.off('error'); player.on('error', function(event) { if (player.error().code === 4) { player.error(null); // clear out the old error player.options().sources.shift(); // drop the highest precedence source console.log("now doing src"); console.log(player.options().sources[0]); player.src(player.options().sources[0]); // retry return; } }); //player.off('volumechange'); player.on('volumechange', function(event) { console.log(event); var theHeight = $('#media-container-' + playerState.ORIGINAL_ID + ' .vjs-volume-level').css('height'); var cssVolume = 0; if(theHeight){ cssVolume = parseInt(theHeight.replace('%', '')); } var theVolume = player.volume(); if(theVolume > 0.0 || cssVolume > 0){ $('#media-container-' + playerState.ORIGINAL_ID + ' .mute-overlay').css('display', 'none'); }else{ $('#media-container-' + playerState.ORIGINAL_ID + ' .mute-overlay').css('display', 'block'); } }); WVM.reinitRawEvents(playerState.ORIGINAL_ID); setInterval(function(){ WVM.reinitRawEvents(playerState.ORIGINAL_ID); }, 2000); } if(!WVM.rawCompleteEvent){ WVM.rawCompleteEvent = function(e){ var playerState = WVM['player_state211129']; console.log("firing raw event due to all other events failing"); var currId = playerState.VIDEO_ID; var newMediaId = WVM.getNextPlaylistIndex(currId); //if(playerSettings.autoplay_next && newMediaId){ if(newMediaId){ WVM.load_video(newMediaId, true, playerState.ORIGINAL_ID); } }; } if(!WVM.rawTimeupdateEvent){ WVM.rawTimeupdateEvent = function(e){ var playerState = WVM['player_state211129']; var rawVideoElem = document.getElementById('html5-video-' + playerState['ORIGINAL_ID'] + '_html5_api'); var fullCurrent = rawVideoElem.currentTime * 1000; var fullDuration = rawVideoElem.duration * 1000; var current_time = Math.floor(rawVideoElem.currentTime); console.log("raw timeupdate: " + fullCurrent + " out of " + fullDuration); if ( current_time > 0 && ( fullCurrent >= (fullDuration - 50) )){ var currId = playerState.VIDEO_ID; var newMediaId = WVM.getNextPlaylistIndex(currId); if(newMediaId){ console.log("loading new video from rawtimeupdate"); WVM.load_video(newMediaId, true, playerState.ORIGINAL_ID); } } if(!$('.vjs-loading-spinner').hasClass('badspinner')){ $('.vjs-loading-spinner').addClass('badspinner') } }; } WVM.reinitRawEvents = function(playerId){ var playerState = WVM['player_state' + playerId]; var rawVideoElem = document.getElementById('html5-video-' + WVM['player_state' + playerId]['ORIGINAL_ID'] + '_html5_api'); //COMPLETE EENT if( WVM['player_state' + playerId].COMPLETE_EVENT){ rawVideoElem.removeEventListener('ended', WVM.rawCompleteEvent, false); } rawVideoElem.addEventListener('ended', WVM.rawCompleteEvent, false); //TIME UPDATE EVENT if( WVM['player_state' + playerId].TIMEUPDATE_EVENT){ rawVideoElem.removeEventListener('ended', WVM.rawTimeupdateEvent, false); } rawVideoElem.addEventListener('ended', WVM.rawTimeupdateEvent, false); WVM['player_state' + playerId].COMPLETE_EVENT = true; WVM['player_state' + playerId].TIMEUPDATE_EVENT = true; };
Are political action committees turning public schools into political battlegrounds?
There's growing support from some local school board members with ties to these national committees to suspend, and in some cases, ban books with sexual or violent scenes and regulate what's taught in classrooms.
This is happening most notably in Berrien County, where a group called "We The Parents" is helping elect school board members that enforce what they call "traditional American values of faith, family, and freedom."
The group has been most successful in the Brandywine school district in Niles where last year, four candidates were elected to a seven-member board.
The growing movement to censor books in schools is a nationwide issue and is directly linked to political pressure. School districts are removing books from libraries at a record pace, according to Pen America. During the 2021-22 school year, 138 school districts in 32 states banned more than 2,500 books.
Jen Unger, a Brandywine Parent, is concerned about what the trend means for her young children.
"I want my children to be able to go into those libraries and look at any books that they want, Unger said."
Unger is a parent of three first-grade students at Merritt Elementary in Niles.
She's struggling with the idea that her kids won't be able to access books that she believes are important to their educational development in the future.
In February, Brandywine school board voted to suspend the addition of any sexually explicit or violent books from entering the middle and high school libraries. They also moved to create an 'Explicit Material Book Review Committee' to evaluate the books already in the school library.
Tiffany: "So, do you think the school board is acting in the best interest of the community?"
Jen: "I do not. I think they're acting in their best interest and not on what's going to be the best for the students and then the staff at the schools that they're supposed to be serving."
This is all part of a bigger picture issue, with school board races across the country becoming more political and more parents wanting a say in their children's education.
The 20-22 school board elections at Brandywine Community Schools brought four new faces to serve the district, all of whom are supported by We The Parents, a parental rights group financially backed by the 1776 Project, a conservative political action committee or PAC.
The committee formed back in 2021 to push back against the New York Times' 1619 Project, which provides free lesson plans that center U.S. history around slavery and its lasting impacts.
The super PAC received $3,00,000 in donations in 2022, according to Open Secrets, a nonpartisan, independent and nonprofit research group tracking money in U.S. politics and its effect on elections and public policy.
In Michigan alone, Transparency USA, a group tracking money in state politics, shows over $56,000 in contributions went to "We The Parents last year.
The group supported almost 30 school board candidates across 10 different schools in Berrien County but they were most successful in Brandywine.
"It seems that they have a more political agenda than focusing on the needs of the students of our district," Unger said about the recently elected We The Parents backed school board members.
On November 9th, 2022, after Board President Thomas Payne, Secretary Angela Seastrom, and Trustees Michelanne Mccombs and Elaine Mckee won their elections, The 1776 Project PAC tweeted, "We just flipped the Brandywine school board from liberal to conservative."
Unger voted for all four We The Parents backed school board members and it's something she says she now regrets.
"I just didn't do my part as a parent and as a taxpayer to make sure I knew what I was voting for," Unger said.
The We The Parents group touts a mission of recruiting, equipping and retaining a new generation of school board candidates that are grounded in the traditional American values of faith, family, and freedom.
At face value, Unger says it sounded like a good option but after taking a closer look at the group's push to "remove all forms of sexual, racial, political and gender indoctrination" from schools, she's realizing she disagrees with them.
"If you recognize the name, and you're not necessarily even doing some homework or have children in the district, I think you're just voting for by popular knowing their name, versus what they're running for," Unger said.
The big question is why are books that have been in school libraries for centuries getting challenged now?
Interview requests sent to We The Parents and the 1776 Project PAC went unanswered.
ABC57 also did not get a response for an interview request from Brandywine School Board President Thomas Payne, until showing up in person.
When requesting an interview with Payne at the March 27 board meeting he said, "Not tonight. But I will email you back and I'll my put phone number on there and then we can potentially set up a time. I'm really not doing interviews but let me think about it."
Payne did send an email the next day, but ABC57 was unable to set up an interview. A final email asking for at least a statement, went unanswered.
Former Brandywine School Board President Dennis Hinsey did agree to an interview request. He served on the school board for 16-years, until Payne was voted into the role last year.
I held every position from trustee to Secretary Treasurer, Vice President and most recently President up to December 31," Hinsey said.
Hinsey isn't surprised that the incumbents on the Brandywine school board were voted out in 2022.
With PACs pouring money into school board races, its fairly easy to flip control of who governs a school and for much less than it would cost to elect someone to the house or senate.
The 1776 Project PACs website shows theyve endorsed candidates all over the country, even impacting bigger school board races like in Miami-Dade County in Florida where over 300,000 students are enrolled.
Being a part of a political action committee is there's money funneled in all over the country to help advertise," Hinsey said. "And knowing that there were mailers going to homes, there was text messages, there was sponsored social media post, that all costs a lot of money, that the average person just trying to help his school or her school, they just won't do it. So, they had, you know, huge signs. It was basically name recognition.
Winning local school board races can impact education on a national scale as were seeing now with the push to censor books in schools with several states passing new laws.
In Indiana, lawmakers passed a bill in February to ban books harmful to minors in school libraries.
In Michigan, House Bill 4136 was also introduced in February. Called the library privacy act," it doesnt ban specific books, but calls for books with obscenities to be kept in age-restricted areas of a library.
Pen America, a left-leaning organization dedicated to promoting free speech and journalism, says 40% of book bans in the last year have been connected to political pressure or legislation designed to restrict and reshape teaching.
Hinsey thinks the push to ban books has become a talking point for politicians and it's not a real issue.
I went back and there was some push back last fall when I was President and we double checked, and I double checked, that in the last almost 20 years, there has never been a challenge from a parent for a challenge from anywhere about a book in the library [at Brandywine]," Hinsey said. We're not talking about kindergarteners, what do you consider sexually explicit? A National Geographic? You know, I mean, that's such a broad line. And we want kids, students to be able to maybe see something that they could be uncomfortable with, and ask, and because if we don't let them, they're going to find it. They're going to they're gonna learn about it one way or the other.
In the Brandywine school district, Hinsey explains that parents have always had the right to be involved in their childs education. He sees it as creating problems that dont exist.
The director of the American Library Associations Office for Intellectual Freedom, Deborah Caldwell-Stone, echoes that sentiment.
I can't think of a single public library for example that doesn't have a reconsideration policy in place that allows someone to raise a concern and talk about it with a librarian," Caldwell-Stone said.
The American Library Association is the oldest and largest non-partisan organization dedicated to library services in the world. Censorship challenges in school libraries are something Caldwell-Stone says can be detrimental to a childs educational success.
"When young people are allowed to read freely, they gain something from that and they're better citizens, they are better prepared to enter College, be effective parts of the military force, or join the workforce. And so, when we narrow their opportunity to learn, when we treat education as indoctrination rather than an opportunity to expand horizons, we can see the real impact on young lives," Caldwell-Stone said.
Caldwell-stone believes that book banning is the most widespread form of censorship in the united states and, arguably, the most dangerous form too.
She says banning books can have major impacts on children, and society as a whole, by creating gaps in knowledge for young learners and undermining efforts to teach students to think for themselves.
We've seen quadrupling of the reports of censorship in school libraries in public libraries in the last year," Deborah Caldwell-Stone said. Ive done this work for 20 years and I've never seen numbers like this in the past and we're just really deeply concerned about the impact on young people's education, their ability to read widely about the world in general about their lives in particular and what it means for our democracy to have government agencies trying to tell individuals and tell families what they can and can't read.
According to the American Library Association, the number one most banned book in the last decade was "The Absolutely True Diary of a Part-Time Indian" by Sherman Alexie
"Captain Underpants" (series) by Dav Pilkey is actually the second most banned book in America.
"Thirteen Reasons Why" by Jay Asher ranks third, and "Looking For Alaska" by John Green is the fourth most banned book.
"Looking for Alaska" was recently challenged in the Coloma, Michigan school district. So far, no specific books have been banned locally, but the conversation over potential censorship in school libraries is ongoing.
You can read the full list of the most frequently challenged books here.
Go here to read the rest:
"The Battle Over Books:" Nationwide trend of book censorship ... - ABC 57 News
- In Letter, Artists and Scholars Call for Reinstatement of Whitney ISP Leader Ousted Amid Censorship Controversy - ARTnews.com - July 22nd, 2025 [July 22nd, 2025]
- Yoko Taro Tried to Warn Us About Payment Processors' Censorship in 2024 - 80 Level - July 22nd, 2025 [July 22nd, 2025]
- Summer 2025 Teen Advocacy Institute: Power to the Readers - National Coalition Against Censorship - July 22nd, 2025 [July 22nd, 2025]
- Crying Censorship, US Pressures Foreign Officials in Bid to Counter Tech Regulations - Tech Policy Press - July 22nd, 2025 [July 22nd, 2025]
- Some Implications of Censorship of Equality and Equity in Policy and Public Administration Courses - PA TIMES Online - July 22nd, 2025 [July 22nd, 2025]
- Political turmoil and military tensions see 24 internet restrictions imposed so far in 2025 - Tom's Guide - July 22nd, 2025 [July 22nd, 2025]
- Australian anti-porn group claims responsibility for Steam's new censorship rules in victory against 'porn sick brain rotted pedo gamer fetishists',... - July 22nd, 2025 [July 22nd, 2025]
- Why is self-censoring tape appearing all over Tokyos host club ads?Photos - SoraNews24 - July 22nd, 2025 [July 22nd, 2025]
- Steam Users Rally Behind Anti-Censorship Petition - OpenCritic - July 22nd, 2025 [July 22nd, 2025]
- Stephen Colbert and I: The Tightening of Right-Wing Censorship - Informed Comment - July 20th, 2025 [July 20th, 2025]
- Artists speak out on attempted censorship of views on Gaza - Music Ally - July 20th, 2025 [July 20th, 2025]
- Raging Trump Desperately Tried to Censor Epstein Expos - Yahoo Home - July 20th, 2025 [July 20th, 2025]
- Steams Adult Games Under Threat in Financial Censorship Move That Cuts The Smut - Insider Gaming - July 20th, 2025 [July 20th, 2025]
- Turkey becomes the First to Censor Musks AI Chatbot Grok - Informed Comment - July 20th, 2025 [July 20th, 2025]
- Russia's new censorship push - Kremlin eyes control over WhatsApp and Telegram - RBC-Ukraine - July 20th, 2025 [July 20th, 2025]
- Revealed: The secret code words being used to beat online censorship - The Telegraph - July 18th, 2025 [July 18th, 2025]
- New Russian law criminalizes online searches for controversial content - The Washington Post - July 18th, 2025 [July 18th, 2025]
- Censoring All Men Are Created Equal cost U. Oregon $724K will other universities learn? - The College Fix - July 18th, 2025 [July 18th, 2025]
- Pixar Censorship Report Addressed By Director Of Studios Next Movie: The Movie Will Morph With Or Without You - Screen Rant - July 18th, 2025 [July 18th, 2025]
- Advertising Standards Authority Bans Viva!s Dairy is Scary Ad, Sparking Controversy Over Censorship - vegconomist - the vegan business magazine - July 18th, 2025 [July 18th, 2025]
- This VTuber Just Raised Over $780 for the ACLU. After Steam's New Content Policies? Her Anti-Censorship Message Is Urgent - VICE - July 18th, 2025 [July 18th, 2025]
- Desperate Royals Tried to Censor Leaked Kings Funeral Plans - The Daily Beast - July 18th, 2025 [July 18th, 2025]
- Ready or Not Shows Signs of Recovery After Censorship Controversy - Game Rant - July 18th, 2025 [July 18th, 2025]
- When Superman takes a side: Gaza, censorship, and the criminalisation of empathy in America - India Today - July 18th, 2025 [July 18th, 2025]
- Northeastern research breaches The Great Firewall to look at Chinese censorship - Northeastern Global News - July 16th, 2025 [July 16th, 2025]
- Ready Or Not Modder Retcons 'Censorship' Changes Within An Hour Of New Patch Going Live - IGN Southeast Asia - July 16th, 2025 [July 16th, 2025]
- Foreign journalists in the U.S. are self-censoring to protect themselves from the Trump administration - Poynter - July 16th, 2025 [July 16th, 2025]
- Turkey becomes the first to censor AI chatbot Grok - Global Voices - July 16th, 2025 [July 16th, 2025]
- How Iran and Israel control information - Index on Censorship - July 16th, 2025 [July 16th, 2025]
- "I've Been Dying To Play This Game For Years": With Ready Or Not Launching On Console Tomorrow, It Looks Like The Censorship Has Already... - July 16th, 2025 [July 16th, 2025]
- Spotify could pull out of Trkiye in row over censorship pressure - Music Ally - July 16th, 2025 [July 16th, 2025]
- Indian film board criticised for cutting overly sensual Superman kisses - The Guardian - July 16th, 2025 [July 16th, 2025]
- Superman's Big Kiss Was Cut By The Censors In India - Kotaku - July 16th, 2025 [July 16th, 2025]
- Russia and Belarus unveil censored 'patriotic AI' to rival the West - Ynetnews - July 14th, 2025 [July 14th, 2025]
- I Would Quit Before They Made Me Do That | Feedback - School Library Journal - July 14th, 2025 [July 14th, 2025]
- Reporter's Notebook - July 13th, 2025: An MCTS financial fiasco, Milwaukee arts winners and losers, book censorship in Wisconsin prisons - WTMJ - July 14th, 2025 [July 14th, 2025]
- Internet fumes at censorship of kissing scene in James Gunns Superman: They don't have a problem with Housefull 5 | Bollywood - Hindustan Times -... - July 12th, 2025 [July 12th, 2025]
- Listen to the Trump-Referencing Clipse Track Universal Music Allegedly Tried to Censor - Mother Jones - July 12th, 2025 [July 12th, 2025]
- The EUs Censorship Codes Are Coming for the First Amendment - National Review - July 12th, 2025 [July 12th, 2025]
- Guest column | Book bans dont work. As a kid, I proved it. - The Washington Post - July 12th, 2025 [July 12th, 2025]
- Ira Wells, who literally wrote the book on book bans, shares his thoughts on the politics of censorship - The Globe and Mail - July 12th, 2025 [July 12th, 2025]
- Fans SLAM censorship of 33-second kissing scene in James Gunns Superman: 'They don't have a problem with - Times of India - July 12th, 2025 [July 12th, 2025]
- After the Bombings, Iran Tightened Its Censorship. Iranians Arent Standing For It. - Council on Foreign Relations - July 12th, 2025 [July 12th, 2025]
- All that glitters is not gold: A brief history of efforts to rebrand social media censorship - FIRE | Foundation for Individual Rights and Expression - July 12th, 2025 [July 12th, 2025]
- Zelensky, Zuckerberg, prolifers, a trans journalist, and a gay person with a Bible. How Russia is censoring the Axios/HBO documentary - Mediazona - July 12th, 2025 [July 12th, 2025]
- Chinese censorship-busters claim Tencent is trying to kill its WeChat archive - theregister.com - July 12th, 2025 [July 12th, 2025]
- Ethereum advances toward censorship-resistant scaling with zkEVM layer-1 shift - CryptoSlate - July 12th, 2025 [July 12th, 2025]
- Peskov admitted to the existence of military censorship in Russia - - July 12th, 2025 [July 12th, 2025]
- Trump Imposes 50% Tariff on Brazil: Political Tensions and Censorship at the Center - Cryptodnes.bg - July 12th, 2025 [July 12th, 2025]
- :Director Honey Trehan on His Film Punjab 95 and the Censorship Battle with CBFC - Frontline Magazine - July 12th, 2025 [July 12th, 2025]
- Ready Or Not Fans Hate The Game For All The Wrong Reasons - TheGamer - July 12th, 2025 [July 12th, 2025]
- China Censors Trump's Bomb Threat on Beijing - Newsweek - July 10th, 2025 [July 10th, 2025]
- Review | How censors tried and failed to keep LGBT voices out of the movies - The Washington Post - July 10th, 2025 [July 10th, 2025]
- UN AI summit accused of censoring criticism of Israel and big tech over Gaza war - Geneva Solutions - July 10th, 2025 [July 10th, 2025]
- From gr*pists to nip nops, how self-censorship shapes the language of TikTok : Code Switch - NPR - July 10th, 2025 [July 10th, 2025]
- Corrido Censorship: The paradox of funding and criminalizing cartel stories - The Oakland Post - July 10th, 2025 [July 10th, 2025]
- 'Ready or Not' Devs Unveil a Mod to Remove Censorship In-Game For a More Brutal Experience - player.one - July 10th, 2025 [July 10th, 2025]
- Centre flays X over 'censorship' claim, says platform delayed unblocking accounts - Times of India - July 10th, 2025 [July 10th, 2025]
- Turkey blocks Grok content, becoming first country to 'censor' the AI chatbot - Middle East Eye - July 10th, 2025 [July 10th, 2025]
- X blasts India censorship order on thousands of accounts - New Age BD - July 10th, 2025 [July 10th, 2025]
- 'JSK' Producer Suresh Kumar On Its Censorship: All Issues Began With 'L2: Empuraan' - The Hollywood Reporter India - July 8th, 2025 [July 8th, 2025]
- Some patriotic reflections on Independence Day - The Verge - July 8th, 2025 [July 8th, 2025]
- AI, Fair Use, and the Arsenal of Democracy - RealClearDefense - July 8th, 2025 [July 8th, 2025]
- Democratic nomination for Ithaca Common Council seat decided by just 11 votes - WSKG - July 8th, 2025 [July 8th, 2025]
- A Summer Reading List for Americas 250th Anniversary - Ash Center - July 8th, 2025 [July 8th, 2025]
- DEEP DIVE: $500 MILLION IN MEDIA FUNDING. BUT WHO'S CALLING THE SHOTS BEHIND THE HEADLINES? Its not just censorship its coordination. In Episode 2 of... - July 8th, 2025 [July 8th, 2025]
- Emergency: The Indian cartoonist who fought the censors with a smile - BBC - July 8th, 2025 [July 8th, 2025]
- Media in the Balkans: the rise of oligarchs - Osservatorio Balcani e Caucaso Transeuropa - July 8th, 2025 [July 8th, 2025]
- From Censorship to Fascism to Extermination: PW Talks with Will Potter - Publishers Weekly - July 8th, 2025 [July 8th, 2025]
- 'There is real fear': How Israel's attack on Iran enabled an assault on press freedoms - Middle East Eye - July 6th, 2025 [July 6th, 2025]
- Vilifying the Vylans or: How I learned to stop censoring and call for death to the BBC - Freedom News - - July 6th, 2025 [July 6th, 2025]
- Ready Or Not Studio Reveals What Exactly Has Been Censored And It's Not A Lot - TheGamer - July 6th, 2025 [July 6th, 2025]
- The EUs Internet Law, a Blueprint for Global CensorshipIncluding on American Platforms? - The Daily Signal - July 4th, 2025 [July 4th, 2025]
- Blasphemy, Censorship, and the Future of Free Expression in Britain - Quillette - July 4th, 2025 [July 4th, 2025]
- Ready or Not Dev Releases Before-and-After Screenshots as It Battles Against Censorship Backlash and Steam Review-Bomb Campaign - IGN - July 4th, 2025 [July 4th, 2025]
- The humanities must have a role in overseeing AI censorship - Times Higher Education - July 4th, 2025 [July 4th, 2025]
- YouTube, Trump Having Productive Discussions Over Censorship Case - The Information - July 4th, 2025 [July 4th, 2025]
- 'Warned Not to Talk About It': Overseas Boys' Love Censorship Is Sending Young Women to Jail - Comic Book Resources - July 4th, 2025 [July 4th, 2025]
- China is rushing to develop its AI-powered censorship system - Global Voices - July 4th, 2025 [July 4th, 2025]
- Gov. McKee signs Freedom to Read Act into law - Rhode Island Current - July 4th, 2025 [July 4th, 2025]