Search found 204 matches

by barbaz
Fri Apr 29, 2016 1:44 am
Forum: EasyList Subscriptions
Topic: Youtube customizer filterlists source?
Replies: 8
Views: 3709

Re: Youtube customizer filterlists source?

Thanks smed79 I'll look into file a bug there later today if someone else hasn't already.
(Not sure yet the issue isn't something my end...)
by barbaz
Fri Apr 29, 2016 12:24 am
Forum: EasyList Subscriptions
Topic: Youtube customizer filterlists source?
Replies: 8
Views: 3709

Re: Youtube customizer filterlists source?

There apparently is publicly accessible Mercurial repo on hg.adblockplus.org (thanks for making it available :-) ) however it's not linked on the index listing :-?

I'll leave it to MonztA to post more details or not in case it's not accidental that it's not listed.
by barbaz
Tue Apr 26, 2016 12:27 am
Forum: EasyList Subscriptions
Topic: Youtube customizer filterlists source?
Replies: 8
Views: 3709

Re: Youtube customizer filterlists source?

I mean like Mercurial or git repository, sorry for not being clear.
by barbaz
Mon Apr 25, 2016 9:12 pm
Forum: EasyList Subscriptions
Topic: Youtube customizer filterlists source?
Replies: 8
Views: 3709

Youtube customizer filterlists source?

Is there a publicly accessible source repository for the subscriptions linked by https://youtube.adblockplus.me/?
by barbaz
Mon Apr 25, 2016 6:01 pm
Forum: Computer Topics
Topic: Switching a local clone of a repo (& my custom repo tools) from Mercurial to git
Replies: 18
Views: 16443

Re: Switching a local clone of a repo (& my custom repo tools) from Mercurial to git

Cool, should be set for now. Thanks again Lanik for all the help, you are awesome 8)
by barbaz
Sun Apr 24, 2016 2:19 am
Forum: Computer Topics
Topic: Switching a local clone of a repo (& my custom repo tools) from Mercurial to git
Replies: 18
Views: 16443

Re: Switching a local clone of a repo (& my custom repo tools) from Mercurial to git

fanboy added more changes, and I had backups, so this gave me the opportunity to actually try git pull (starting with branch local checked out). This is what happened: $ git pull remote: Counting objects: 60, done. remote: Compressing objects: 100% (60/60), done. remote: Total 60 (delta 37), reused ...
by barbaz
Sat Apr 23, 2016 12:31 am
Forum: Computer Topics
Topic: Switching a local clone of a repo (& my custom repo tools) from Mercurial to git
Replies: 18
Views: 16443

Re: Switching a local clone of a repo (& my custom repo tools) from Mercurial to git

So git pull would try to apply the new commits to whatever branch is currently checked out... so to sync master with 'origin/master', I would have to: git checkout master git pull git checkout <whatever was checked out before> Shouldn't be too hard to script. probably not a good name if you ask me (...
by barbaz
Fri Apr 22, 2016 9:29 pm
Forum: Computer Topics
Topic: Switching a local clone of a repo (& my custom repo tools) from Mercurial to git
Replies: 18
Views: 16443

Re: Switching a local clone of a repo (& my custom repo tools) from Mercurial to git

Thanks Lanik for the quick response. git fetch will tell you if your branch has any changes that you haven't merged yet. Git pull will do what git fetch does and merge any changes from origin into your branch. Sure, but what is "my branch" in this context? $ git branch * local master That ...
by barbaz
Fri Apr 22, 2016 8:24 pm
Forum: Computer Topics
Topic: Switching a local clone of a repo (& my custom repo tools) from Mercurial to git
Replies: 18
Views: 16443

Re: Switching a local clone of a repo (& my custom repo tools) from Mercurial to git

Hitting some confusion trying to merging upstream changes to a local branch. I'm trying to apply my local changes by creating my own branch, working from there and merge changes from master into my branch, but sticking with my branch the whole time. And with each merge I look at the diff to check if...
by barbaz
Tue Apr 19, 2016 1:23 am
Forum: Computer Topics
Topic: Switching a local clone of a repo (& my custom repo tools) from Mercurial to git
Replies: 18
Views: 16443

Re: Switching a local clone of a repo (& my custom repo tools) from Mercurial to git

