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