-
Notifications
You must be signed in to change notification settings - Fork 553
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
tobias-franke
wants to merge
12
commits into
iitc-project:master
Choose a base branch
from
tobias-franke:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
New Plugin: Hide UI #1000
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
New Plugin: Hide UI
75 tasks
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 Merge commit 'refs/pull/1000/head' of https://github.com/iitc-project/ingress-intel-total-conversion into new-plugins
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
MysticJay
reviewed
Sep 3, 2019
There was a problem hiding this 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:
- 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@@`
- 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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:
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.