5.8.2
2026-07-05
ADDED
squared.lib
/* internal */
function removeURLRequestModifiers(value: string): string;
/* regex */
const STRING: {
CSS_COLORSTOP: string;
CSS_GRADIENT: string;
};
const CSS: {
LIGHT_DARK_IMAGE: RegExp;
};
chrome.base
interface DocumentOutput {
stripStyleComments?: boolean;
}
DEPRECATED
squared.lib
/* constant */
const enum USER_AGENT {
OPERA = 32
}
/* internal */
function parseAngle(value: string, fallback?: number): number;
function convertAngle(value: string, unit?: string, fallback?: number): number;
squared.base.lib.regex
const STRING: {
CSS_COLORSTOP: string; // squared.lib.regex
};