Skip to content

Instantly share code, notes, and snippets.

View pravee-n's full-sized avatar

Praveen Singh pravee-n

  • New Delhi, India
View GitHub Profile
pageMod.PageMod({
include: "*",
contentStyleFile: data.url("css/jquery.ime.css"),
contentStyle: [
".imeselector { background: url(" + data.url("images/ime-active.png") + ") no-repeat left 3px center rgba(255,255,255,0.75) }",
".imeselector-menu .checked { background: url(" + data.url("images/tick.png") + ") 4px center no-repeat }"
],
contentScriptFile: [ data.url("js/jquery.js"),
data.url("js/jquery.ime.js"),
data.url("js/jquery.ime.selector.js"),