diff --git a/tutorial/luakit.org b/tutorial/luakit.org index 648bb44..209e042 100644 --- a/tutorial/luakit.org +++ b/tutorial/luakit.org @@ -21,10 +21,10 @@ extension to the browser. To do that you could follow the luakit manual: #+begin_quote -* Add require "adblock" and require "adblock_chrome" to your rc.lua. -* Download AdblockPlus-compatible filter lists to the adblock directory. Multiple lists are supported. EasyList is the most popular Adblock Plus filter list, and can be downloaded from https://easylist.to/. -* Filter lists downloaded to the adblock directory must have a filename ending in .txt in order to be loaded. -* Filter lists need to be updated regularly (~weekly), use cron! + * Add require "adblock" and require "adblock_chrome" to your rc.lua. + * Download AdblockPlus-compatible filter lists to the adblock directory. Multiple lists are supported. EasyList is the most popular Adblock Plus filter list, and can be downloaded from https://easylist.to/. + * Filter lists downloaded to the adblock directory must have a filename ending in .txt in order to be loaded. + * Filter lists need to be updated regularly (~weekly), use cron! #+end_quote