mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-02 00:42:45 +01:00
no longer needed
This commit is contained in:
parent
fb1221a8a1
commit
27eeea3618
@ -20,7 +20,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* global µBlock, publicSuffixList */
|
/* 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() {
|
µBlock.URI = (function() {
|
||||||
|
|
||||||
|
'use strict';
|
||||||
|
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
|
|
||||||
// Favorite regex tool: http://regex101.com/
|
// Favorite regex tool: http://regex101.com/
|
||||||
|
Loading…
Reference in New Issue
Block a user