
rereser
Member-
Posts
277 -
Joined
-
Days Won
1 -
Donations
0.00 USD
Content Type
Profiles
Forums
Events
Everything posted by rereser
-
thanks NotHereToPlayGames. forgot to mention i tested this on a clean extracted v13.5-6 version and v11-8 , they are portable ... no zoom or custom dpi set , no settings changed whatsoever and no other extensions installed. all that this crx does is well ... reduce the max font size on every page. (for example on news headers) it should not have this "off screen scaling" effect on msn.com or anywhere. your modification did not change anything. (have added the ; after important as it should be but makes no difference) had this css in new moon 28 portable latest , in user / default / chrome / userContent.css (same issue there with msn) found the manifest.json tweak for chrome somewhere and just tried. you can change the name "Max Font Size" to anything and it will show as such after packing the folder and installing the crx file. msn.com content (text and images) just go "off screen" left and mostly right with the extension enabled. both on 1440x900 (that i use) and on full screen 1680x1050. have absolutely zero knowledge of css so i am out of my depth here. hope you are willing to test and install the crx and check this against msn.com. not a major issue as i don't visit that page on a daily routine. just peaked my interest and was hoping for a quick fix ... thanks for reading.
-
when starting to use 360chrome 13.5 as default i needed this tweak for my sight problems. have used this below and saved it as Custom.css (file) ---------------------------------------------------- /* Limit font size */ * { font-size: 14px !important } ---------------------------------------------------- in combination with this saved as manifest.json (file) ----------------------------------------------------- { "name": "Max Font Size", "content_scripts": [ { "matches": ["*://*/*"], "css": ["Custom.css"] } ], "version": "1.0.0", "description": "User StyleSheet replacement", "manifest_version": 2 } -------------------------------------------------------- placed the two files in a folder called CustomCss (folder) in extensions , developer mode , pack extension , this folder creates a crx and pem file. dragged the crx to the extensions page (dev mode disabled) and it installed the extension. (no clue what the pem file is for) works fine on all pages for me. accidentally came across msn.com today and this has the strange effect of not showing everything on the page , even in full screen. can someone explain this to me please ? any modifications needed in the Custom.css file maybe ?
-
https://greasyfork.org/en/scripts/438991-download-extension-from-chrome-web-store "Script meant for Ungoogled Chromium, but may be used with any browser to directly download Chrome Extensions from Chrome Web Store. It adds a floating button in the bottom right corner which let's you download an extension directly."
-
no Roboto but found Segoe Ui Bold.ttf. hope that helps , must have installed it sometime ... closed the browser , renamed the ttf to old , started the browser , still bold fonts. and thanks for the new 13.5 build. (only change found is the more visible "optimize memory" icon) question: would Proxomitron or ProxHTTPSProxy help with storing passwords in v13.5 for https sites without a green padlock? and would Proxomitron or ProxHTTPSProxy slow down the browser? have not done any research on how to use.
-
@NotHereToPlayGames, thanks for pointing to this script: https://greasyfork.org/en/scripts/2372-clean-font-families i use this extension: https://chrome.google.com/webstore/detail/font-overwrite/efnhmidkajhnpdgfdpfnioiibmdjnkmn it can replace all website fonts to what you want. (i use arial black) tested all similar extensions , this one works best for me. disadvantage with that is that it changes all "icon fonts" to squares. (on msfn for example) the above script solves that. edit: the script "disables" the extensions on some other pages like youtube. can't have it all i guess ...
-
am just concerned these tweaks will break unknown things in the future. (like the file system) also not convinced these changes are needed ... at the moment i am leaning to v13.5-r3. as for keylogging in the leveldb log file , it is not , just local storage to some function in the msfn reply editor. type some text in a reply , close the page , open the page again and reply. your previous text will be there , can be useful. google also stores some data there.
-
thanks for the explanations. as for the leveldb log file ... i think it has something to do with msfn storing reply text. "Your previous content has been restored. Clear editor" will do some more testing if this new rebuild v13.5-r4 is something for me. am very much content with v13.5-r3 without folder and file tweaks.
-
folders present in v13.5-r4 but not in v13.5-r3 360Bookmarks , 360History , 360History-journal , heavy_ad_intervention_opt_out.db-journal , Media History , Media History-journal , Network Action Predictor , Network Persistent State , page_load_capping_opt_out.db , previews_opt_out.db , previews_opt_out.db-journal , Reporting and NEL , Reporting and NEL-journal , Secure Preferences , Sync360_V8.sqlite3 , Top Sites , Top Sites-journal , Translate Ranker Model , TransportSecurity , Visited Links. may have missed some. just a quick compare between clean extracted first run versions.
-
@NotHereToPlayGames , maybe a solution for your issue with v13.5 and a multi monitor setup. https://support.google.com/chrome/thread/77251594/chrome-freezes-while-using-two-virtual-desktops?hl=en also i forgot something i got in the reply from retrobrowsers.com. he said he also updated a wiki ... https://xpforever.miraheze.org/wiki/360_Extreme_Explorer
-
got a popup while in tampermonkey settings a few days ago , something about donate and such. almost sure that is what created the folder. "The Feature Engagement component provides a client-side backend for displaying feature enlightenment or in-product help". can't recreate but will check if that happens again. i keep only selected cookies (delete only in cookie keeper) and clear cache at the end of the day. (browser)
-
My Browser Builds (Part 3)
rereser replied to roytam1's topic in Browsers working on Older NT-Family OSes
https://github.com/JustOff/webinstall-ninja/ also for new moon 28: general.useragent.override.addons.palemoon.org Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:60.0) Gecko/20100101 Goanna/4.8 Firefox/68.0 PaleMoon/29.4.0.2 the above will give you the xpi files to edit the rdf. (nothing more) then install from file (drag xpi to extensions page) rdf needs to be this for new moon 28: <em:id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</em:id> <em:minVersion>28.10.0</em:minVersion> <em:maxVersion>29.*</em:maxVersion> can not comment on basilisk , never used it. -
tested in fresh unpacked 13.5-R3 found a way to replicate the download window issue. https://ubuntu.com/download/desktop start the download and keep refreshing the chrome default folder in explorer. after some 30 seconds the ldb file will be created. (log file is created on start download) now delete the ongoing download in the download window and clear browser download history. without a browser restart the download window stays empty and the temp crdownload file is deleted. restart browser and the file is still listed in the download manager but not on disk. (and the 0000xx.ldb file is in the default root) workaround for now by this : FileDelete=%Profile%\Default\*.tmp;*-journal;log;log.old;*.log;*.ldb just added ;*.ldb to the line in the loader.ini.
-
hello ArcticFoxie. understand you thought progress on this. hope the upgrade will still be simple. delete the ungoogled pak file and replace the default folder and loader.ini. noticed something a few times now. when i abort a slow download and delete it from the download window it still shows up on restart. delete download history in the browser does not help. when this happens , some 00000xx.ldb files are created in the root of the default folder. deleting those files resolves the issue. unfortunately i can not always reproduce this ...
-
"site_engagement": { }, this can be found in the preferences file. (open with notepad) below that a record is kept of all sites visited. "delete cookies and website data" clears those sites from the prefs file. as i want to keep certain cookies i cleared out the prefs file "site_engagement" url's. after some initial mistakes that worked and have set the pref file to "read only" for now. that prevents chrome from logging visited sites but is not useful when you change browser settings. extension settings do not appear to be affected by this. just testing the inner workings of chrome here. any way to disable the "site_engagement" feature or some comments on the matter. some reading on this : https://github.com/WernerFP/vivaldi-clear-engagement.sh think the "Most Visited Pages" option in chrome is somehow connected to this. can not see how "site_engagement" data is useful for 360chrome to function or for users. see your stored prefs file data , chrome://site-engagement found a workaround to delete stored site data in the preferences file. (not set to read only !) site-engagement storage function disabled if possible would still be better ... by that i mean to not just disable the page ! go to chrome://site-engagement / select "base" . mark the first value and do a tab / delete for each site. this will clean the pref file reasonably quick. data will be cleared on next restart with a smaller pref file size , will take several seconds to see the result. for easy access to any chrome page , copy a random bookmark. select edit , give it a name and copy / paste chrome://site-engagement as the website.