stuhack icon indicating copy to clipboard operation
stuhack copied to clipboard

preview overlay removal in edge FIX within

Open lol98lol98x opened this issue 1 year ago • 4 comments

on edge I had to add the following code to remove the "this is a preview" overlay I added it to the remove-banner.js after it gets the document-wrapper element handle


var elementToRemove = document.querySelector('#document-wrapper > div:nth-child(2) > div._95f5f1767857._0838fb325c04');
    if (elementToRemove) {
        elementToRemove.parentNode.removeChild(elementToRemove);
    }

lol98lol98x avatar Jan 19 '24 19:01 lol98lol98x

how to use that in ublock?

LorisTecnology avatar Jan 23 '24 13:01 LorisTecnology

Is there any possible solution for chrome'

PheelPhil avatar Feb 07 '24 10:02 PheelPhil

https://github.com/danieltyukov/studocuhack checkout the most latest version of a better extension to solve this problem.

danieltyukov avatar Feb 09 '24 21:02 danieltyukov