scramjet / src /client /dom /navigator.ts
soiz1's picture
Upload 150 files
bee6636 verified
raw
history blame contribute delete
214 Bytes
import { ScramjetClient } from "../client";
export default function (client: ScramjetClient, self: Self) {
//@ts-expect-error chrome only untyped api
delete self.Navigator.prototype.joinAdInterestGroup;
}