forked from stonecrusher/simpleMenuWizard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
userChrome.css
50 lines (41 loc) · 3.11 KB
/
userChrome.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
/*AGENT_SHEET*/
/****** simpleMenuWizard ******/
/********************************************************
Modify the following files themselves to your needs.
Do not modify the following @import block.
******************************************************
/*** When right-clicking on... ***/
@import url("./simpleMenuWizard/blank-context.css"); /* ...a blank area on a webpage */
@import url("./simpleMenuWizard/frame-context.css"); /* ...an iframe */
@import url("./simpleMenuWizard/image-context.css"); /* ...an image */
@import url("./simpleMenuWizard/input-context.css"); /* ...an input-field */
@import url("./simpleMenuWizard/link-context.css"); /* ...a link */
@import url("./simpleMenuWizard/main-hamburger.css"); /* Leftclick the hamburger menu on top right */
@import url("./simpleMenuWizard/main-menubar.css"); /* Leftclick on main menubar (open with ALT key) */
@import url("./simpleMenuWizard/media-context.css"); /* ...media like audio or html5 video */
@import url("./simpleMenuWizard/select-context.css"); /* ...selected text or selected object */
@import url("./simpleMenuWizard/sidebar-context.css"); /* ...items in bookmarks- or history sidebar */
@import url("./simpleMenuWizard/sidebar-header.css"); /* Leftclick on sidebar header */
@import url("./simpleMenuWizard/source-context.css"); /* ...a blank area when viewing source code */
@import url("./simpleMenuWizard/tab-context.css"); /* ...a tab */
@import url("./simpleMenuWizard/toolbar-context.css"); /* ...the toolbar or tabbar */
@import url("./simpleMenuWizard/urlbar-context.css"); /* ...the addressbar */
@import url("./simpleMenuWizard/urlbar-pageaction.css"); /* Leftclick the addressbar ellipsis (three dots) */
/**********************************************************
How to activate or deactivate the following options:
Remove '/*' at the beginning of a line (not comment line) to activate the option
Add '/*' at the beginning of the line (not comment line) to deactivate the option
********************************************************
/*** Options ***/
/*** If you don't use syncing: Hide all "Send to device" and sync items ***/
/* @import url("./simpleMenuWizard/opt_noSync.css");
/* Note: If you use Firefox 60 or higher, please see here:
https://github.com/stonecrusher/simpleMenuWizard#hide-pocket--sync--screenshots
*/
/*** If you use uBlock Origin and want to remove all uBO context menu entries ***/
/* @import url("./simpleMenuWizard/opt_uBO.css");
/*** Hide all "Send <item> to Device" entries ***/
/* @import url("./simpleMenuWizard/opt_noSendToDevice.css");
/*** Hide all inactive menu items ***/
/* #mainPopupSet menuitem[disabled="true"] { display: none !important; }
/****** simpleMenuWizard end ******/