Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Oct 28, 2023
1 parent b8c65f5 commit 4e7b692
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions newshomepages/sources/javascript/uvaldenews.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
document.querySelectorAll(
'#sgcolorbox,#sgcboxOverlay'
).forEach(el => el.remove())
3 changes: 3 additions & 0 deletions newshomepages/sources/javascript/wonkette.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
document.querySelectorAll(
'.maybe-later'
).forEach((e) => e.click());
3 changes: 3 additions & 0 deletions newshomepages/sources/javascript/zerohora.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
document.querySelectorAll(
'.overlay,.page-last'
).forEach(el => el.remove())
4 changes: 2 additions & 2 deletions newshomepages/sources/sites.csv
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ baltimorebrew,https://www.baltimorebrew.com/,Baltimore Brew,Baltimore,America/Ne
baltimoremag,https://www.baltimoremagazine.com/,Baltimore Magazine,Baltimore,America/New_York,US,en,maryland,15000,
baltimoresun,https://www.baltimoresun.com/,The Baltimore Sun,Baltimore,America/New_York,US,en,maryland,,
bangordailynews,https://www.bangordailynews.com/,Bangor Daily News,Bangor,America/New_York,US,en,maine,,
bariweiss,https://www.commonsense.news/,Common Sense,Los Angeles,America/Los_Angeles,US,en,us-right-wing,,
bariweiss,https://www.thefp.com/,Free Press,Los Angeles,America/Los_Angeles,US,en,us-right-wing,,
barnpat,https://www.barnstablepatriot.com/,The Barnstable Patriot,Barnstable,America/New_York,US,en,massachusetts|gannett,,
bartlesvilleee,https://www.examiner-enterprise.com/,Examiner-Enterprise,Bartlesville,America/Chicago,US,en,oklahoma|gannett,,
baruchticker,https://theticker.org/,Ticker,New York City,America/New_York,US,en,new-york-city|student,,
Expand Down Expand Up @@ -1150,6 +1150,6 @@ ynetalerts,https://www.ynet.co.il/,Ynet,Rishon LeZion,Asia/Tel_Aviv,IL,he,,,
yorkdispatch,https://www.yorkdispatch.com/,York Dispatch,York,America/New_York,US,en,,,
zeitonline,https://www.zeit.de/,Zeit,Berlin,Europe/Berlin,DE,de,,,
zerohedge,https://www.zerohedge.com/,ZeroHedge,New York City,America/New_York,US,en,us-right-wing,,
zerohora,https://gauchazh.clicrbs.com.br/,Zero Hora,Porto Alegre,America/Sao_Paulo,BR,pt,,,
zerohora,https://gauchazh.clicrbs.com.br/,Zero Hora,Porto Alegre,America/Sao_Paulo,BR,pt,,15000,
zmanisrael,https://www.zman.co.il/,Makor Rishon,Tel Aviv,Asia/Tel_Aviv,IL,he,,,
zn_ua,https://zn.ua/,ZN.UA,Kiev,Europe/Kiev,UA,uk,,,

0 comments on commit 4e7b692

Please sign in to comment.