Skip to content

Instantly share code, notes, and snippets.

@maxbmx
Last active July 21, 2018 18:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maxbmx/dd2233aadd20a53ebc7c6cff6040c217 to your computer and use it in GitHub Desktop.
Save maxbmx/dd2233aadd20a53ebc7c6cff6040c217 to your computer and use it in GitHub Desktop.
//If you would like fo filter benchmark list on the https://browser.geekbench.com/mac-benchmarks
//you could simply use the Chrome Developer Tools and in the Console tab paste this:
$('table.table.mac-benchmark tr').find('td.name:not(:contains("MacBook Pro"))').parent("tr").remove();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment