Giter Site home page Giter Site logo

johan / github-improved Goto Github PK

View Code? Open in Web Editor NEW
40.0 40.0 9.0 302 KB

Incremental UI improvements for github.com, in the form of useful user scripts (Google Chrome or Firefox + Greasemonkey), a Chrome and Opera extension.

Home Page: https://chrome.google.com/webstore/detail/nkbnmpfpclijlllipmfbkkednidgngaa

Ruby 0.91% JavaScript 99.09%

github-improved's People

Contributors

johan avatar narkoz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

github-improved's Issues

Type to find hash/tag/branch?

I think I'd like a text box somewhere in the page to type parts of a commit hash, tag or branch name and actively filter the view on commits down to those that match it. When only one is matched, make it the selected one, and hitting return keeps it selected, undoes the filter and scrolls that commit message into center stage on screen.

Will not run (security problem)

  • install extension.
  • goto github.com
  • view a repo
  • click on commits
  • console shows:

Refused to execute inline script because it violates the following Content Security Policy directive: "script-src https://github.com https://a248.e.akamai.net https://jobs.github.com https://ssl.google-analytics.com https://secure.gaug.es https://collector.githubapp.com https://gist.github.com".

Perhaps Google Chrome changed it's security policies? :rage2:

Version 26.0.1410.65 on (Mac OS X 10.8.3)

Buggy keyboard HOME/ARROW UP hot key trigger

It seems that HOME triggers the hotkey "D" (decorate all commits with diff counts), and ARROW UP triggers the hotkey "F" (fold / unfold all commits). This clearly needs some change; if hard to fix, it's probably best to remove the hotkey trigger in the first place.

Unfolding commits with commit references in their message buggy

Case in point: when cl commit 05fc6c3 ("server counterpart to [0c39570] ") is clicked, it unfolds both 05fc6c3 and 0c39570 into the slot, on so whichever one gets there last overwrites the previous one.

Sought behaviour: unfold only 05fc6c3.

HTML context (seems the easy way to handle it is to enforce the absolute root-relative path in a[href^="/"] or so):

<div class="message">
  <pre>
    <a href="/user/repo/commit/hash">server counterpart to [</a>
    <a href="https://github.com/user/repo/commit/0c39570">0c39570</a>
    ]
  </pre>
</div>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.