Inspect and view changes in OT+ source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "OT+",
"short_name": "OT+",
"manifest_version": 2,
"version": "15.5",
"description": "Makes offtopic.com better",
"browser_action": {
"default_icon": "assets/ot.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{a15f7dd4-3cd7-41a9-b757-fb6180dd8bb8}"
}
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"*://*.offtopic.com/*"
],
"css": [
"otplus.css"
],
"run_at": "document_start"
},
{
"matches": [
"*://*.offtopic.com/*"
],
"js": [
"/3rdparty/jquery-3.6.0.min.js",
"xf.js",
"otplus.js"
],
"run_at": "document_end"
}
],
"permissions": [
"*://*.offtopic.com/*",
"*://api.giphy.com//*",
"*://ot.dogsbyte.net//*",
"contextMenus",
"storage",
"clipboardWrite",
"activeTab"
],
"icons": {
"16": "assets/ot.png",
"48": "assets/ot.png",
"128": "assets/ot.png"
},
"web_accessible_resources": [
"assets/notch.png",
"assets/trump.jpg",
"assets/russia.png",
"assets/buttslut.png",
"assets/buttslut2.png",
"assets/darkness.css",
"assets/pin.png",
"assets/trumpkins.ttf",
"assets/biden.jpg",
"assets/GIPHY_30px.png",
"assets/GIPHY_T_18px.png"
]
}