Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[suggestion] iframe adjustor #5

Closed
replitidk opened this issue Feb 3, 2025 · 14 comments
Closed

[suggestion] iframe adjustor #5

replitidk opened this issue Feb 3, 2025 · 14 comments

Comments

@replitidk
Copy link

may I suggest porting over the iframe slider from ExtHang3r? it was quite a useful tool so your computer wouldn't feel like you just got it from the 1970's.

@b0unc1ngn0l
Copy link

It says I can only disable Securly Classroom not Securly for Chromebooks.

@replitidk
Copy link
Author

It says I can only disable Securly Classroom not Securly for Chromebooks.

you may want to open a report for that mate this is just a suggestion I opened.

@Blobby-Boi
Copy link
Owner

this shouldn't lag as much as exthang3r did so its not necessary

@Blobby-Boi
Copy link
Owner

It says I can only disable Securly Classroom not Securly for Chromebooks.

you might have a different Securly ID that hasn't been added yet, go to chrome://extensions and click on securly and from there you can see the ID in the URL and you can make a pull request so I can add it or just send it here

@b0unc1ngn0l
Copy link

chrome://extensions/?id=ckecmkbnoanpgplccmnoikfmpcdladkc

@Blobby-Boi
Copy link
Owner

chrome://extensions/?id=ckecmkbnoanpgplccmnoikfmpcdladkc

weird it has been added could you by any chance provide the code located at
chrome-extension://ckecmkbnoanpgplccmnoikfmpcdladkc/manifest.json
I need to check smth then

@b0unc1ngn0l
Copy link

"background": { "service_worker": "securly.min.js" }, "content_scripts": [ { "all_frames": true, "js": [ "content.min.js" ], "matches": [ "*://*.youtube.com/*", "*://youtube.com/*", "*://youtube-nocookie.com/*", "*://*.youtube-nocookie.com/*", "*://docs.google.com/*", "*://*.docs.google.com/*" ], "run_at": "document_start" }, { "all_frames": true, "js": [ "content2.min.js" ], "matches": [ "*://*.google.com/maps/*", "*://google.com/maps/*" ], "run_at": "document_idle" }, { "all_frames": true, "js": [ "content3.min.js" ], "matches": [ "*://bing.com/search*", "*://www.bing.com/search*", "*://search.yahoo.com/search*", "*://www.search.yahoo.com/search*", "*://youtube.com/*", "*://www.youtube.com/*", "*://google.com/search*", "*://www.google.com/search*", "*://google.co.uk/search*", "*://www.google.co.uk/search*", "*://google.ie/search*", "*://www.google.ie/search*", "*://google.ca/search*", "*://www.google.ca/search*", "*://google.com.au/search*", "*://www.google.com.au/search*", "*://google.co.in/search*", "*://www.google.co.in/search*" ], "run_at": "document_idle" }, { "all_frames": true, "js": [ "content6.min.js" ], "matches": [ "*://meet.google.com/*" ], "run_at": "document_idle" }, { "all_frames": false, "js": [ "content4.min.js" ], "matches": [ "\u003Call_urls\u003E" ], "run_at": "document_idle" }, { "all_frames": true, "js": [ "content5.min.js" ], "matches": [ "\u003Call_urls\u003E" ], "run_at": "document_idle" }, { "all_frames": true, "js": [ "content10.min.js" ], "matches": [ "*://chat.google.com/*" ], "run_at": "document_start" }, { "all_frames": true, "include_globs": [ "https://www.google.*/*" ], "js": [ "content9.min.js" ], "matches": [ "https://*/*" ], "run_at": "document_idle" }, { "all_frames": false, "js": [ "content7.min.js" ], "matches": [ "*://*.securly.com/crextn/geoloc.html" ], "run_at": "document_idle" }, { "all_frames": true, "js": [ "content8.min.js" ], "matches": [ "\u003Call_urls\u003E" ], "run_at": "document_start" }, { "all_frames": true, "js": [ "content11.min.js" ], "matches": [ "\u003Call_urls\u003E" ], "run_at": "document_start" } ], "description": "Secure and manage your 1:1 Chromebooks with Securly", "host_permissions": [ "*://*/", "file://*" ], "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAo3mMpyJzOwWY+04jYpCbECs3sk/TtVJq1ca8xDm/Tze09OxpdjcC1PdqlIupIP4v3NXUBPaGjCCwujfAtN02z6NrwLx/ao0RsL5iMG5LS42o1B5DXKoffoTykMwhsXjYbrIgq4rsNq3rOqp7Gsu5acYTkb2zD+5KOF1QRQiwhv8matTVzr1S3UyMZNthiXbFw+rk41kcArBiaSsbW662l+jxsYrowLedWM0o0Mcb0FztW+BehTfzgCJhHBHEPydYhxiwyknNsU+ATbD/nI2765ov50uqh2N4cnloHcj4rbPiQrLKsWjBZfZksxeKJ6UVy4B6kpqRuX3ilLH/u8jwewIDAQAB", "manifest_version": 3, "name": "Securly for Chromebooks", "oauth2": { "client_id": "979354546084.apps.googleusercontent.com", "scopes": [ "email" ] }, "permissions": [ "webRequest", "webRequestBlocking", "identity", "cookies", "tabs", "browsingData", "identity.email", "geolocation", "idle", "downloads", "storage", "scripting", "declarativeNetRequest", "declarativeNetRequestWithHostAccess", "declarativeNetRequestFeedback", "system.display", "alarms", "webNavigation", "offscreen" ], "short_name": "Securly", "update_url": "https://crextnaut.securly.com/subscribers/[email protected]/update-manifest.xml", "version": "3.0.0", "web_accessible_resources": [ { "matches": [ "\u003Call_urls\u003E" ], "resources": [ "fonts/*", "*.svg" ] } ] }

@Blobby-Boi
Copy link
Owner

looking through it looks like fonts are still a part of web_accessible_resources so that's not causing the issue then... maybe try copying the contents of index.html and pasting them into an HTML editor like this one.

@replitidk
Copy link
Author

this shouldn't lag as much as exthang3r did so its not necessary

its laggier than exthang3r from what I've seen I tested it out and it lagged like all hell chrome tabs literally couldn't open the I frame adjustor is a good idea so that way every part of the computers ram isn't eaten up.

@siliconworkshop
Copy link

You coul also make a pull request with the slider code btw, save this man from some more work lol

@Blobby-Boi
Copy link
Owner

this shouldn't lag as much as exthang3r did so its not necessary

its laggier than exthang3r from what I've seen I tested it out and it lagged like all hell chrome tabs literally couldn't open the I frame adjustor is a good idea so that way every part of the computers ram isn't eaten up.

different extensions have different files so that's probably why. Ill port iframe slider from exthang3r soon.

@b0unc1ngn0l
Copy link

looking through it looks like fonts are still a part of web_accessible_resources so that's not causing the issue then... maybe try copying the contents of index.html and pasting them into an HTML editor like this one.

Where do I find the contents of index.html?

@replitidk
Copy link
Author

You coul also make a pull request with the slider code btw, save this man from some more work lol

fair

@replitidk
Copy link
Author

this shouldn't lag as much as exthang3r did so its not necessary

its laggier than exthang3r from what I've seen I tested it out and it lagged like all hell chrome tabs literally couldn't open the I frame adjustor is a good idea so that way every part of the computers ram isn't eaten up.

different extensions have different files so that's probably why. Ill port iframe slider from exthang3r soon.

k

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants