Try these:
- Code: Select all
var element = document.getElementById("xpunge_multi_disable_menuitem");
xpunge_mu_doMenuActionCall(element);
- Code: Select all
xpunge_doMultiple();
Xpunge
http://addons.thunderbird.net/thunderbird/addon/1279
keyconfig 20110522@onix
Try these:
Xpunge http://addons.thunderbird.net/thunderbird/addon/1279 Thanks, morat! I chose the simpler one --
What is the best way to figure these obscure commands out? @onix
You would have to know JavaScript and XUL to figure out the keyconfig code for the Xpunge request. * chrome\content\xpunge_MessengerOverlay.xul
* chrome\content\xpunge_Messenger_Multi.js
JavaScript this http://www.w3schools.com/js/js_this.asp Is it possible to use keyconfig to change about:config values?
I want to toggle cleartype (gfx.font_rendering.cleartype_params.cleartype_level;-1) between 0 and -1. @Wang Xiao Ming
Try this:
Holy ****! that works perfectly. Thank you so much.
Now I am trying to disable cleartype only on pdf files automatically. I am using this tampermonkey script:
which I want it to run just before the pdf is loaded (run at: document start) to disable cleartype, and then run another script to enable cleartype when the pdf finishes loading (run at: document idle). This is because unlike other pages, pdfs need reloading to apply current cleartype mode. However the above script isn't working. It's not changing cleartype at all. any suggestion very much welcome. my monitor is low res and rendering is pretty bad without cleartype on normal pages, and very bad on pdf with cleartype @Wang Xiao Ming
A tampermonkey script is untrusted content code. A keyconfig script is system privileged chrome code. You can't access nsIPrefBranch interface with a tampermonkey script. What app and version are you using? The tampermonkey extension doesn't work in thunderbird. The keyconfig extension doesn't work in firefox. I am using Waterfox, a Firefox 56 updated mod.
Too bad tampermonkey won't work. Out of keyconfig domain but I will mention that I suspect extensions can enable/disable cleartype using css. I have tested the following css with stylish without success:
@Wang Xiao Ming
Try the following tampermonkey script:
Thanks morat,
I think the css code simply doesn't work unfortunately, at least on my firefox. Tested your code with tampermoneky as well as with stylish. I have run out of ideas for now.. but at least there is your keyconfig script! Hello again.
Need hide posts without images on imageboards and locally saved web pages from them, for quick look at page content Found some code from already dead website autologgers
https://ufile.io/xoynt https://ufile.io/9bwik Web page with built in second script http://may.2chan.net/id/res/300832.htm Imageboard thread, to practice with. Can keyconfig do that? @Bananasik
You can run a bookmarklet in the selected tab with the keyconfig extension. More info: viewtopic.php?p=13413833#p13413833 I'm not going to create the bookmarklet for you. It's a pity. Unfortunately my knowledge is not enough to convert these scripts to a working bookmarklet myself, but thanks anyway.
Isn't is as simple as copy and paste?
Ray
OS'es: 4 computers with Win10 Pro 64-bit; Current Firefox, Beta, Nightly, Chrome, Vivaldi if only it was that easy. Those scripts were designed to work with built in into a web page button, so simple copy and paste will not work. Already tried that.
And i can't edit them and make compatible with bookmarklet execution, due to the lack of knowledge ![]() Return to Extension/Theme Releases Who is onlineUsers browsing this forum: No registered users and 2 guests |
![]() |