MCPcopy Index your code
hub / github.com/zxlie/FeHelper / _normalizeExcludedOriginPattern

Function _normalizeExcludedOriginPattern

apps/json-format/content-script.js:242–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240 };
241
242 let _normalizeExcludedOriginPattern = value => String(value || '').trim().replace(/\/+$/, '').toLowerCase();
243
244 let _matchesCurrentOriginPattern = value => {
245 let origin = _getCurrentOriginPattern().toLowerCase();

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected