Ibit-to / google-unlocked

Google Unlocked browser extension uncensor google search results
https://ibit.uno
2.24k stars 157 forks source link

Filter out original work URLs #8

Open Ibit-to opened 5 years ago

Ibit-to commented 5 years ago

The links that are currently returned by the extensions include all the links on the lumen database page, we need to filter those links out.

One way to do that is by using $.parseHTML() on the data returned from the ajax call and searching for the correct links. Although the parseHTML() func could use a bit more resources especially if there are more compaints on the same page.

NoahMaizels commented 2 years ago

Is this still unresolved? I've been looking for open source projects I might contribute to which aren't above my ability level and this one looks like it's something I think I could help out with. If this isn't open, are there any other issues I might tackle?

Was also wondering if I might try replacing some of the jQuery with vanilla JS?

Ibit-to commented 2 years ago

Yes! Your contribution will be very welcomed!