GM_* API functions should be wrapped into a GM object
Reported by Olivier Cornu | March 23rd, 2009 @ 02:46 PM | in 0.1a2
The GM_*
functions should be renamed as
*
and wrapped into a GM
object. For
example, GM_log
would become GM.log
.
For backward compatibility purpose, legacy naming should be temporarily conserved while being deprecated.
Comments and changes to this ticket
-
Olivier Cornu March 24th, 2009 @ 11:36 AM
- State changed from new to resolved
(from [a880b14dad4859723db5be5fa0cc9e38003ffe75]) Push GM_* API into a new GM object [#10 state:resolved] http://github.com/ocornu/webmonk...
-
Olivier Cornu September 2nd, 2009 @ 11:36 AM
- State changed from resolved to open
- Milestone changed from 0.1a1 to 0.1a2
The previous modification has been reversed with the new injection logic.
Re-open and schedule for 0.1a2.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Webmonkey is a fork of the popular Greasemonkey extension for Firefox.
People watching this ticket
Tags
Referenced by
- 10 GM_* API functions should be wrapped into a GM object (from [a880b14dad4859723db5be5fa0cc9e38003ffe75]) Push GM...