paywallr/components/lensingmedia.js
2020-03-15 14:50:38 +01:00

15 lines
557 B
JavaScript

// ____
// __ _____ ___ ___ ___ ___ _____ _/ / /
// / // / _ \/ _ \/ _ `/ // / |/|/ / _ `/ / /
// \_,_/_//_/ .__/\_,_/\_, /|__,__/\_,_/_/_/
// /_/ /___/
//
// lensing media component
// github.com/tobimori/unpaywall
//
// notes:
// blocking of tinypass script done in background.js
//
// removes blur from content
document.getElementById("BaseText").classList.contains("PianoContent") && document.getElementById("BaseText").classList.remove("PianoContent");