diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..f3ca01f --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,9 @@ +pages: + stage: deploy + script: + - echo "There is nothing to do..." + artifacts: + paths: + - public + only: + - master diff --git a/README.MD b/README.MD index efff698..b49b467 100644 --- a/README.MD +++ b/README.MD @@ -16,9 +16,11 @@ TODO: 2. Patch Userscript vulnerabilities and break it into two parts so community rules can be inserted in between 3. Make compilers so community rules can be nicely and safely compiled +Can you help with any of these? Bring in those Merge Requests! + ## Instruction -#### Are you using Chrome, uBlock Origin, and Violentmonkey? Check out [AdBlock Protector](https://github.com/jspenguin2017/AdBlockProtector)! +#### Are you using Chrome, uBlock Origin, and Violentmonkey? Check out [AdBlock Protector](https://jspenguin2017.github.io/AdBlockProtector/)! #### Step 1: Install Script Host * ![Chrome](images/browsers/chrome.png) [Tampermonkey](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo) @@ -31,8 +33,8 @@ TODO: #### Step 2: Add Filter List * [Subscribe to Core filter - Broken]() -* [Subscribe to Adguard extension - Broken]() -* [Subscribe to uBlock Origin FireFox extension - Broken]() +* [Subscribe to Adguard extension filter - Broken]() +* [Subscribe to uBlock Origin FireFox extension filter - Broken]() > ##### Note: Please first check your Adblocker settings page to see if the filter is listed. > ##### Note: Extension filters runs alongside core. diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..30d74d2 --- /dev/null +++ b/public/index.html @@ -0,0 +1 @@ +test \ No newline at end of file