Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Plugin: Hide UI #1000

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Conversation

tobias-franke
Copy link

Screen space is valuable, especially for operators every pixel counts.

This plugin gives the ability to hide the user interface elements, that are not used or not needed, to make space for the important things. It can hide the following elements:

  • Portal highlighter
  • Map controls
    • Zoom buttons
    • Drawtools
    • Map layer
  • Sidebar
    • Playerinfo
    • Global score
    • Search bar
    • Portal details
    • Passcode redeem
  • Chat
    • Chat input
  • Status bar
  • Bookmarks

The complete sidebar or the toolbox inside the sidebar can not be hidden, because then you wouldn't be able to open the Hide UI settings again to enable it.

Additionally this plugin comes with a screenshot mode. Enabling the screenshot mode by pressing Alt + H hides the complete user interface and the map controls. The screenshot mode is only accessible by the hotkey to prevent a lock out of the user. It can be disabled by pressing Alt + H again or by reloading the page.

unbenannt

johnd0e pushed a commit to johnd0e/ingress-intel-total-conversion that referenced this pull request Jul 2, 2019
johnd0e pushed a commit to johnd0e/ingress-intel-total-conversion that referenced this pull request Jul 2, 2019
iitc-project/ingress-intel-total-conversion#1000

Squashed commit of the following:

commit a4ec9ba
Merge: fce1561 495a635
Author: insane210 <[email protected]>
Date:   Wed May 27 23:56:11 2015 +0200

    Merge pull request IITC-CE#2 from jonatkins/master

    update

commit fce1561
Merge: d076335 3aa0838
Author: insane210 <[email protected]>
Date:   Wed May 27 22:28:55 2015 +0200

    Merge pull request #1 from insane210/plugin

    New Plugin: Hide UI

commit 3aa0838
Author: insane210 <[email protected]>
Date:   Wed May 27 22:25:03 2015 +0200

    Update hide-ui.user.js

commit 7af7665
Author: insane210 <[email protected]>
Date:   Wed May 27 19:30:21 2015 +0200

    Update hide-ui.user.js

commit a48a1aa
Author: insane210 <[email protected]>
Date:   Wed May 27 19:23:20 2015 +0200

    Update hide-ui.user.js

commit afc2391
Author: insane210 <[email protected]>
Date:   Tue May 26 01:54:05 2015 +0200

    Update hide-ui.user.js

commit 81443b2
Author: insane210 <[email protected]>
Date:   Sun May 24 02:11:20 2015 +0200

    Update hide-ui.user.js

commit 1bbc41d
Author: insane210 <[email protected]>
Date:   Sun May 17 00:56:42 2015 +0200

    Update hide-ui.user.js

commit 4b5d343
Author: insane210 <[email protected]>
Date:   Sun May 17 00:54:08 2015 +0200

    Update and rename custom-ui.user.js to hide-ui.user.js

commit b423408
Author: insane210 <[email protected]>
Date:   Sat Apr 25 18:10:25 2015 +0200

    Update custom-ui.user.js

commit b0b4eec
Author: insane210 <[email protected]>
Date:   Mon Apr 6 00:11:15 2015 +0200

    Update and rename screenshot-mode.user.js to custom-ui.user.js

commit d076335
Author: insane210 <[email protected]>
Date:   Sat Mar 21 23:39:01 2015 +0100

    Create screenshot-mode.user.js
Copy link

@MysticJay MysticJay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needed Plugin!

Problems found:

  1. Headers need to be fixed
    remove all headers
    replace by
    `// ==UserScript==
    // @id iitc-plugin-hide-ui@insane210
    // @name IITC plugin: Hide UI
    // @category Control
    // @Version 0.1.0.@@DATETIMEVERSION@@
    // @description [@@Buildname@@-@@BUILDDATE@@] Hide user interface elements that you don't need or use the screenshot mode (Alt + H) to hide everything.
    @@MetaInfo@@
    // ==/UserScript==

@@PLUGINSTART@@`

  1. Keyboard Capture for "ALT-H" not terminated and passed to browser, opening Browser Help

sidenote: base code looks very similar to Zaso's "Hide UI" please add reference if applies (not sure which code was first)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants