User JavaScript and CSS User JavaScript and CSS

Developer Tools
Version: 1.2.8
Last Update: 2021-02-06

Overview

User JavaScript and CSS is a Chrome extension developed by tenRabbits. According to the data from Chrome web store, current version of User JavaScript and CSS is 1.2.8, updated on 2021-02-06.
100,000+ users have installed this extension. 400 users have rated this extension with an average rating of .

User JavaScript and CSS on any website

Userscript's and userstyle's — simple extension to inject own JavaScript or CSS rules to any page.

Features:
- Instant execution
- Custom libs include
- URL masking allows use one script or CSS on many pages

Change log:

Version 1.2.8
- Added function for naming rules
- Updated translations

Version 1.2.7
- Updated all extension libraries to current versions

Version 1.2.6
- Fixed error in console "Unchecked runtime.lastError: The message port closed before a response was received"
- Improved domain getter from URL
- Updated Ace Editor and jQuery to latest

Version 1.2.5
- Resolved bug with '@import' and "Auto-important css" feature
- "Auto-important css" feature now disabled by default
- Added feature to exclude URL's by '!' symbol at start
- Updated jQuery and Ace editor to last versions
- Other small fixes

Version 1.2.4
- Added manual cloud sync in testing mode
- Improved "auto-important css" feature
- Other small fixes

Version 1.2.1
- Fixed algorithm of "high priority CSS"

Version 1.2.0
- Added toggle button in site list
- Added documentation tab
- Added 'Vintage mode' option to Ace Editor
- Updated jQuery, Ace Editor to last versions
- Other small fixies

Version 1.1.5
- Returned old method injection and added option to toggle this. Alternative method has feature to avoid CORS issues, but has only DOM access to site (no JS context). Old and now primary method is injecting by <script> tag on site bottom.
- Added scroll past end in editor

Version 1.1.2
- Minor bug fixes

Version 1.1.0
- Added new injection system that increased perfomance
- Added feature: few URLs in one rule (separate by commas)
- Added word wrap setting
- Added CSS auto !important option
- Minor changes

Version 1.0.2
- Hot fixes

Version 1.0.0
- Full redesign of extension
- Added more settings
- Added toggleable counter on extension icon

Version 0.98
- Fix bug that prevent create new rules
- Minor changes

Version 0.96
- Full redesign of extension interface
- 80% code of extension core has been rewritten
- New feature: change URL field and mask with "*" symbol (eg *.expample.com)
- Editor window opens in new tab in split layout
- Disabled autosave feature
- Configurable editor in settings
- New icon

Version 0.94
- Hotfix editor opening bug

Version 0.93
- Fixed a bug where JavaScript is not always inserted in a page
- Outdated processes are disabled

Version 0.92
- Code autosave work on all pages

Version 0.91
- Fix ".co.uk" zone parse
- Other small fixes

Version 0.90
- Improve core
- Add feature to load own libraries

Beta test. If you find any problem or have a question contact me on email.

Rating

400 ratings

Total Installs

100,000+

Information

Last Update

2021-02-06

Current Version

1.2.8

Size

1.01MiB

Author

tenRabbits

Website

None

Category

Developer Tools

Latest Reviews

See More

avatar Dmytrii Tsybuliak
2022-05-06

Very useful. Thanks a log.

avatar Rena Nonaka
2022-04-29

Quería ocultar mis seguidores porque me hace seguir unas dinámicas muy tóxicas en Twitter... y he conseguido gracias a esta extensión ocultarlos. Por si os interesa, poned en el apartado CSS:

a[href="/bolverkr/followers"]
display: none;


@Bolverkr es mi user, cambiadlo por el que queráis dejar de ver y listo.
De nada.

avatar dchiloeches
2022-04-16

Best way to customize any website!

avatar Andreas Sefzig
2022-04-04

This extension is the "Best of Breed" and very satisfying to use. I use it to

* finetune some tools I use to my specific needs,
* adjust tools certain groups of my colleagues use to better fit our processes and to
* quickly sketch out changes/additions to our products which I recommend to my teams.

I would be less capable, creative and certain about many things without it.

avatar km trm
2022-04-02

Thank you for the great stuff.
I was using it to Japanese the ticker in Tradingview.
I don't know if it was due to a recent Chrome update, but it suddenly stopped working.
The code I had been referring to until then was the one described in the following blog.
https://tecurio.com/trading-view-symbol-list-japanese-localization/
I am hoping to get it up and running again.