Replies: 10 comments 59 replies
-
This doesn't work on all verisons after 127 it only works on some as far as I know. |
Beta Was this translation helpful? Give feedback.
-
Will securely work with this? and if it does, any special thing I have to do |
Beta Was this translation helpful? Give feedback.
-
It appears that the links are no longer working. you guys will have to host your own, the instructions do so is on the Rigtools repo. https://github.com/FWSmasher/rigtools |
Beta Was this translation helpful? Give feedback.
-
hey so this broke @stuartcat the little button you click twice don't pop up anymore idk why |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Quick NoteYour organization can block this by blocking devtools://devtools |
Beta Was this translation helpful? Give feedback.
-
This is just the explanation for people that aren't in the titanium network discord
First visit: devtools://devtools/bundled/devtools_app.html (Make SURE you visit this first)
Then go to : devtools://devtools/bundled/devtools_app.html?experiments=true&ws=sincereham222.cc:8080
Click on the network tab you will see a grey box as seen in the screenshot below
Double click it and you should see this
click extension id then enter the extension id that you want to inject to (preferably one that has unsafe eval and management in its permissions)
then go to filesystem:chrome-extension:///temporary/index.html
and bookmark it and boom you have Rigtools.
use this to run javascript on any page IF it has unsafe eval
chrome.browserAction.onClicked.addListener(function(tab) { chrome.tabs.executeScript(null, {code: "eval(prompt('Enter code'))"}); })
--edit the link i had before is no longer working so i have updated it
Beta Was this translation helpful? Give feedback.
All reactions