Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: honestbleeps/Reddit-Enhancement-Suite Loading
base: 17c279626bcfa555ee266d9fadf2f5f46e66dc8f
Choose a base ref
...
head repository: honestbleeps/Reddit-Enhancement-Suite Loading
compare: acb8fefe9b02f8d0cbc46f6392da9fed2f0f1400
Choose a head ref
  • 6 commits
  • 9 files changed
  • 3 contributors

Commits on Mar 7, 2018

  1. Configuration menu
    Copy the full SHA
    484bff4 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2018

  1. Reorder to avoid issues with built-in userinfo (#4705)

    I can't reproduce the issue myself, but I think, like the comment describes, the reddit built-in usertip might be overlaying the `loadMoreChildrenOfSticky`. So I reordered so they'd work top to bottom to hopefully avoid that issue.
    corylulu authored and kevinji committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    83919a1 View commit details
    Browse the repository at this point in the history
  2. node: Update deps (#4700)

    kevinji committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    92416e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    243ac1f View commit details
    Browse the repository at this point in the history
  4. Update go-mode hotkey filter (#4704)

    * Update go-mode hotkey filter
    
    To match the other filters, will only show hotkeys that are enabled options, specific to the page, etc.
    
    * Made names more friendly in go-mode, refactor vars
    
    Changed the names of all the 'Go to' hotkeys to start with "goto[Inbox|Frontpage|etc]" so it was more obvious which ones were linked with the Go-Mode function, based on it's description. 
    
    Also made the popup show the friendly name.
    
    * Reverted variable name changes, reordered instead
    
    Grouped all the goto options together to make it more obvious which ones were affected.
    
    * Fixed 'key' being defined, but never used.
    
    * using getActiveCommandOptions() to filter goMode
    
    * removed spaces
    corylulu authored and erikdesjardins committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    24edda0 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2018

  1. nightmode: Don't change global state on load

    The multicasted functions were invoked on all tabs, also those where
    nightmode was not running (d2x pages).
    larsjohnsen committed Mar 16, 2018
    Configuration menu
    Copy the full SHA
    acb8fef View commit details
    Browse the repository at this point in the history
Loading