Good to know that git would just refuse the potentially destructive part of the operation. But I've also discovered that what people were calling commit deletion isn't actually deleting anything, just that it becomes only accessible by commit hash. :? Furthermore, on digging around in the .git direc...
by barbaz
Mon Apr 18, 2016 7:46 pm
Forum: Computer Topics
Topic: Switching a local clone of a repo (& my custom repo tools) from Mercurial to git
Replies: 18
Views: 16443

Re: Switching a local clone of a repo (& my custom repo tools) from Mercurial to git

1. Git will attempt to merge your changes and insert the code into the changed files. In my experience it works but still needs cleaning since it inserts text to tell you which parts were pulled from the head VS your local cached copy. Sorry, I asked that question somewhat incoherent. If I have a r...
by barbaz
Sat Apr 16, 2016 12:20 am
Forum: Computer Topics
Topic: Switching a local clone of a repo (& my custom repo tools) from Mercurial to git
Replies: 18
Views: 16443

Switching a local clone of a repo (& my custom repo tools) from Mercurial to git

(continuing from https://forums.lanik.us/viewtopic.php?p=91431#p91431 ) OK so setting up git v 2.8.1 is pretty straightforward. Cool, they fixed what had me tangled before! 8) But working with repositories is proving tricky. (I'm using a clone of https://github.com/ryanbr/fanboy-adblock as a base re...
by barbaz
Thu Apr 14, 2016 9:02 pm
Forum: EasyList Subscriptions
Topic: The new EasyList website is here!
Replies: 10
Views: 7413

Re: The new EasyList website is here!

You can also use these instructions: https://git-scm.com/book/en/v2/Git-and-Other-Systems-Migrating-to-Git#Mercurial I have pretty good experience with Git so if you need help moving your repositories you know where to find me. :mrgreen: Thanks! :D Having Git itself working would be much better and...
by barbaz
Thu Apr 14, 2016 5:23 pm
Forum: EasyList Subscriptions
Topic: The new EasyList website is here!
Replies: 10
Views: 7413

Re: The new EasyList website is here!

Speaking of GitHub: we also want to announce that we are going to move the hosting of our EasyList repositories completely to GitHub as well soon. How to continue using existing local clones of the various Easy repositories with Mercurial, after this next step of the migration? Obviously, first ste...
by barbaz
Thu Mar 31, 2016 8:09 pm
Forum: Lanik.us
Topic: Ads in this forum
Replies: 7
Views: 8099

Re: Ads in this forum

Will these be in Acceptable Ads whitelist?
by barbaz
Mon Mar 21, 2016 4:55 pm
Forum: EasyList Subscriptions
Topic: Is hg.fanboy.co.nz obsolete?
Replies: 0
Views: 1358

Is hg.fanboy.co.nz obsolete?

That repository hasn't been updated since 28 Feb. Per fanboy's signature and viewtopic.php?f=85&t=28821 he seems to be working primarily from Github now.
Is hg.fanboy.co.nz obsolete, or will it mirror the Github repository?

Thanks
by barbaz
Thu Feb 25, 2016 11:02 pm
Forum: EasyList Subscriptions
Topic: FilterLists - Resource I built that some may find useful.
Replies: 17
Views: 14093

Re: FilterLists - Resource I built that some may find useful.

Your site is missing Adversity, Antisocial and Extreme Measures. GitHub: https://github.com/Hubird-au/Adversity Hubird is only maintaining those lists for personal use, and he is not interested in any feedback of any sort. I had modified one of the scripts in his repo for my personal use and decide...
by barbaz
Thu Feb 18, 2016 1:22 am
Forum: EasyList Subscriptions
Topic: FilterLists - Resource I built that some may find useful.
Replies: 17
Views: 14093

Re: FilterLists - Resource I built that some may find useful.

Nice resource 8) One comment though. The Acceptable Ads list (which you call "EasyList Exceptions") is not a part of nor affiliated with the Easy project. It is maintained by Eyeo GmbH (the company behind ABP) and I don't think it requires EasyList. Also, its forum is not on this board, th...
by barbaz
Fri Jan 22, 2016 10:31 pm
Forum: Report incorrectly removed content
Topic: promo.musicradio.com
Replies: 5
Views: 2515

Re: promo.musicradio.com

