mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
no longer needed
This commit is contained in:
parent
fb1221a8a1
commit
27eeea3618
1 changed files with 2 additions and 5 deletions
|
|
@ -20,7 +20,6 @@
|
|||
*/
|
||||
|
||||
/* global µBlock, publicSuffixList */
|
||||
'use strict';
|
||||
|
||||
/*******************************************************************************
|
||||
|
||||
|
|
@ -32,12 +31,10 @@ Naming convention from https://en.wikipedia.org/wiki/URI_scheme#Examples
|
|||
|
||||
/******************************************************************************/
|
||||
|
||||
// This will inserted as a module in the µBlock object.
|
||||
|
||||
var µBlock = typeof µBlock === "undefined" ? {} : µBlock;
|
||||
|
||||
µBlock.URI = (function() {
|
||||
|
||||
'use strict';
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
// Favorite regex tool: http://regex101.com/
|
||||
|
|
|
|||
Loading…
Reference in a new issue