79 Commits

Author SHA1 Message Date
YUKI Hiroshi
7b820848f8 Remove compatibility codes for obsolete addon: Google Toolbar 2016-09-05 16:29:20 +09:00
YUKI Hiroshi
290b124333 Reduce use of eval() 2016-09-05 16:24:51 +09:00
YUKI Hiroshi
750ada61d8 Reduce use of eval() 2016-09-05 16:16:36 +09:00
YUKI Hiroshi
2ff3399300 Remove needless compatibility codes for Snap Links Plus
The addon includes same code in itself.
2016-09-05 16:07:25 +09:00
YUKI Hiroshi
e3726d393d Reduce use of eval() 2016-09-05 16:03:48 +09:00
YUKI Hiroshi
7dcde7d3e0 Update visibility of the tab bar separator of colorful tabs 2016-09-05 15:49:00 +09:00
YUKI Hiroshi
ace80ba0fc Hide colorful tabs stack correctly 2016-09-05 15:47:30 +09:00
YUKI Hiroshi
a15761253f Update hack for ColorfulTabs: hide the separater between the title bar and the navigation toolbar correctly 2016-09-05 15:41:43 +09:00
YUKI Hiroshi
c101e5376d Reduce use of eval() 2016-09-05 15:35:26 +09:00
YUKI Hiroshi
62cda54a6f Add description about the purpose 2016-09-05 15:30:23 +09:00
YUKI Hiroshi
77b02db495 Reduce use of eval() 2016-09-05 15:28:44 +09:00
YUKI Hiroshi
e25129166d Remove obsolete compatibility codes for Hide Caption Titlebar Plus
https://addons.mozilla.org/firefox/addon/hide-caption-titlebar-plus-sma/
Now it seems to work with TST together, without any hack.
2016-09-05 15:16:57 +09:00
YUKI Hiroshi
85ca3bd88f Remove obsolete compatibility codes for Session Manager.
Session Manager: https://addons.mozilla.org/firefox/addon/session-manager/
Because it is completely restructured, TST's compatibility codes are not used anymore.
2016-09-05 14:57:02 +09:00
YUKI Hiroshi
104c46d6aa Don't apply hack multiple times 2016-09-05 14:41:24 +09:00
YUKI Hiroshi
0e3b91c362 Reduce use of eval() 2016-09-05 14:40:30 +09:00
YUKI Hiroshi
faa0f5ffef Reduce use of eval() 2016-09-05 14:36:47 +09:00
YUKI Hiroshi
7ef491d2e3 Fix links for compatible addons 2016-09-05 14:28:17 +09:00
YUKI Hiroshi
763ee0998b Remove compatibility codes for obsolete addons 2016-09-05 14:27:47 +09:00
YUKI Hiroshi
3ea008482b Brush up hack for FireGestures based on latest codebase 2016-03-18 19:10:47 +09:00
YUKI Hiroshi
ff3aed674f Simplify 2016-03-18 18:57:47 +09:00
YUKI Hiroshi
fe7cf571f5 Move XPath related utilities from TSTBase to TSTUtils 2016-02-10 17:42:37 +09:00
YUKI Hiroshi
47876f780e Call original methods more safely 2015-11-19 15:01:02 +09:00
Piro / YUKI Hiroshi
6f90b666ee Apply "insertion position of new child tab" preference for tabs opened via GM_openInTab() #978 2015-11-08 21:57:00 +09:00
YUKI Hiroshi
baf96c545b Remove garbage 2015-10-29 11:01:55 +09:00
YUKI Hiroshi
f0f3076629 Attach tabs from GM_openInTab after all tabs are opened.
Because Greasemonkey moves opened tabs to the bottom of the tab bar always, TST detaches the new child tab unexpectedly.
2015-10-26 19:05:49 +09:00
YUKI Hiroshi
4509c76e90 Rewrite hack for Greasemonkey (based on GM 3.5) 2015-10-26 17:47:05 +09:00
YUKI Hiroshi
75f761d291 Fix path to Greasemonkey's internal modules (for GM 3.5) 2015-10-26 16:53:03 +09:00
YUKI Hiroshi
5a17a36773 Fix path to Greasemonkey's internal modules (tested on GM 3.5) 2015-10-26 16:50:28 +09:00
YUKI Hiroshi
84d73d7471 Fix indent 2015-08-28 18:27:03 +09:00
YUKI Hiroshi
7831a6b6cc Remove codes for old Firefox 2015-08-28 18:26:30 +09:00
YUKI Hiroshi
e1198f1ef3 Remove debug print 2015-08-28 18:23:08 +09:00
YUKI Hiroshi
e2b143b372 Fix indent 2015-08-28 18:22:44 +09:00
YUKI Hiroshi
01dab35627 Open new tabs from the about:sync-tabs page as children correctly on lately Firefox 2015-08-28 18:22:19 +09:00
YUKI Hiroshi
bea74f32ba Call renamed methods correctly 2015-08-28 17:39:58 +09:00
YUKI Hiroshi
15666abfcb Call renamed methods correctly 2015-08-28 17:39:04 +09:00
Piro / YUKI Hiroshi
c93270dff6 Better compatibility with Duplicate in Tab Context Menu addon #835
https://addons.mozilla.org/firefox/duplicate-in-tab-context-menu/
2015-03-02 01:53:24 +09:00
Piro / YUKI Hiroshi
9e51001b51 Fix too deep indent 2015-02-27 00:56:15 +09:00
Piro / YUKI Hiroshi
2ea151b856 Remove deprecated JS1.7's let blocks 2015-02-27 00:55:36 +09:00
YUKI Hiroshi
652b9e2303 Fix typo: missing "S" 2014-11-12 12:11:37 +09:00
YUKI Hiroshi
97a87d0b1a Remove obsolete "stopRendering" module 2014-11-11 18:58:31 +09:00
YUKI Hiroshi
09f43c8f84 Use LF instead of CRLF 2014-09-30 20:09:27 +09:00
YUKI Hiroshi
19d2ded9d1 Stringify saved value 2014-09-30 14:42:28 +09:00
Piro / YUKI Hiroshi
9cce7b81ca Open new tabs from Tile Tabs as next sibling tab 2014-05-06 00:53:15 +09:00
Piro / YUKI Hiroshi
dd45a2a080 Open new tab by Tile Tabs as a child of the current tab 2014-05-06 00:45:04 +09:00
Piro / YUKI Hiroshi
c82e735bb0 Better compatibility with [Tab Control](https://addons.mozilla.org/firefox/addon/tab-control) #636 2014-01-29 01:53:58 +09:00
Piro / YUKI Hiroshi
cb50e1cecf Open tabs from GM_openInTab as children of the tab #614 2013-11-29 02:35:58 +09:00
Piro / YUKI Hiroshi
fcd1b04aa2 Remove legacy codes before "beforecustomization" and "aftercustomization" are landed 2013-11-29 01:43:43 +09:00
Piro / YUKI Hiroshi
02afd56637 Open search results from Context Search as a child tab of the current tab (#616)
http://www.cusser.net/extensions/contextsearch/
2013-11-28 03:53:22 +09:00
Piro / YUKI Hiroshi
9aebf2838f Open new tab from DragIt ( https://addons.mozilla.org/firefox/addon/dragit-formerly-drag-de-go/ ) as a child of the current tab. #523 2013-07-27 04:17:42 +09:00
saneyuki_s
e691e6759e Fix js strict-mode error: avoid prohibits function statements not at the top level of a script or function. 2013-03-28 19:10:27 +09:00