GoogleMonkeyR (modified by Cook Wu)

Google - Multiple columns of results, Remove "Sponsored Links", Number results, Auto-load more results, Remove web search dialogues, Open external links in a new tab, self updating and all configurable from a simple user dialogue.

< Feedback on GoogleMonkeyR (modified by Cook Wu)

Review: Good - script works

§
Posted: 2018-10-19

Videos

Is it possible to remove the videos from the search results. This strip of videos always seems to appear and completely b0rk the results list columns.

§
Posted: 2018-10-21

@"Dean-Ryan Stone" said: Is it possible to remove the videos from the search results. This strip of videos always seems to appear and completely b0rk the results list columns.

You probably could use the element picker from your ads blocker add-on for that. It's the eye dropper tool like the uBlock Origin one: "enter element picker mode" while you hovering that icon https://addons.cdn.mozilla.net/user-media/previews/full/157/157572.png?modified=1530209230 (or from menu as the example here: https://www.youtube.com/watch?v=kO0Mh-SAkHM )

https://www.ghacks.net/2017/02/21/ublock-origin-how-to-remove-any-element-from-a-page-permanently/ You can always go back to "my filters" tab and remove the rule you blocked and ruined everything.

This is what you going to get: ###GTR > tbody > tr:nth-of-type(1) > td:nth-of-type(1)

Numbers (1) will vary and you will need to rule them all (2,3... and combinations). Couldn't put a wildcard to work, maybe someone with better knowledge would.

The big strip of related videos before results is only
###bres

That's it. Hope it works/helps.

§
Posted: 2018-10-22
Edited: 2018-10-23

It's fantastic that this script is back and someone is actively fixing it. :) Sad thing is that it's useless in current state. As #Dean-Ryan Stone mentioned strip of Videos ruins almost all search results. See two examples - one with and one without videos.

cookwuAuthor
§
Posted: 2018-10-29

Actually, for some people send the feedback that the script removes informations may be useful, I move the informations back in the search results. Since still people need to hide these results, I add an option in the script to disable showing extra search results in the new version.

I could just try my best to modify the script. And due to the keep changing of google itself, the relative images in the search results after page 1 will still be buggy until I figure out a way to fix this.

§
Posted: 2018-10-30
Edited: 2018-10-30

cookwu, Now it works wonderfully. Thanks a million. :smile:

§
Posted: 2018-10-30

Thanks Cook!!

§
Posted: 2018-11-01
Edited: 2018-11-02

Test link: https://www.google.com/search?q=drone+%22youtube%22&num=100&source=lnms&tbm=vid&sa=X&ved=0ahUKEwif3rHhh7TeAhUNxYUKHRfQDuoQ_AUIDigB&biw=1920&bih=934

1- The Preview of videos are hidden. To see them, Need CSS:

.th.N3nEGc.i0PvJb { display: inline-block !important; }

2- The Preview of videos are black when auto loading enable (Old Bug which affect all forks of MonkeyR)

cookwuAuthor
§
Posted: 2018-11-02

@decembre 說: Test link: https://www.google.com/search?q=drone+%22youtube%22&num=100&source=lnms&tbm=vid&sa=X&ved=0ahUKEwif3rHhh7TeAhUNxYUKHRfQDuoQ_AUIDigB&biw=1920&bih=934

1- The Preview of videos are hidden. To see them, Need CSS: .th.N3nEGc.i0PvJb { display: inline-block !important; }

2- The Preview of videos are black when auto loading enable (Old Bug which affect all forks of MonkeyR)

  1. The preview of videos is back now.
  2. As above, the preview of videos should be correctly shown while autoloading enabled.
§
Posted: 2018-11-02

Great, that good now ! :smile:

Post reply

Sign in to post a reply.