gorhill
|
97957b7bc3
|
fix #807: merging was supported after all
|
8 years ago |
gorhill
|
acf318d83c
|
fix AMO validation errors: innerHTML is forbidden
|
8 years ago |
Mathias Rangel Wulff
|
978c145180
|
Correct check for undefined variable
The code was comparing the result of `typeof` with a variable named `undefined`
As typeof returns a string it should compare to `'undefined'`
|
9 years ago |
Coffeemakr
|
12ebb136ba
|
In addition to text files allow json files for import
|
10 years ago |
gorhill
|
f3876463d3
|
imported cloud storage support from uBlock: user rules supported for now
|
10 years ago |
John Keeping
|
20e294884a
|
Add trailing newline to exported rules file
According to POSIX a text file is "a file that contains characters
organized into zero or more lines" [1] and a line is "a sequence of zero
or more non- <newline> characters plus a terminating <newline>
character" [2]. Since we are claiming to produce a text file, it should
have a trailing newline.
[1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_397
[2] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206
|
11 years ago |
gorhill
|
07ba0a0a4b
|
this fixes #270
|
11 years ago |
gorhill
|
8aaadb8fc0
|
toward a release: general code review, polishing, removing obsolete stuff
|
11 years ago |
gorhill
|
257334b4c2
|
importing rp rules
|
11 years ago |
gorhill
|
ed67045360
|
first pass
|
11 years ago |
Raymond Hill
|
5ba8f58094
|
ensure switches are listed first: more convenient
|
11 years ago |
gorhill
|
5c05a8773a
|
revamped "My rules" tab
|
11 years ago |
gorhill
|
a633e16f01
|
user rules tab
|
11 years ago |