I can't explain why it's on the list atm (I'm not a list author), but I can find the revision where it was added if that helps: https://hg.adblockplus.org/easylist/rev/d04eb7239f93
by barbaz
Fri Jan 22, 2016 12:59 am
Forum: EasyList Subscriptions
Topic: EasyPrivacy redundant rules
Replies: 3
Views: 2393

Re: EasyPrivacy redundant rules

Are you sure those are all redundancies, that some of those "redundant" filters aren't needed to block stuff on pages whitelisted with $genericblock?
by barbaz
Thu Jan 14, 2016 7:34 pm
Forum: Lanik.us
Topic: "Information: Please take a moment and visit your profile to choose a flag."
Replies: 5
Views: 5790

Re: "Information: Please take a moment and visit your profile to choose a flag."

smed79 wrote:also nobody forces you to select the correct flag
That works for me, thanks for the suggestion.
by barbaz
Thu Jan 14, 2016 7:09 pm
Forum: Lanik.us
Topic: "Information: Please take a moment and visit your profile to choose a flag."
Replies: 5
Views: 5790

"Information: Please take a moment and visit your profile to choose a flag."

Just saw this notice today when logging in. I don't want this info to be so directly associated with my account here, especially if it's publicly visible (I really do *not* want my location information publicly visible); and those who might need that info from me have moderation rights and can thus ...
by barbaz
Mon Jan 11, 2016 2:57 pm
Forum: EasyList Subscriptions
Topic: Whitelisting content from 192.168.*
Replies: 10
Views: 5193

Re: Whitelisting content from 192.168.*

... and this topic was concluded by PM. Bottom line is, my configuration is too unusual to be worth writing exception for. Since I've got a server anyway, what I will have to do is drop a custom variant of EasyList on that server (removing or altering the problematic whitelist) and use that with my ...
by barbaz
Sun Jan 10, 2016 3:54 am
Forum: EasyList Subscriptions
Topic: Whitelisting content from 192.168.*
Replies: 10
Views: 5193

Re: Whitelisting content from 192.168.*

fanboy wrote:If you have a issue report link of the issue I'll gladly look at it.
Thanks, issue report will be sent by PM.
by barbaz
Sat Jan 09, 2016 7:10 pm
Forum: EasyList Subscriptions
Topic: Whitelisting content from 192.168.*
Replies: 10
Views: 5193

Re: Whitelisting content from 192.168.*

My server isn't at 192.168.0.1 either... I guess what you're saying is that people will have their routers at different IPs in that range so it can't be reasonably limited to specific IP(s) in a subscription that's so widely used. Last question: assuming my router is at 192.168.0.1 and its interface...
by barbaz
Sat Jan 09, 2016 3:20 am
Forum: Report unblocked content
Topic: Easylist, exploited whitelist filters
Replies: 7
Views: 4289

Re: Easylist, exploited whitelist filters

Wow that was a fast fix, thanks!
by barbaz
Sat Jan 09, 2016 3:14 am
Forum: EasyList Subscriptions
Topic: Whitelisting content from 192.168.*
Replies: 10
Views: 5193

Re: Whitelisting content from 192.168.*

Thanks but unfortunately ~third-party doesn't help here, as all XHR with my server have to be 1st-party. (noting here as well, https://hg.adblockplus.org/easylist/rev/2178f5f41c25 ) My server is not at 192.168.1.1. If that one rule could be limited to affect only at 192.168.1.1, that would be awesome.
by barbaz
Sat Jan 09, 2016 2:58 am
Forum: Report unblocked content
Topic: Easylist, exploited whitelist filters
Replies: 7
Views: 4289

Re: Easylist, exploited whitelist filters

Code: Select all

@@||192.168.$xmlhttprequest$~third-party
typo? seems intended to be

Code: Select all

@@||192.168.$xmlhttprequest,~third-party
by barbaz
Fri Jan 08, 2016 4:54 am
Forum: Report unblocked content
Topic: Easylist, exploited whitelist filters
Replies: 7
Views: 4289

Re: Easylist, exploited whitelist filters

Is it possible to narrow either of those exception rules to specific IPs, or add $domain option, to prevent site from "just" registering a new domain to continue exploitation of these whitelists? @@||192.168.1.1^$xmlhttprequest @@||192.168.0.1^*/images/adv_ @@||192.168.$xmlhttprequest,doma...
by barbaz
Fri Dec 25, 2015 5:10 am
Forum: Report incorrectly removed content
Topic: duowan.js getting blocked
Replies: 2
Views: 1193

Re: duowan.js getting blocked

EasyPrivacy is intended as an anti-tracking list, you seem to indicate that those scripts does tracking. Can you please provide more details (including specifics) on why you think blocking those scripts is wrong per EasyPrivacy's policy? https://easylist.adblockplus.org/en/policy https://easylist.ad...