File size: 214 Bytes
bee6636
 
 
 
 
 
1
2
3
4
5
6
7
import { ScramjetClient } from "../client";

export default function (client: ScramjetClient, self: Self) {
	//@ts-expect-error chrome only untyped api
	delete self.Navigator.prototype.joinAdInterestGroup;
}