<aside> π‘ This is a list of elements that we need to remove from rendered html of platform.twitter.com/embed/Tweet.html?id=:id
</aside>
Element Selector Path lists :
Remove βfollowβ elements
<aside> π‘ ( #app > div > div > div > article > div.css-1dbjc4n.r-18u37iz.r-kzbkwu > div.css-1dbjc4n.r-eqz5dr.r-1777fci.r-4amgru.r-1kh6xel > div > div > div > div > div )
</aside>

Remove ( share, read x replies, help icon )
<aside> π‘ Read x replies β β#app > div > div > div > article > div.css-1dbjc4n.r-kzbkwu.r-1h8ys4aβ Share β β#app > div > div > div > article > div.css-1dbjc4n.r-1habvwh.r-1ets6dv.r-5kkj8d.r-18u37iz.r-14gqq1x.r-1h8ys4a > divβ Help Icon β "#app > div > div > div > article > div.css-1dbjc4n.r-1habvwh.r-1ets6dv.r-5kkj8d.r-18u37iz.r-14gqq1x.r-1h8ys4a > a:nth-child(2)β
</aside>

function changeBorder() {
var elements = document.getElementsByClassName('css-1dbjc4n');
for (var i = 0; i < elements.length; i++) {
var element = elements[i];
// Change its border style
element.style.border = '0px';
}
}
Golang-rod βgotchaβ APIs possible usage lists :
The other way to screenshot without a need to deleting elements,and take screenshot of the fullpage β crop that image based of the main div elements width and height.